graaff 14/04/18 08:54:03 Modified: ChangeLog i18n-0.6.9-r1.ebuild Log: Add ruby21. Update test dependencies to make this work with all ruby targets. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.62 dev-ruby/i18n/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.62&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.62&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?r1=1.61&r2=1.62 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 11 Mar 2014 20:22:29 -0000 1.61 +++ ChangeLog 18 Apr 2014 08:54:03 -0000 1.62 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/i18n # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.61 2014/03/11 20:22:29 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.62 2014/04/18 08:54:03 graaff Exp $ + + 18 Apr 2014; Hans de Graaff <[email protected]> i18n-0.6.9-r1.ebuild: + Add ruby21. Update test dependencies to make this work with all ruby targets. 11 Mar 2014; Johannes Huber <[email protected]> i18n-0.6.9-r1.ebuild: ~x86 added, bug #487206 1.3 dev-ruby/i18n/i18n-0.6.9-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild?r1=1.2&r2=1.3 Index: i18n-0.6.9-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- i18n-0.6.9-r1.ebuild 11 Mar 2014 20:22:29 -0000 1.2 +++ i18n-0.6.9-r1.ebuild 18 Apr 2014 08:54:03 -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/i18n/i18n-0.6.9-r1.ebuild,v 1.2 2014/03/11 20:22:29 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.6.9-r1.ebuild,v 1.3 2014/04/18 08:54:03 graaff Exp $ EAPI=5 -USE_RUBY="ruby18 jruby ruby19 ruby20" +USE_RUBY="jruby ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="test" RUBY_FAKEGEM_RECIPE_DOC="rdoc" @@ -21,8 +21,9 @@ IUSE="" ruby_add_bdepend "test? ( dev-ruby/activesupport - dev-ruby/mocha:0.12 - dev-ruby/test_declarative )" + dev-ruby/mocha:0.13 + dev-ruby/test_declarative + dev-ruby/test-unit:2 )" each_ruby_test() { ${RUBY} -w -Ilib -Itest test/all.rb || die @@ -30,7 +31,9 @@ all_ruby_prepare() { #Bundler isn't really necessary here, and it doesn't work with jruby - #Tests fail for ruby18 with >=mocha-0.13 + #Tests fail for jruby with >=mocha-0.13 unless we also include the + #test-unit gem. sed -i -e "15s/require 'bundler\/setup'//"\ - -e "/require 'mocha'/i gem 'mocha', '~>0.12.0'" test/test_helper.rb || die + -e "/require 'mocha'/i gem 'mocha', '~>0.13.0'" \ + -e "/require 'test\\/unit'/i gem 'test-unit'" test/test_helper.rb || die }
