graaff 15/07/20 05:43:49 Modified: ChangeLog Added: shoulda-context-1.2.1.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.12 dev-ruby/shoulda-context/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 11 Apr 2015 15:52:27 -0000 1.11 +++ ChangeLog 20 Jul 2015 05:43:49 -0000 1.12 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/shoulda-context # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v 1.11 2015/04/11 15:52:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda-context/ChangeLog,v 1.12 2015/07/20 05:43:49 graaff Exp $ + +*shoulda-context-1.2.1 (20 Jul 2015) + + 20 Jul 2015; Hans de Graaff <[email protected]> + +shoulda-context-1.2.1.ebuild: + Version bump. 11 Apr 2015; Hans de Graaff <[email protected]> shoulda-context-1.1.6.ebuild: Add ruby22. 1.1 dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/shoulda-context/shoulda-context-1.2.1.ebuild?rev=1.1&content-type=text/plain Index: shoulda-context-1.2.1.ebuild =================================================================== # Copyright 1999-2015 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.2.1.ebuild,v 1.1 2015/07/20 05:43:49 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CONTRIBUTING.md README.md" RUBY_FAKEGEM_EXTRAINSTALL="init.rb rails tasks" # Don't install the conversion script to avoid collisions with older # shoulda. RUBY_FAKEGEM_BINWRAP="" inherit ruby-fakegem DESCRIPTION="Context framework extracted from Shoulda" HOMEPAGE="http://thoughtbot.com/projects/shoulda" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64" IUSE="doc test" 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() { BUNDLE_GEMFILE=x ruby-ng_testrb-2 -Itest test/shoulda/*_test.rb || die }
