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 10:09:11
Message-Id: 20101009092517.E02BE2004C@flycatcher.gentoo.org
1 graaff 10/10/09 09:25:17
2
3 Modified: ChangeLog httparty-0.6.1.ebuild
4 Log:
5 Add missing dependency on mongrel. Thanks to Nathan Phillip Brink for reporting in bug 340067.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.20 dev-ruby/httparty/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.20&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.20&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?r1=1.19&r2=1.20
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v
18 retrieving revision 1.19
19 retrieving revision 1.20
20 diff -u -r1.19 -r1.20
21 --- ChangeLog 9 Oct 2010 08:51:55 -0000 1.19
22 +++ ChangeLog 9 Oct 2010 09:25:17 -0000 1.20
23 @@ -1,6 +1,10 @@
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.19 2010/10/09 08:51:55 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.20 2010/10/09 09:25:17 graaff Exp $
28 +
29 + 09 Oct 2010; Hans de Graaff <graaff@g.o> httparty-0.6.1.ebuild:
30 + Add missing dependency on mongrel. Thanks to Nathan Phillip Brink for
31 + reporting in bug 340067.
32
33 09 Oct 2010; Hans de Graaff <graaff@g.o> httparty-0.6.1.ebuild:
34 Depend on rspec-1.
35
36
37
38 1.4 dev-ruby/httparty/httparty-0.6.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild?r1=1.3&r2=1.4
43
44 Index: httparty-0.6.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- httparty-0.6.1.ebuild 9 Oct 2010 08:51:55 -0000 1.3
51 +++ httparty-0.6.1.ebuild 9 Oct 2010 09:25:17 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
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 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild,v 1.4 2010/10/09 09:25:17 graaff Exp $
57
58 EAPI=2
59
60 @@ -31,7 +31,7 @@
61 ruby_add_bdepend 'dev-ruby/rspec:0 dev-ruby/fakeweb'
62
63 USE_RUBY=ruby18 \
64 - ruby_add_bdepend 'test? ( dev-util/cucumber dev-ruby/activesupport:2.3 )'
65 + ruby_add_bdepend 'test? ( dev-util/cucumber dev-ruby/activesupport:2.3 www-servers/mongrel )'
66
67 all_ruby_prepare() {
68 # as often, Rakefile depends on Jeweler's presence