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/webrat: webrat-0.7.1.ebuild ChangeLog
Date: Sat, 09 Oct 2010 08:03:18
Message-Id: 20101009074013.CE76A20054@flycatcher.gentoo.org
1 graaff 10/10/09 07:40:13
2
3 Modified: webrat-0.7.1.ebuild ChangeLog
4 Log:
5 Depend on rspec-1.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-ruby/webrat/webrat-0.7.1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrat/webrat-0.7.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrat/webrat-0.7.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrat/webrat-0.7.1.ebuild?r1=1.1&r2=1.2
14
15 Index: webrat-0.7.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrat/webrat-0.7.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- webrat-0.7.1.ebuild 27 Apr 2010 05:44:42 -0000 1.1
22 +++ webrat-0.7.1.ebuild 9 Oct 2010 07:40:13 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrat/webrat-0.7.1.ebuild,v 1.1 2010/04/27 05:44:42 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrat/webrat-0.7.1.ebuild,v 1.2 2010/10/09 07:40:13 graaff Exp $
28
29 EAPI=2
30
31 @@ -27,4 +27,4 @@
32 ruby_add_rdepend ">=dev-ruby/nokogiri-1.2.0
33 >=dev-ruby/rack-1.0"
34
35 -ruby_add_bdepend test "dev-ruby/rspec dev-ruby/rack-test dev-ruby/sinatra dev-ruby/mechanize"
36 +ruby_add_bdepend test "dev-ruby/rspec:0 dev-ruby/rack-test dev-ruby/sinatra dev-ruby/mechanize"
37
38
39
40 1.10 dev-ruby/webrat/ChangeLog
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrat/ChangeLog?rev=1.10&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrat/ChangeLog?rev=1.10&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/webrat/ChangeLog?r1=1.9&r2=1.10
45
46 Index: ChangeLog
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/webrat/ChangeLog,v
49 retrieving revision 1.9
50 retrieving revision 1.10
51 diff -u -r1.9 -r1.10
52 --- ChangeLog 22 May 2010 19:24:38 -0000 1.9
53 +++ ChangeLog 9 Oct 2010 07:40:13 -0000 1.10
54 @@ -1,6 +1,9 @@
55 # ChangeLog for dev-ruby/webrat
56 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrat/ChangeLog,v 1.9 2010/05/22 19:24:38 flameeyes Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrat/ChangeLog,v 1.10 2010/10/09 07:40:13 graaff Exp $
59 +
60 + 09 Oct 2010; Hans de Graaff <graaff@g.o> webrat-0.7.1.ebuild:
61 + Depend on rspec-1.
62
63 22 May 2010; Diego E. Pettenò <flameeyes@g.o>
64 -webrat-0.5.3.ebuild, -webrat-0.6.0.ebuild, -webrat-0.7.0.ebuild: