Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/samuel: samuel-0.3.3-r2.ebuild ChangeLog
Date: Wed, 01 Jul 2015 05:51:52
Message-Id: 20150701055148.64565745@oystercatcher.gentoo.org
1 graaff 15/07/01 05:51:48
2
3 Modified: samuel-0.3.3-r2.ebuild ChangeLog
4 Log:
5 Update mocha dependency.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.2 dev-ruby/samuel/samuel-0.3.3-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r2.ebuild?rev=1.2&view=markup
13 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
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: samuel-0.3.3-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/samuel/samuel-0.3.3-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- samuel-0.3.3-r2.ebuild 29 Mar 2015 07:15:47 -0000 1.1
23 +++ samuel-0.3.3-r2.ebuild 1 Jul 2015 05:51:48 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=5
31
32 @@ -11,7 +11,7 @@
33 inherit ruby-fakegem
34
35 DESCRIPTION="An automatic logger for HTTP requests in Ruby"
36 -HOMEPAGE="http://github.com/chrisk/samuel"
37 +HOMEPAGE="https://github.com/chrisk/samuel"
38
39 LICENSE="MIT"
40 SLOT="0"
41 @@ -23,7 +23,7 @@
42 >=dev-ruby/shoulda-2.11.3
43 >=dev-ruby/fakeweb-1.3
44 >=dev-ruby/httpclient-2.2.3
45 - dev-ruby/mocha:0.13
46 + dev-ruby/mocha:0.14
47 dev-ruby/test-unit:2
48 )"
49
50 @@ -37,7 +37,7 @@
51 sed -i -e 's:8000:64888:g' test/*.rb || die
52
53 # Require an old enough version of mocha.
54 - sed -i -e '1igem "mocha", "~> 0.13.0"' test/test_helper.rb || die
55 + sed -i -e '1igem "mocha", "~> 0.14.0"' test/test_helper.rb || die
56
57 # Use the test-unit gem to make jruby compatible with newer mocha.
58 sed -i -e '1igem "test-unit"' test/test_helper.rb || die
59
60
61
62 1.28 dev-ruby/samuel/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/ChangeLog?rev=1.28&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/ChangeLog?rev=1.28&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/samuel/ChangeLog?r1=1.27&r2=1.28
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/samuel/ChangeLog,v
71 retrieving revision 1.27
72 retrieving revision 1.28
73 diff -u -r1.27 -r1.28
74 --- ChangeLog 7 Jun 2015 19:44:31 -0000 1.27
75 +++ ChangeLog 1 Jul 2015 05:51:48 -0000 1.28
76 @@ -1,6 +1,9 @@
77 # ChangeLog for dev-ruby/samuel
78 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/ChangeLog,v 1.27 2015/06/07 19:44:31 jlec Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/samuel/ChangeLog,v 1.28 2015/07/01 05:51:48 graaff Exp $
81 +
82 + 01 Jul 2015; Hans de Graaff <graaff@g.o> samuel-0.3.3-r2.ebuild:
83 + Update mocha dependency.
84
85 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
86 Add github to remote-id in metadata.xml