diff options
author | 2014-04-20 06:34:51 +0000 | |
---|---|---|
committer | 2014-04-20 06:34:51 +0000 | |
commit | f72143d3e9da1e37a3f0cbf37ce8ce305fd906ec (patch) | |
tree | 6b2a3ef264b61b1c2c02befe95d85a5d0457d70f /dev-ruby | |
parent | Add ruby21. Avoid hoe for document building. (diff) | |
download | gentoo-2-f72143d3e9da1e37a3f0cbf37ce8ce305fd906ec.tar.gz gentoo-2-f72143d3e9da1e37a3f0cbf37ce8ce305fd906ec.tar.bz2 gentoo-2-f72143d3e9da1e37a3f0cbf37ce8ce305fd906ec.zip |
Add ruby21.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/hpricot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/hpricot/ChangeLog b/dev-ruby/hpricot/ChangeLog index efb73724a6ae..3919a7794f1d 100644 --- a/dev-ruby/hpricot/ChangeLog +++ b/dev-ruby/hpricot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hpricot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.52 2014/04/05 18:01:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/ChangeLog,v 1.53 2014/04/20 06:34:51 graaff Exp $ + + 20 Apr 2014; Hans de Graaff <graaff@gentoo.org> hpricot-0.8.6-r2.ebuild: + Add ruby21. 05 Apr 2014; Manuel Rüger <mrueg@gentoo.org> hpricot-0.8.6-r1.ebuild, hpricot-0.8.6-r2.ebuild: diff --git a/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild b/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild index 50038906cc73..05c51ca10c13 100644 --- a/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild +++ b/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild,v 1.4 2014/04/05 18:01:34 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hpricot/hpricot-0.8.6-r2.ebuild,v 1.5 2014/04/20 06:34:51 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" |