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/http-access2: http-access2-0j-r1.ebuild http-access2-2.0.6.ebuild ChangeLog
Date: Mon, 19 Nov 2007 19:47:46
Message-Id: E1IuCam-0001ch-BS@stork.gentoo.org
1 flameeyes 07/11/19 19:47:36
2
3 Modified: http-access2-0j-r1.ebuild http-access2-2.0.6.ebuild
4 ChangeLog
5 Log:
6 Block httpclient (http-access2 replacement).
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.6 dev-ruby/http-access2/http-access2-0j-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/http-access2/http-access2-0j-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/http-access2/http-access2-0j-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/http-access2/http-access2-0j-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: http-access2-0j-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- http-access2-0j-r1.ebuild 13 Jul 2006 05:20:15 -0000 1.5
23 +++ http-access2-0j-r1.ebuild 19 Nov 2007 19:47:35 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j-r1.ebuild,v 1.5 2006/07/13 05:20:15 agriffis Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-0j-r1.ebuild,v 1.6 2007/11/19 19:47:35 flameeyes Exp $
30
31 inherit ruby
32
33 @@ -16,6 +16,8 @@
34 USE_RUBY="any"
35 S=${WORKDIR}/${MY_P}
36
37 +RDEPEND="!dev-ruby/httpclient"
38 +
39 src_unpack() {
40 unpack ${A}
41 cd ${S}
42
43
44
45 1.4 dev-ruby/http-access2/http-access2-2.0.6.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/http-access2/http-access2-2.0.6.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/http-access2/http-access2-2.0.6.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/http-access2/http-access2-2.0.6.ebuild?r1=1.3&r2=1.4
50
51 Index: http-access2-2.0.6.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-2.0.6.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- http-access2-2.0.6.ebuild 13 Mar 2007 19:09:54 -0000 1.3
58 +++ http-access2-2.0.6.ebuild 19 Nov 2007 19:47:35 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2007 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-2.0.6.ebuild,v 1.3 2007/03/13 19:09:54 tgall Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/http-access2-2.0.6.ebuild,v 1.4 2007/11/19 19:47:35 flameeyes Exp $
64
65 inherit ruby
66
67 @@ -18,6 +18,8 @@
68
69 S="${WORKDIR}/${MY_P}"
70
71 +RDEPEND="!dev-ruby/httpclient"
72 +
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76
77
78
79 1.13 dev-ruby/http-access2/ChangeLog
80
81 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/http-access2/ChangeLog?rev=1.13&view=markup
82 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/http-access2/ChangeLog?rev=1.13&content-type=text/plain
83 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/http-access2/ChangeLog?r1=1.12&r2=1.13
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v
88 retrieving revision 1.12
89 retrieving revision 1.13
90 diff -u -r1.12 -r1.13
91 --- ChangeLog 13 Mar 2007 19:09:54 -0000 1.12
92 +++ ChangeLog 19 Nov 2007 19:47:35 -0000 1.13
93 @@ -1,6 +1,10 @@
94 # ChangeLog for dev-ruby/http-access2
95 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.12 2007/03/13 19:09:54 tgall Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/http-access2/ChangeLog,v 1.13 2007/11/19 19:47:35 flameeyes Exp $
98 +
99 + 19 Nov 2007; Diego Pettenò <flameeyes@g.o>
100 + http-access2-0j-r1.ebuild, http-access2-2.0.6.ebuild:
101 + Block httpclient (http-access2 replacement).
102
103 13 Mar 2007; Tom Gall <tgall@g.o> http-access2-2.0.6.ebuild:
104 added ~ppc64
105
106
107
108 --
109 gentoo-commits@g.o mailing list