Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: wxGTK-3.0.2.0.ebuild wxGTK-2.8.12.1-r1.ebuild wxGTK-3.0.0.0.ebuild wxGTK-3.0.2.0-r1.ebuild wxGTK-2.9.4.1-r1.ebuild wxGTK-3.0.1.1.ebuild ChangeLog
Date: Tue, 31 Mar 2015 20:05:24
Message-Id: 20150331200520.B877B14F08@oystercatcher.gentoo.org
1 ulm 15/03/31 20:05:20
2
3 Modified: wxGTK-3.0.2.0.ebuild wxGTK-2.8.12.1-r1.ebuild
4 wxGTK-3.0.0.0.ebuild wxGTK-3.0.2.0-r1.ebuild
5 wxGTK-2.9.4.1-r1.ebuild wxGTK-3.0.1.1.ebuild
6 ChangeLog
7 Log:
8 Update dependency after package move of eselect modules to app-eselect.
9
10 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 9433907D693FB5B8!)
11
12 Revision Changes Path
13 1.2 x11-libs/wxGTK/wxGTK-3.0.2.0.ebuild
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0.ebuild?rev=1.2&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0.ebuild?rev=1.2&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0.ebuild?r1=1.1&r2=1.2
18
19 Index: wxGTK-3.0.2.0.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0.ebuild,v
22 retrieving revision 1.1
23 retrieving revision 1.2
24 diff -u -r1.1 -r1.2
25 --- wxGTK-3.0.2.0.ebuild 31 Dec 2014 17:37:49 -0000 1.1
26 +++ wxGTK-3.0.2.0.ebuild 31 Mar 2015 20:05:20 -0000 1.2
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2014 Gentoo Foundation
29 +# Copyright 1999-2015 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0.ebuild,v 1.1 2014/12/31 17:37:49 floppym Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0.ebuild,v 1.2 2015/03/31 20:05:20 ulm Exp $
33
34 EAPI="5"
35
36 @@ -55,7 +55,7 @@
37 x11-proto/xf86vidmodeproto
38 )"
39
40 -PDEPEND=">=app-admin/eselect-wxwidgets-20131230"
41 +PDEPEND=">=app-eselect/eselect-wxwidgets-20131230"
42
43 LICENSE="wxWinLL-3
44 GPL-2
45 @@ -159,11 +159,11 @@
46 }
47
48 pkg_postinst() {
49 - has_version app-admin/eselect-wxwidgets \
50 + has_version app-eselect/eselect-wxwidgets \
51 && eselect wxwidgets update
52 }
53
54 pkg_postrm() {
55 - has_version app-admin/eselect-wxwidgets \
56 + has_version app-eselect/eselect-wxwidgets \
57 && eselect wxwidgets update
58 }
59
60
61
62 1.13 x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild?rev=1.13&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild?rev=1.13&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild?r1=1.12&r2=1.13
67
68 Index: wxGTK-2.8.12.1-r1.ebuild
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild,v
71 retrieving revision 1.12
72 retrieving revision 1.13
73 diff -u -r1.12 -r1.13
74 --- wxGTK-2.8.12.1-r1.ebuild 23 May 2014 08:21:26 -0000 1.12
75 +++ wxGTK-2.8.12.1-r1.ebuild 31 Mar 2015 20:05:20 -0000 1.13
76 @@ -1,6 +1,6 @@
77 -# Copyright 1999-2014 Gentoo Foundation
78 +# Copyright 1999-2015 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild,v 1.12 2014/05/23 08:21:26 rhill Exp $
81 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1-r1.ebuild,v 1.13 2015/03/31 20:05:20 ulm Exp $
82
83 EAPI="5"
84
85 @@ -58,7 +58,7 @@
86 x11-proto/xf86vidmodeproto
87 )"
88
89 -PDEPEND=">=app-admin/eselect-wxwidgets-0.7"
90 +PDEPEND=">=app-eselect/eselect-wxwidgets-0.7"
91
92 LICENSE="wxWinLL-3
93 GPL-2
94 @@ -177,11 +177,11 @@
95 }
96
97 pkg_postinst() {
98 - has_version app-admin/eselect-wxwidgets \
99 + has_version app-eselect/eselect-wxwidgets \
100 && eselect wxwidgets update
101 }
102
103 pkg_postrm() {
104 - has_version app-admin/eselect-wxwidgets \
105 + has_version app-eselect/eselect-wxwidgets \
106 && eselect wxwidgets update
107 }
108
109
110
111 1.5 x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild?rev=1.5&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild?rev=1.5&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild?r1=1.4&r2=1.5
116
117 Index: wxGTK-3.0.0.0.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild,v
120 retrieving revision 1.4
121 retrieving revision 1.5
122 diff -u -r1.4 -r1.5
123 --- wxGTK-3.0.0.0.ebuild 23 May 2014 08:21:26 -0000 1.4
124 +++ wxGTK-3.0.0.0.ebuild 31 Mar 2015 20:05:20 -0000 1.5
125 @@ -1,6 +1,6 @@
126 -# Copyright 1999-2014 Gentoo Foundation
127 +# Copyright 1999-2015 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild,v 1.4 2014/05/23 08:21:26 rhill Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.0.0.ebuild,v 1.5 2015/03/31 20:05:20 ulm Exp $
131
132 EAPI="5"
133
134 @@ -55,7 +55,7 @@
135 x11-proto/xf86vidmodeproto
136 )"
137
138 -PDEPEND=">=app-admin/eselect-wxwidgets-20131230"
139 +PDEPEND=">=app-eselect/eselect-wxwidgets-20131230"
140
141 LICENSE="wxWinLL-3
142 GPL-2
143 @@ -159,11 +159,11 @@
144 }
145
146 pkg_postinst() {
147 - has_version app-admin/eselect-wxwidgets \
148 + has_version app-eselect/eselect-wxwidgets \
149 && eselect wxwidgets update
150 }
151
152 pkg_postrm() {
153 - has_version app-admin/eselect-wxwidgets \
154 + has_version app-eselect/eselect-wxwidgets \
155 && eselect wxwidgets update
156 }
157
158
159
160 1.2 x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild
161
162 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild?rev=1.2&view=markup
163 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild?rev=1.2&content-type=text/plain
164 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild?r1=1.1&r2=1.2
165
166 Index: wxGTK-3.0.2.0-r1.ebuild
167 ===================================================================
168 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild,v
169 retrieving revision 1.1
170 retrieving revision 1.2
171 diff -u -r1.1 -r1.2
172 --- wxGTK-3.0.2.0-r1.ebuild 2 Feb 2015 16:26:17 -0000 1.1
173 +++ wxGTK-3.0.2.0-r1.ebuild 31 Mar 2015 20:05:20 -0000 1.2
174 @@ -1,6 +1,6 @@
175 # Copyright 1999-2015 Gentoo Foundation
176 # Distributed under the terms of the GNU General Public License v2
177 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild,v 1.1 2015/02/02 16:26:17 sping Exp $
178 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.2.0-r1.ebuild,v 1.2 2015/03/31 20:05:20 ulm Exp $
179
180 EAPI="5"
181
182 @@ -55,7 +55,7 @@
183 x11-proto/xf86vidmodeproto
184 )"
185
186 -PDEPEND=">=app-admin/eselect-wxwidgets-20131230"
187 +PDEPEND=">=app-eselect/eselect-wxwidgets-20131230"
188
189 LICENSE="wxWinLL-3
190 GPL-2
191 @@ -164,11 +164,11 @@
192 }
193
194 pkg_postinst() {
195 - has_version app-admin/eselect-wxwidgets \
196 + has_version app-eselect/eselect-wxwidgets \
197 && eselect wxwidgets update
198 }
199
200 pkg_postrm() {
201 - has_version app-admin/eselect-wxwidgets \
202 + has_version app-eselect/eselect-wxwidgets \
203 && eselect wxwidgets update
204 }
205
206
207
208 1.3 x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild
209
210 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild?rev=1.3&view=markup
211 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild?rev=1.3&content-type=text/plain
212 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild?r1=1.2&r2=1.3
213
214 Index: wxGTK-2.9.4.1-r1.ebuild
215 ===================================================================
216 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild,v
217 retrieving revision 1.2
218 retrieving revision 1.3
219 diff -u -r1.2 -r1.3
220 --- wxGTK-2.9.4.1-r1.ebuild 27 Jan 2014 17:35:05 -0000 1.2
221 +++ wxGTK-2.9.4.1-r1.ebuild 31 Mar 2015 20:05:20 -0000 1.3
222 @@ -1,6 +1,6 @@
223 -# Copyright 1999-2014 Gentoo Foundation
224 +# Copyright 1999-2015 Gentoo Foundation
225 # Distributed under the terms of the GNU General Public License v2
226 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild,v 1.2 2014/01/27 17:35:05 dirtyepic Exp $
227 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.9.4.1-r1.ebuild,v 1.3 2015/03/31 20:05:20 ulm Exp $
228
229 EAPI="5"
230
231 @@ -57,7 +57,7 @@
232 )"
233 # test? ( dev-util/cppunit )
234
235 -PDEPEND=">=app-admin/eselect-wxwidgets-1.4"
236 +PDEPEND=">=app-eselect/eselect-wxwidgets-1.4"
237
238 LICENSE="wxWinLL-3
239 GPL-2
240 @@ -168,11 +168,11 @@
241 }
242
243 pkg_postinst() {
244 - has_version app-admin/eselect-wxwidgets \
245 + has_version app-eselect/eselect-wxwidgets \
246 && eselect wxwidgets update
247 }
248
249 pkg_postrm() {
250 - has_version app-admin/eselect-wxwidgets \
251 + has_version app-eselect/eselect-wxwidgets \
252 && eselect wxwidgets update
253 }
254
255
256
257 1.2 x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild
258
259 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild?rev=1.2&view=markup
260 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild?rev=1.2&content-type=text/plain
261 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild?r1=1.1&r2=1.2
262
263 Index: wxGTK-3.0.1.1.ebuild
264 ===================================================================
265 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild,v
266 retrieving revision 1.1
267 retrieving revision 1.2
268 diff -u -r1.1 -r1.2
269 --- wxGTK-3.0.1.1.ebuild 6 Oct 2014 01:06:16 -0000 1.1
270 +++ wxGTK-3.0.1.1.ebuild 31 Mar 2015 20:05:20 -0000 1.2
271 @@ -1,6 +1,6 @@
272 -# Copyright 1999-2014 Gentoo Foundation
273 +# Copyright 1999-2015 Gentoo Foundation
274 # Distributed under the terms of the GNU General Public License v2
275 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild,v 1.1 2014/10/06 01:06:16 leio Exp $
276 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-3.0.1.1.ebuild,v 1.2 2015/03/31 20:05:20 ulm Exp $
277
278 EAPI="5"
279
280 @@ -55,7 +55,7 @@
281 x11-proto/xf86vidmodeproto
282 )"
283
284 -PDEPEND=">=app-admin/eselect-wxwidgets-20131230"
285 +PDEPEND=">=app-eselect/eselect-wxwidgets-20131230"
286
287 LICENSE="wxWinLL-3
288 GPL-2
289 @@ -159,11 +159,11 @@
290 }
291
292 pkg_postinst() {
293 - has_version app-admin/eselect-wxwidgets \
294 + has_version app-eselect/eselect-wxwidgets \
295 && eselect wxwidgets update
296 }
297
298 pkg_postrm() {
299 - has_version app-admin/eselect-wxwidgets \
300 + has_version app-eselect/eselect-wxwidgets \
301 && eselect wxwidgets update
302 }
303
304
305
306 1.318 x11-libs/wxGTK/ChangeLog
307
308 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.318&view=markup
309 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.318&content-type=text/plain
310 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.317&r2=1.318
311
312 Index: ChangeLog
313 ===================================================================
314 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
315 retrieving revision 1.317
316 retrieving revision 1.318
317 diff -u -r1.317 -r1.318
318 --- ChangeLog 2 Feb 2015 16:26:17 -0000 1.317
319 +++ ChangeLog 31 Mar 2015 20:05:20 -0000 1.318
320 @@ -1,6 +1,13 @@
321 # ChangeLog for x11-libs/wxGTK
322 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
323 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.317 2015/02/02 16:26:17 sping Exp $
324 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.318 2015/03/31 20:05:20 ulm Exp $
325 +
326 + 31 Mar 2015; Ulrich Müller <ulm@g.o> wxGTK-2.8.12.1-r1.ebuild,
327 + wxGTK-2.9.4.1-r1.ebuild, wxGTK-3.0.0.0.ebuild, wxGTK-3.0.1.1.ebuild,
328 + wxGTK-3.0.2.0.ebuild, wxGTK-3.0.2.0-r1.ebuild,
329 + files/wxGTK-2.8.11-collision.patch, files/wxGTK-2.9.3.1-collision.patch,
330 + files/wxGTK-2.9.4.1-collision.patch, files/wxGTK-3.0.0.0-collision.patch:
331 + Update dependency after package move of eselect modules to app-eselect.
332
333 *wxGTK-3.0.2.0-r1 (02 Feb 2015)