diff options
author | Hans de Graaff <graaff@gentoo.org> | 2012-09-16 08:26:13 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2012-09-16 08:26:13 +0000 |
commit | dd9e533c58ac2701f0a96315f9f9661f4fdefb50 (patch) | |
tree | 62bd1a307dccd3df33588827b0ad92d5fc04e943 /dev-ruby/ruby-inifile | |
parent | Convert to EAPI=4; add all ruby targets. (diff) | |
download | gentoo-2-dd9e533c58ac2701f0a96315f9f9661f4fdefb50.tar.gz gentoo-2-dd9e533c58ac2701f0a96315f9f9661f4fdefb50.tar.bz2 gentoo-2-dd9e533c58ac2701f0a96315f9f9661f4fdefb50.zip |
Convert to EAPI=4; add all ruby targets.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/ruby-inifile')
-rw-r--r-- | dev-ruby/ruby-inifile/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/dev-ruby/ruby-inifile/ChangeLog b/dev-ruby/ruby-inifile/ChangeLog index 3896b796f698..ddd968c05b7a 100644 --- a/dev-ruby/ruby-inifile/ChangeLog +++ b/dev-ruby/ruby-inifile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/ruby-inifile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.5 2012/08/14 18:51:37 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ChangeLog,v 1.6 2012/09/16 08:26:13 graaff Exp $ + + 16 Sep 2012; Hans de Graaff <graaff@gentoo.org> ruby-inifile-2.0.0-r1.ebuild: + Convert to EAPI=4; add all ruby targets. 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml: Update metadata.xml so that it's the same as most other packages. diff --git a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild b/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild index 79b824f86a3d..08116b85eb75 100644 --- a/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild +++ b/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild,v 1.1 2010/07/04 18:57:09 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-inifile/ruby-inifile-2.0.0-r1.ebuild,v 1.2 2012/09/16 08:26:13 graaff Exp $ -EAPI=2 -USE_RUBY="ruby18" +EAPI=4 +USE_RUBY="ruby18 ruby19 ree18 jruby" inherit ruby-ng @@ -15,7 +15,7 @@ SLOT="0" IUSE="" LICENSE="Ruby" KEYWORDS="~x86 ~amd64" -S=${WORKDIR}/${PN} +RUBY_S=${PN} each_ruby_test() { cd tests |