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/httparty: ChangeLog httparty-0.6.1.ebuild
Date: Sat, 09 Oct 2010 09:03:54
Message-Id: 20101009085155.332232004B@flycatcher.gentoo.org
1 graaff 10/10/09 08:51:55
2
3 Modified: ChangeLog httparty-0.6.1.ebuild
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.19 dev-ruby/httparty/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 29 Jul 2010 01:47:46 -0000 1.18
22 +++ ChangeLog 9 Oct 2010 08:51:55 -0000 1.19
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-ruby/httparty
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.18 2010/07/29 01:47:46 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.19 2010/10/09 08:51:55 graaff Exp $
28 +
29 + 09 Oct 2010; Hans de Graaff <graaff@g.o> httparty-0.6.1.ebuild:
30 + Depend on rspec-1.
31
32 29 Jul 2010; Diego E. Pettenò <flameeyes@g.o>
33 -httparty-0.4.5.ebuild, -httparty-0.5.2.ebuild, -httparty-0.6.0.ebuild,
34
35
36
37 1.3 dev-ruby/httparty/httparty-0.6.1.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild?r1=1.2&r2=1.3
42
43 Index: httparty-0.6.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- httparty-0.6.1.ebuild 29 Jul 2010 01:47:46 -0000 1.2
50 +++ httparty-0.6.1.ebuild 9 Oct 2010 08:51:55 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild,v 1.2 2010/07/29 01:47:46 flameeyes Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild,v 1.3 2010/10/09 08:51:55 graaff Exp $
56
57 EAPI=2
58
59 @@ -28,7 +28,7 @@
60 # Code should most likely be patched, but for now…
61 ruby_add_rdepend '~dev-ruby/crack-0.1.8'
62
63 -ruby_add_bdepend 'dev-ruby/rspec dev-ruby/fakeweb'
64 +ruby_add_bdepend 'dev-ruby/rspec:0 dev-ruby/fakeweb'
65
66 USE_RUBY=ruby18 \
67 ruby_add_bdepend 'test? ( dev-util/cucumber dev-ruby/activesupport:2.3 )'