mrueg 14/08/13 01:43:52 Modified: inifile-2.0.2-r1.ebuild ChangeLog Log: Add ruby21 support. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/inifile/inifile-2.0.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/inifile-2.0.2-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/inifile-2.0.2-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/inifile-2.0.2-r1.ebuild?r1=1.2&r2=1.3 Index: inifile-2.0.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/inifile/inifile-2.0.2-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- inifile-2.0.2-r1.ebuild 21 May 2014 01:54:20 -0000 1.2 +++ inifile-2.0.2-r1.ebuild 13 Aug 2014 01:43:51 -0000 1.3 @@ -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.2 2014/05/21 01:54:20 mrueg Exp $ +# $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 $ EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_TEST="test" 1.9 dev-ruby/inifile/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/inifile/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 21 May 2014 01:54:20 -0000 1.8 +++ ChangeLog 13 Aug 2014 01:43:51 -0000 1.9 @@ -1,6 +1,9 @@ # 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.8 2014/05/21 01:54:20 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/inifile/ChangeLog,v 1.9 2014/08/13 01:43:51 mrueg Exp $ + + 13 Aug 2014; Manuel Rüger <[email protected]> inifile-2.0.2-r1.ebuild: + Add ruby21 support. 21 May 2014; Manuel Rüger <[email protected]> inifile-2.0.2-r1.ebuild: Remove ruby18 target.
