diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-11-03 15:07:44 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-11-03 15:07:44 +0000 |
commit | 4b46343832100579232c90966c472cf7334b0227 (patch) | |
tree | 2c5eb559b5578634cfb996a6106ddfab785ed398 /dev-ruby/inifile | |
parent | add patch, acquired from master since last release, fixes test failures (diff) | |
download | gentoo-2-4b46343832100579232c90966c472cf7334b0227.tar.gz gentoo-2-4b46343832100579232c90966c472cf7334b0227.tar.bz2 gentoo-2-4b46343832100579232c90966c472cf7334b0227.zip |
Drop jruby.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/inifile')
-rw-r--r-- | dev-ruby/inifile/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/inifile/inifile-2.0.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/inifile/ChangeLog b/dev-ruby/inifile/ChangeLog index 1ddab653124a..1114f1f79bf2 100644 --- a/dev-ruby/inifile/ChangeLog +++ b/dev-ruby/inifile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/inifile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.10 2014/08/24 05:04:21 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.11 2014/11/03 15:07:44 mrueg Exp $ + + 03 Nov 2014; Manuel Rüger <mrueg@gentoo.org> inifile-2.0.2-r1.ebuild, + inifile-3.0.0.ebuild: + Drop jruby. *inifile-3.0.0 (24 Aug 2014) diff --git a/dev-ruby/inifile/inifile-2.0.2-r1.ebuild b/dev-ruby/inifile/inifile-2.0.2-r1.ebuild index ad14adf4de99..840f20a34128 100644 --- a/dev-ruby/inifile/inifile-2.0.2-r1.ebuild +++ b/dev-ruby/inifile/inifile-2.0.2-r1.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/inifile/inifile-2.0.2-r1.ebuild,v 1.3 2014/08/13 01:43:51 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/inifile-2.0.2-r1.ebuild,v 1.4 2014/11/03 15:07:44 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 jruby" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="test" |