Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/httparty: ChangeLog httparty-0.6.1.ebuild httparty-0.4.5.ebuild httparty-0.6.0.ebuild httparty-0.5.2.ebuild
Date: Thu, 29 Jul 2010 01:47:49
Message-Id: 20100729014746.F20352CE15@corvid.gentoo.org
1 flameeyes 10/07/29 01:47:46
2
3 Modified: ChangeLog httparty-0.6.1.ebuild
4 Removed: httparty-0.4.5.ebuild httparty-0.6.0.ebuild
5 httparty-0.5.2.ebuild
6 Log:
7 Cleanup old versions and update to new syntax.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.18 dev-ruby/httparty/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 19 Jul 2010 07:29:43 -0000 1.17
24 +++ ChangeLog 29 Jul 2010 01:47:46 -0000 1.18
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/httparty
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.17 2010/07/19 07:29:43 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.18 2010/07/29 01:47:46 flameeyes Exp $
30 +
31 + 29 Jul 2010; Diego E. Pettenò <flameeyes@g.o>
32 + -httparty-0.4.5.ebuild, -httparty-0.5.2.ebuild, -httparty-0.6.0.ebuild,
33 + httparty-0.6.1.ebuild:
34 + Cleanup old versions and update to new syntax.
35
36 *httparty-0.6.1 (19 Jul 2010)
37
38
39
40
41 1.2 dev-ruby/httparty/httparty-0.6.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild?r1=1.1&r2=1.2
46
47 Index: httparty-0.6.1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- httparty-0.6.1.ebuild 19 Jul 2010 07:29:43 -0000 1.1
54 +++ httparty-0.6.1.ebuild 29 Jul 2010 01:47:46 -0000 1.2
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild,v 1.1 2010/07/19 07:29:43 graaff Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.6.1.ebuild,v 1.2 2010/07/29 01:47:46 flameeyes Exp $
60
61 EAPI=2
62
63 @@ -31,7 +31,7 @@
64 ruby_add_bdepend 'dev-ruby/rspec dev-ruby/fakeweb'
65
66 USE_RUBY=ruby18 \
67 - ruby_add_bdepend 'ruby_targets_ruby18 test' 'dev-util/cucumber dev-ruby/activesupport:2.3'
68 + ruby_add_bdepend 'test? ( dev-util/cucumber dev-ruby/activesupport:2.3 )'
69
70 all_ruby_prepare() {
71 # as often, Rakefile depends on Jeweler's presence