graaff 15/07/01 05:51:48 Modified: samuel-0.3.3-r2.ebuild ChangeLog Log: Update mocha dependency. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.2 dev-ruby/samuel/samuel-0.3.3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r2.ebuild?r1=1.1&r2=1.2 Index: samuel-0.3.3-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- samuel-0.3.3-r2.ebuild 29 Mar 2015 07:15:47 -0000 1.1 +++ samuel-0.3.3-r2.ebuild 1 Jul 2015 05:51:48 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r2.ebuild,v 1.1 2015/03/29 07:15:47 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r2.ebuild,v 1.2 2015/07/01 05:51:48 graaff Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit ruby-fakegem DESCRIPTION="An automatic logger for HTTP requests in Ruby" -HOMEPAGE="http://github.com/chrisk/samuel" +HOMEPAGE="https://github.com/chrisk/samuel" LICENSE="MIT" SLOT="0" @@ -23,7 +23,7 @@ >=dev-ruby/shoulda-2.11.3 >=dev-ruby/fakeweb-1.3 >=dev-ruby/httpclient-2.2.3 - dev-ruby/mocha:0.13 + dev-ruby/mocha:0.14 dev-ruby/test-unit:2 )" @@ -37,7 +37,7 @@ sed -i -e 's:8000:64888:g' test/*.rb || die # Require an old enough version of mocha. - sed -i -e '1igem "mocha", "~> 0.13.0"' test/test_helper.rb || die + sed -i -e '1igem "mocha", "~> 0.14.0"' test/test_helper.rb || die # Use the test-unit gem to make jruby compatible with newer mocha. sed -i -e '1igem "test-unit"' test/test_helper.rb || die 1.28 dev-ruby/samuel/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/samuel/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 7 Jun 2015 19:44:31 -0000 1.27 +++ ChangeLog 1 Jul 2015 05:51:48 -0000 1.28 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/samuel # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/ChangeLog,v 1.27 2015/06/07 19:44:31 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/ChangeLog,v 1.28 2015/07/01 05:51:48 graaff Exp $ + + 01 Jul 2015; Hans de Graaff <[email protected]> samuel-0.3.3-r2.ebuild: + Update mocha dependency. 07 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add github to remote-id in metadata.xml
