mrueg 14/08/06 06:41:51 Modified: date_validator-0.7.0.ebuild ChangeLog Log: Add ruby20, ruby21 target. (Portage version: 2.2.11-r1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/date_validator/date_validator-0.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/date_validator-0.7.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/date_validator-0.7.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/date_validator-0.7.0.ebuild?r1=1.2&r2=1.3 Index: date_validator-0.7.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/date_validator-0.7.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- date_validator-0.7.0.ebuild 21 May 2014 01:52:51 -0000 1.2 +++ date_validator-0.7.0.ebuild 6 Aug 2014 06:41:51 -0000 1.3 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/date_validator-0.7.0.ebuild,v 1.2 2014/05/21 01:52:51 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/date_validator-0.7.0.ebuild,v 1.3 2014/08/06 06:41:51 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="test" @@ -42,4 +42,6 @@ sed -i \ -e '/git ls-files/d' \ ${RUBY_FAKEGEM_GEMSPEC} || die + sed -i \ + -e '/[Bb]undler/s/^/#/' Rakefile || die } 1.7 dev-ruby/date_validator/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/date_validator/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 21 May 2014 01:52:51 -0000 1.6 +++ ChangeLog 6 Aug 2014 06:41:51 -0000 1.7 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/date_validator # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v 1.6 2014/05/21 01:52:51 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/date_validator/ChangeLog,v 1.7 2014/08/06 06:41:51 mrueg Exp $ + + 06 Aug 2014; Manuel Rüger <[email protected]> date_validator-0.7.0.ebuild: + Add ruby20, ruby21 target. 21 May 2014; Manuel Rüger <[email protected]> date_validator-0.7.0.ebuild: Remove ruby18 target.
