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/fakeweb: ChangeLog fakeweb-1.3.0-r2.ebuild
Date: Wed, 01 Jul 2015 05:52:09
Message-Id: 20150701055206.40EF4745@oystercatcher.gentoo.org
1 graaff 15/07/01 05:52:06
2
3 Modified: ChangeLog fakeweb-1.3.0-r2.ebuild
4 Log:
5 Document ruby22 status. 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.26 dev-ruby/fakeweb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakeweb/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakeweb/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakeweb/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 7 Jun 2015 17:44:34 -0000 1.25
23 +++ ChangeLog 1 Jul 2015 05:52:06 -0000 1.26
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/fakeweb
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/ChangeLog,v 1.25 2015/06/07 17:44:34 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/ChangeLog,v 1.26 2015/07/01 05:52:06 graaff Exp $
29 +
30 + 01 Jul 2015; Hans de Graaff <graaff@g.o> fakeweb-1.3.0-r2.ebuild:
31 + Document ruby22 status. Update mocha dependency.
32
33 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
34 Add github to remote-id in metadata.xml
35
36
37
38 1.2 dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild?r1=1.1&r2=1.2
43
44 Index: fakeweb-1.3.0-r2.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- fakeweb-1.3.0-r2.ebuild 29 Mar 2015 07:14:31 -0000 1.1
51 +++ fakeweb-1.3.0-r2.ebuild 1 Jul 2015 05:52:06 -0000 1.2
52 @@ -1,9 +1,10 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild,v 1.1 2015/03/29 07:14:31 graaff Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakeweb/fakeweb-1.3.0-r2.ebuild,v 1.2 2015/07/01 05:52:06 graaff Exp $
57
58 EAPI=5
59
60 +# ruby22 -> not compatible with new net/http implementation
61 USE_RUBY="ruby19 ruby20 ruby21"
62
63 RUBY_FAKEGEM_DOCDIR="html"
64 @@ -21,7 +22,7 @@
65
66 ruby_add_bdepend "
67 test? (
68 - dev-ruby/mocha:0.13
69 + dev-ruby/mocha:0.14
70 dev-ruby/test-unit
71 dev-ruby/samuel
72 dev-ruby/right_http_connection
73 @@ -36,7 +37,7 @@
74 sed -i -e 's/sdoc/rdoc/' -e '/template/d' Rakefile || die
75
76 # Require an old enough version of mocha
77 - sed -i -e '1igem "mocha", "~> 0.13.0"' test/test_helper.rb || die
78 + sed -i -e '1igem "mocha", "~> 0.14.0"' test/test_helper.rb || die
79
80 # Use the test-unit gem to make jruby compatible with newer mocha.
81 sed -i -e '1igem "test-unit"' test/test_helper.rb || die