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/webrobots: webrobots-0.1.1-r1.ebuild ChangeLog
Date: Fri, 23 May 2014 05:41:26
Message-Id: 20140523054122.F29792004C@flycatcher.gentoo.org
1 graaff 14/05/23 05:41:22
2
3 Modified: webrobots-0.1.1-r1.ebuild ChangeLog
4 Log:
5 Add ruby21. Do not run test that require the network, bug 431528.
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.3 dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: webrobots-0.1.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- webrobots-0.1.1-r1.ebuild 5 Apr 2014 23:49:59 -0000 1.2
23 +++ webrobots-0.1.1-r1.ebuild 23 May 2014 05:41:22 -0000 1.3
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild,v 1.2 2014/04/05 23:49:59 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.1.1-r1.ebuild,v 1.3 2014/05/23 05:41:22 graaff Exp $
29
30 EAPI=5
31 -USE_RUBY="ruby19 ruby20"
32 +USE_RUBY="ruby19 ruby20 ruby21"
33
34 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
35 RUBY_FAKEGEM_DOCDIR="rdoc"
36 @@ -25,6 +25,9 @@
37
38 all_ruby_prepare() {
39 sed -i -e '/bundler/,/end/d' Rakefile test/helper.rb || die
40 +
41 + # Avoid tests for live websites requirering a network connection.
42 + sed -i -e '/robots.txt in the real world/,/^ end/ s:^:#:' test/test_webrobots.rb || die
43 }
44
45 each_ruby_test() {
46
47
48
49 1.16 dev-ruby/webrobots/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/ChangeLog?rev=1.16&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/ChangeLog?rev=1.16&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrobots/ChangeLog?r1=1.15&r2=1.16
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v
58 retrieving revision 1.15
59 retrieving revision 1.16
60 diff -u -r1.15 -r1.16
61 --- ChangeLog 5 Apr 2014 23:49:59 -0000 1.15
62 +++ ChangeLog 23 May 2014 05:41:22 -0000 1.16
63 @@ -1,6 +1,9 @@
64 # ChangeLog for dev-ruby/webrobots
65 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v 1.15 2014/04/05 23:49:59 mrueg Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/ChangeLog,v 1.16 2014/05/23 05:41:22 graaff Exp $
68 +
69 + 23 May 2014; Hans de Graaff <graaff@g.o> webrobots-0.1.1-r1.ebuild:
70 + Add ruby21. Do not run test that require the network, bug 431528.
71
72 05 Apr 2014; Manuel RĂ¼ger <mrueg@g.o> webrobots-0.1.1-r1.ebuild,
73 webrobots-0.1.1.ebuild: