Gentoo Archives: gentoo-commits

From: "Mark Loeser (halcy0n)" <halcy0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-gtkhtml: claws-mail-gtkhtml-0.15.2.ebuild ChangeLog claws-mail-gtkhtml-0.17.1.ebuild claws-mail-gtkhtml-0.17.ebuild claws-mail-gtkhtml-0.16.ebuild claws-mail-gtkhtml-0.17.2.ebuild
Date: Thu, 29 May 2008 01:51:46
Message-Id: E1K1XIt-0004hI-NF@stork.gentoo.org
1 halcy0n 08/05/29 01:51:43
2
3 Modified: claws-mail-gtkhtml-0.15.2.ebuild ChangeLog
4 claws-mail-gtkhtml-0.17.1.ebuild
5 claws-mail-gtkhtml-0.17.ebuild
6 claws-mail-gtkhtml-0.16.ebuild
7 claws-mail-gtkhtml-0.17.2.ebuild
8 Log:
9 Fix RDEPEND on pkgconfig; bug #217278
10 (Portage version: 2.1.5.2)
11
12 Revision Changes Path
13 1.8 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild?rev=1.8&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild?rev=1.8&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild?r1=1.7&r2=1.8
18
19 Index: claws-mail-gtkhtml-0.15.2.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild,v
22 retrieving revision 1.7
23 retrieving revision 1.8
24 diff -u -r1.7 -r1.8
25 --- claws-mail-gtkhtml-0.15.2.ebuild 13 Feb 2008 20:48:56 -0000 1.7
26 +++ claws-mail-gtkhtml-0.15.2.ebuild 29 May 2008 01:51:43 -0000 1.8
27 @@ -1,6 +1,6 @@
28 # Copyright 1999-2008 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild,v 1.7 2008/02/13 20:48:56 ticho Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild,v 1.8 2008/05/29 01:51:43 halcy0n Exp $
32
33 inherit eutils
34
35 @@ -13,9 +13,10 @@
36 SLOT="0"
37 KEYWORDS="amd64 ppc ppc64 x86"
38 IUSE=""
39 -DEPEND=">=mail-client/claws-mail-3.0.0
40 +RDEPEND=">=mail-client/claws-mail-3.0.0
41 =gnome-extra/gtkhtml-2*
42 - net-misc/curl
43 + net-misc/curl"
44 +DEPEND="${RDEPEND}
45 dev-util/pkgconfig"
46
47 S="${WORKDIR}/${MY_P}"
48
49
50
51 1.27 mail-client/claws-mail-gtkhtml/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.27&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.27&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.26&r2=1.27
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
60 retrieving revision 1.26
61 retrieving revision 1.27
62 diff -u -r1.26 -r1.27
63 --- ChangeLog 15 May 2008 20:01:14 -0000 1.26
64 +++ ChangeLog 29 May 2008 01:51:43 -0000 1.27
65 @@ -1,6 +1,12 @@
66 # ChangeLog for mail-client/claws-mail-gtkhtml
67 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.26 2008/05/15 20:01:14 opfer Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.27 2008/05/29 01:51:43 halcy0n Exp $
70 +
71 + 29 May 2008; Mark Loeser <halcy0n@g.o>
72 + claws-mail-gtkhtml-0.15.2.ebuild, claws-mail-gtkhtml-0.16.ebuild,
73 + claws-mail-gtkhtml-0.17.ebuild, claws-mail-gtkhtml-0.17.1.ebuild,
74 + claws-mail-gtkhtml-0.17.2.ebuild:
75 + Fix RDEPEND on pkgconfig; bug #217278
76
77 15 May 2008; Christian Faulhammer <opfer@g.o>
78 claws-mail-gtkhtml-0.18.ebuild:
79
80
81
82 1.2 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.1.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.1.ebuild?rev=1.2&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.1.ebuild?rev=1.2&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.1.ebuild?r1=1.1&r2=1.2
87
88 Index: claws-mail-gtkhtml-0.17.1.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.1.ebuild,v
91 retrieving revision 1.1
92 retrieving revision 1.2
93 diff -u -r1.1 -r1.2
94 --- claws-mail-gtkhtml-0.17.1.ebuild 13 Feb 2008 20:48:56 -0000 1.1
95 +++ claws-mail-gtkhtml-0.17.1.ebuild 29 May 2008 01:51:43 -0000 1.2
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2008 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.1.ebuild,v 1.1 2008/02/13 20:48:56 ticho Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.1.ebuild,v 1.2 2008/05/29 01:51:43 halcy0n Exp $
101
102 inherit eutils
103
104 @@ -13,9 +13,10 @@
105 SLOT="0"
106 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
107 IUSE=""
108 -DEPEND=">=mail-client/claws-mail-3.3.0
109 +RDEPEND=">=mail-client/claws-mail-3.3.0
110 =gnome-extra/gtkhtml-2*
111 - net-misc/curl
112 + net-misc/curl"
113 +DEPEND="${RDEPEND}
114 dev-util/pkgconfig"
115
116 S="${WORKDIR}/${MY_P}"
117
118
119
120 1.3 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.ebuild
121
122 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.ebuild?rev=1.3&view=markup
123 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.ebuild?rev=1.3&content-type=text/plain
124 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.ebuild?r1=1.2&r2=1.3
125
126 Index: claws-mail-gtkhtml-0.17.ebuild
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.ebuild,v
129 retrieving revision 1.2
130 retrieving revision 1.3
131 diff -u -r1.2 -r1.3
132 --- claws-mail-gtkhtml-0.17.ebuild 13 Feb 2008 20:48:56 -0000 1.2
133 +++ claws-mail-gtkhtml-0.17.ebuild 29 May 2008 01:51:43 -0000 1.3
134 @@ -1,6 +1,6 @@
135 # Copyright 1999-2008 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.ebuild,v 1.2 2008/02/13 20:48:56 ticho Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.ebuild,v 1.3 2008/05/29 01:51:43 halcy0n Exp $
139
140 inherit eutils
141
142 @@ -13,9 +13,10 @@
143 SLOT="0"
144 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
145 IUSE=""
146 -DEPEND=">=mail-client/claws-mail-3.2.0
147 +RDEPEND=">=mail-client/claws-mail-3.2.0
148 =gnome-extra/gtkhtml-2*
149 - net-misc/curl
150 + net-misc/curl"
151 +DEPEND="${RDEPEND}
152 dev-util/pkgconfig"
153
154 S="${WORKDIR}/${MY_P}"
155
156
157
158 1.3 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.16.ebuild
159
160 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.16.ebuild?rev=1.3&view=markup
161 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.16.ebuild?rev=1.3&content-type=text/plain
162 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.16.ebuild?r1=1.2&r2=1.3
163
164 Index: claws-mail-gtkhtml-0.16.ebuild
165 ===================================================================
166 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.16.ebuild,v
167 retrieving revision 1.2
168 retrieving revision 1.3
169 diff -u -r1.2 -r1.3
170 --- claws-mail-gtkhtml-0.16.ebuild 13 Feb 2008 20:48:56 -0000 1.2
171 +++ claws-mail-gtkhtml-0.16.ebuild 29 May 2008 01:51:43 -0000 1.3
172 @@ -1,6 +1,6 @@
173 # Copyright 1999-2008 Gentoo Foundation
174 # Distributed under the terms of the GNU General Public License v2
175 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.16.ebuild,v 1.2 2008/02/13 20:48:56 ticho Exp $
176 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.16.ebuild,v 1.3 2008/05/29 01:51:43 halcy0n Exp $
177
178 inherit eutils
179
180 @@ -13,9 +13,10 @@
181 SLOT="0"
182 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
183 IUSE=""
184 -DEPEND=">=mail-client/claws-mail-3.1.0
185 +RDEPEND=">=mail-client/claws-mail-3.1.0
186 =gnome-extra/gtkhtml-2*
187 - net-misc/curl
188 + net-misc/curl"
189 +DEPEND="${RDEPEND}
190 dev-util/pkgconfig"
191
192 S="${WORKDIR}/${MY_P}"
193
194
195
196 1.2 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.2.ebuild
197
198 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.2.ebuild?rev=1.2&view=markup
199 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.2.ebuild?rev=1.2&content-type=text/plain
200 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.2.ebuild?r1=1.1&r2=1.2
201
202 Index: claws-mail-gtkhtml-0.17.2.ebuild
203 ===================================================================
204 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.2.ebuild,v
205 retrieving revision 1.1
206 retrieving revision 1.2
207 diff -u -r1.1 -r1.2
208 --- claws-mail-gtkhtml-0.17.2.ebuild 23 Feb 2008 12:57:45 -0000 1.1
209 +++ claws-mail-gtkhtml-0.17.2.ebuild 29 May 2008 01:51:43 -0000 1.2
210 @@ -1,6 +1,6 @@
211 # Copyright 1999-2008 Gentoo Foundation
212 # Distributed under the terms of the GNU General Public License v2
213 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.2.ebuild,v 1.1 2008/02/23 12:57:45 ticho Exp $
214 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.2.ebuild,v 1.2 2008/05/29 01:51:43 halcy0n Exp $
215
216 inherit eutils
217
218 @@ -13,9 +13,10 @@
219 SLOT="0"
220 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
221 IUSE=""
222 -DEPEND=">=mail-client/claws-mail-3.3.1
223 +RDEPEND=">=mail-client/claws-mail-3.3.1
224 =gnome-extra/gtkhtml-2*
225 - net-misc/curl
226 + net-misc/curl"
227 +DEPEND="${RDEPEND}
228 dev-util/pkgconfig"
229
230 S="${WORKDIR}/${MY_P}"
231
232
233
234 --
235 gentoo-commits@l.g.o mailing list