mrueg 14/10/10 22:46:37 Modified: shoulda-context-1.1.6.ebuild ChangeLog Log: Add ruby21 target, require <mocha-1.0 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.5 dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild?r1=1.4&r2=1.5 Index: shoulda-context-1.1.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- shoulda-context-1.1.6.ebuild 18 Aug 2014 01:42:40 -0000 1.4 +++ shoulda-context-1.1.6.ebuild 10 Oct 2014 22:46:37 -0000 1.5 @@ -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/shoulda-context/shoulda-context-1.1.6.ebuild,v 1.4 2014/08/18 01:42:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.1.6.ebuild,v 1.5 2014/10/10 22:46:37 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md" @@ -25,8 +25,12 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64" IUSE="doc test" -ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/mocha )" +ruby_add_bdepend "test? ( dev-ruby/test-unit:2 + <dev-ruby/mocha-1 )" +all_ruby_prepare() { + sed -i -e "1igem 'mocha', '~>0.10'\n" test/test_helper.rb || die +} each_ruby_test() { ruby-ng_testrb-2 -Itest test/shoulda/*_test.rb || die } 1.8 dev-ruby/shoulda-context/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 18 Aug 2014 01:42:40 -0000 1.7 +++ ChangeLog 10 Oct 2014 22:46:37 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/shoulda-context # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v 1.7 2014/08/18 01:42:40 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v 1.8 2014/10/10 22:46:37 mrueg Exp $ + + 10 Oct 2014; Manuel RĂ¼ger <[email protected]> shoulda-context-1.1.6.ebuild: + Add ruby21 target, require <mocha-1.0 18 Aug 2014; Anthony G. Basile <[email protected]> shoulda-context-1.1.6.ebuild:
