graaff 14/05/18 05:53:43 Modified: ChangeLog Added: mocha-1.1.0.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.105 dev-ruby/mocha/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/ChangeLog?rev=1.105&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/ChangeLog?rev=1.105&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/ChangeLog?r1=1.104&r2=1.105 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- ChangeLog 4 May 2014 11:40:35 -0000 1.104 +++ ChangeLog 18 May 2014 05:53:43 -0000 1.105 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/mocha # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.104 2014/05/04 11:40:35 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/ChangeLog,v 1.105 2014/05/18 05:53:43 graaff Exp $ + +*mocha-1.1.0 (18 May 2014) + + 18 May 2014; Hans de Graaff <[email protected]> +mocha-1.1.0.ebuild: + Version bump. *mocha-0.11.4-r1 (04 May 2014) *mocha-0.10.5-r2 (04 May 2014) 1.1 dev-ruby/mocha/mocha-1.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild?rev=1.1&content-type=text/plain Index: mocha-1.1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/mocha/mocha-1.1.0.ebuild,v 1.1 2014/05/18 05:53:43 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_TEST="test:units" RUBY_FAKEGEM_TASK_DOC="yardoc" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md" RUBY_FAKEGEM_EXTRAINSTALL="init.rb" inherit ruby-fakegem DESCRIPTION="A Ruby library for mocking and stubbing using a syntax like that of JMock, and SchMock" HOMEPAGE="http://gofreerange.com/mocha/docs/" LICENSE="MIT" SLOT="1.0" KEYWORDS="~amd64 ~arm ~hppa ~ia64" IUSE="" ruby_add_bdepend " doc? ( dev-ruby/yard ) test? ( >=dev-ruby/test-unit-2.5.1-r1 )" ruby_add_rdepend "dev-ruby/introspection" # introspection ~> 0.0.1 all_ruby_prepare() { sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' Rakefile || die }
