Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.2.ebuild wine-1.2.1.ebuild wine-1.3.11.ebuild wine-1.2.3.ebuild wine-1.3.12.ebuild wine-9999.ebuild wine-1.3.4.ebuild wine-1.3.14.ebuild wine-1.3.17.ebuild wine-1.3.19.ebuild wine-1.3.6.ebuild wine-1.3.5.ebuild wine-1.3.2.ebuild wine-1.3.21.ebuild wine-1.3.20.ebuild wine-1.3.15.ebuild ChangeLog wine-1.3.9.ebuild wine-1.3.8.ebuild wine-1.3.22.ebuild wine-1.3.18.ebuild wine-1.3.0.ebuild wine-1.3.16.ebuild wine-1.3.7.ebuild wine-1.3.10.ebuild wine-1.3.13.ebuild wine-1.3.1.ebuild wine-1.2.2.ebuild wine-1.3.3.ebuild wine-1.3.23.ebuild
Date: Tue, 05 Jul 2011 00:18:37
Message-Id: 20110705001826.723972004B@flycatcher.gentoo.org
1 vapier 11/07/05 00:18:26
2
3 Modified: wine-1.2.ebuild wine-1.2.1.ebuild
4 wine-1.3.11.ebuild wine-1.2.3.ebuild
5 wine-1.3.12.ebuild wine-9999.ebuild
6 wine-1.3.4.ebuild wine-1.3.14.ebuild
7 wine-1.3.17.ebuild wine-1.3.19.ebuild
8 wine-1.3.6.ebuild wine-1.3.5.ebuild
9 wine-1.3.2.ebuild wine-1.3.21.ebuild
10 wine-1.3.20.ebuild wine-1.3.15.ebuild ChangeLog
11 wine-1.3.9.ebuild wine-1.3.8.ebuild
12 wine-1.3.22.ebuild wine-1.3.18.ebuild
13 wine-1.3.0.ebuild wine-1.3.16.ebuild
14 wine-1.3.7.ebuild wine-1.3.10.ebuild
15 wine-1.3.13.ebuild wine-1.3.1.ebuild
16 wine-1.2.2.ebuild wine-1.3.3.ebuild
17 wine-1.3.23.ebuild
18 Log:
19 Convert to git-2 eclass.
20
21 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
22
23 Revision Changes Path
24 1.10 app-emulation/wine/wine-1.2.ebuild
25
26 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.ebuild?rev=1.10&view=markup
27 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.ebuild?rev=1.10&content-type=text/plain
28 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.ebuild?r1=1.9&r2=1.10
29
30 Index: wine-1.2.ebuild
31 ===================================================================
32 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.ebuild,v
33 retrieving revision 1.9
34 retrieving revision 1.10
35 diff -u -r1.9 -r1.10
36 --- wine-1.2.ebuild 30 Apr 2011 06:26:23 -0000 1.9
37 +++ wine-1.2.ebuild 5 Jul 2011 00:18:26 -0000 1.10
38 @@ -1,6 +1,6 @@
39 # Copyright 1999-2011 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.ebuild,v 1.9 2011/04/30 06:26:23 vapier Exp $
42 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.ebuild,v 1.10 2011/07/05 00:18:26 vapier Exp $
43
44 EAPI="2"
45
46 @@ -9,7 +9,7 @@
47
48 if [[ ${PV} == "9999" ]] ; then
49 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
50 - inherit git
51 + inherit git-2
52 SRC_URI=""
53 #KEYWORDS=""
54 else
55 @@ -98,7 +98,7 @@
56 fi
57
58 if [[ ${PV} == "9999" ]] ; then
59 - git_src_unpack
60 + git-2_src_unpack
61 else
62 unpack ${MY_P}.tar.bz2
63 fi
64
65
66
67 1.6 app-emulation/wine/wine-1.2.1.ebuild
68
69 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild?rev=1.6&view=markup
70 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild?rev=1.6&content-type=text/plain
71 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild?r1=1.5&r2=1.6
72
73 Index: wine-1.2.1.ebuild
74 ===================================================================
75 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild,v
76 retrieving revision 1.5
77 retrieving revision 1.6
78 diff -u -r1.5 -r1.6
79 --- wine-1.2.1.ebuild 30 Apr 2011 06:26:23 -0000 1.5
80 +++ wine-1.2.1.ebuild 5 Jul 2011 00:18:26 -0000 1.6
81 @@ -1,6 +1,6 @@
82 # Copyright 1999-2011 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild,v 1.5 2011/04/30 06:26:23 vapier Exp $
85 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.1.ebuild,v 1.6 2011/07/05 00:18:26 vapier Exp $
86
87 EAPI="2"
88
89 @@ -8,7 +8,7 @@
90
91 if [[ ${PV} == "9999" ]] ; then
92 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
93 - inherit git autotools
94 + inherit git-2 autotools
95 SRC_URI=""
96 #KEYWORDS=""
97 else
98 @@ -102,7 +102,7 @@
99 fi
100
101 if [[ ${PV} == "9999" ]] ; then
102 - git_src_unpack
103 + git-2_src_unpack
104 else
105 unpack ${MY_P}.tar.bz2
106 fi
107
108
109
110 1.6 app-emulation/wine/wine-1.3.11.ebuild
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild?rev=1.6&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild?rev=1.6&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild?r1=1.5&r2=1.6
115
116 Index: wine-1.3.11.ebuild
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild,v
119 retrieving revision 1.5
120 retrieving revision 1.6
121 diff -u -r1.5 -r1.6
122 --- wine-1.3.11.ebuild 5 Jul 2011 00:16:41 -0000 1.5
123 +++ wine-1.3.11.ebuild 5 Jul 2011 00:18:26 -0000 1.6
124 @@ -1,6 +1,6 @@
125 # Copyright 1999-2011 Gentoo Foundation
126 # Distributed under the terms of the GNU General Public License v2
127 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild,v 1.5 2011/07/05 00:16:41 vapier Exp $
128 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.11.ebuild,v 1.6 2011/07/05 00:18:26 vapier Exp $
129
130 EAPI="2"
131
132 @@ -8,7 +8,7 @@
133
134 if [[ ${PV} == "9999" ]] ; then
135 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
136 - inherit git autotools
137 + inherit git-2 autotools
138 SRC_URI=""
139 #KEYWORDS=""
140 else
141 @@ -108,7 +108,7 @@
142 fi
143
144 if [[ ${PV} == "9999" ]] ; then
145 - git_src_unpack
146 + git-2_src_unpack
147 else
148 unpack ${MY_P}.tar.bz2
149 fi
150
151
152
153 1.4 app-emulation/wine/wine-1.2.3.ebuild
154
155 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.4&view=markup
156 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.4&content-type=text/plain
157 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?r1=1.3&r2=1.4
158
159 Index: wine-1.2.3.ebuild
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v
162 retrieving revision 1.3
163 retrieving revision 1.4
164 diff -u -r1.3 -r1.4
165 --- wine-1.2.3.ebuild 29 Jun 2011 04:56:23 -0000 1.3
166 +++ wine-1.2.3.ebuild 5 Jul 2011 00:18:26 -0000 1.4
167 @@ -1,6 +1,6 @@
168 # Copyright 1999-2011 Gentoo Foundation
169 # Distributed under the terms of the GNU General Public License v2
170 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.3 2011/06/29 04:56:23 vapier Exp $
171 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.4 2011/07/05 00:18:26 vapier Exp $
172
173 EAPI="2"
174
175 @@ -8,7 +8,7 @@
176
177 if [[ ${PV} == "9999" ]] ; then
178 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
179 - inherit git autotools
180 + inherit git-2 autotools
181 SRC_URI=""
182 #KEYWORDS=""
183 else
184 @@ -102,7 +102,7 @@
185 fi
186
187 if [[ ${PV} == "9999" ]] ; then
188 - git_src_unpack
189 + git-2_src_unpack
190 else
191 unpack ${MY_P}.tar.bz2
192 fi
193
194
195
196 1.4 app-emulation/wine/wine-1.3.12.ebuild
197
198 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild?rev=1.4&view=markup
199 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild?rev=1.4&content-type=text/plain
200 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild?r1=1.3&r2=1.4
201
202 Index: wine-1.3.12.ebuild
203 ===================================================================
204 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild,v
205 retrieving revision 1.3
206 retrieving revision 1.4
207 diff -u -r1.3 -r1.4
208 --- wine-1.3.12.ebuild 5 Jul 2011 00:16:41 -0000 1.3
209 +++ wine-1.3.12.ebuild 5 Jul 2011 00:18:26 -0000 1.4
210 @@ -1,6 +1,6 @@
211 # Copyright 1999-2011 Gentoo Foundation
212 # Distributed under the terms of the GNU General Public License v2
213 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild,v 1.3 2011/07/05 00:16:41 vapier Exp $
214 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.12.ebuild,v 1.4 2011/07/05 00:18:26 vapier Exp $
215
216 EAPI="2"
217
218 @@ -8,7 +8,7 @@
219
220 if [[ ${PV} == "9999" ]] ; then
221 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
222 - inherit git autotools
223 + inherit git-2 autotools
224 SRC_URI=""
225 #KEYWORDS=""
226 else
227 @@ -108,7 +108,7 @@
228 fi
229
230 if [[ ${PV} == "9999" ]] ; then
231 - git_src_unpack
232 + git-2_src_unpack
233 else
234 unpack ${MY_P}.tar.bz2
235 fi
236
237
238
239 1.82 app-emulation/wine/wine-9999.ebuild
240
241 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.82&view=markup
242 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.82&content-type=text/plain
243 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.81&r2=1.82
244
245 Index: wine-9999.ebuild
246 ===================================================================
247 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
248 retrieving revision 1.81
249 retrieving revision 1.82
250 diff -u -r1.81 -r1.82
251 --- wine-9999.ebuild 5 Jul 2011 00:16:41 -0000 1.81
252 +++ wine-9999.ebuild 5 Jul 2011 00:18:26 -0000 1.82
253 @@ -1,6 +1,6 @@
254 # Copyright 1999-2011 Gentoo Foundation
255 # Distributed under the terms of the GNU General Public License v2
256 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.81 2011/07/05 00:16:41 vapier Exp $
257 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.82 2011/07/05 00:18:26 vapier Exp $
258
259 EAPI="2"
260
261 @@ -8,7 +8,7 @@
262
263 if [[ ${PV} == "9999" ]] ; then
264 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
265 - inherit git autotools
266 + inherit git-2 autotools
267 SRC_URI=""
268 #KEYWORDS=""
269 else
270 @@ -108,7 +108,7 @@
271 fi
272
273 if [[ ${PV} == "9999" ]] ; then
274 - git_src_unpack
275 + git-2_src_unpack
276 else
277 unpack ${MY_P}.tar.bz2
278 fi
279
280
281
282 1.7 app-emulation/wine/wine-1.3.4.ebuild
283
284 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild?rev=1.7&view=markup
285 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild?rev=1.7&content-type=text/plain
286 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild?r1=1.6&r2=1.7
287
288 Index: wine-1.3.4.ebuild
289 ===================================================================
290 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v
291 retrieving revision 1.6
292 retrieving revision 1.7
293 diff -u -r1.6 -r1.7
294 --- wine-1.3.4.ebuild 30 Apr 2011 06:26:23 -0000 1.6
295 +++ wine-1.3.4.ebuild 5 Jul 2011 00:18:26 -0000 1.7
296 @@ -1,6 +1,6 @@
297 # Copyright 1999-2011 Gentoo Foundation
298 # Distributed under the terms of the GNU General Public License v2
299 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.6 2011/04/30 06:26:23 vapier Exp $
300 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.4.ebuild,v 1.7 2011/07/05 00:18:26 vapier Exp $
301
302 EAPI="2"
303
304 @@ -8,7 +8,7 @@
305
306 if [[ ${PV} == "9999" ]] ; then
307 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
308 - inherit git autotools
309 + inherit git-2 autotools
310 SRC_URI=""
311 #KEYWORDS=""
312 else
313 @@ -105,7 +105,7 @@
314 fi
315
316 if [[ ${PV} == "9999" ]] ; then
317 - git_src_unpack
318 + git-2_src_unpack
319 else
320 unpack ${MY_P}.tar.bz2
321 fi
322
323
324
325 1.5 app-emulation/wine/wine-1.3.14.ebuild
326
327 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild?rev=1.5&view=markup
328 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild?rev=1.5&content-type=text/plain
329 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild?r1=1.4&r2=1.5
330
331 Index: wine-1.3.14.ebuild
332 ===================================================================
333 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild,v
334 retrieving revision 1.4
335 retrieving revision 1.5
336 diff -u -r1.4 -r1.5
337 --- wine-1.3.14.ebuild 5 Jul 2011 00:16:41 -0000 1.4
338 +++ wine-1.3.14.ebuild 5 Jul 2011 00:18:26 -0000 1.5
339 @@ -1,6 +1,6 @@
340 # Copyright 1999-2011 Gentoo Foundation
341 # Distributed under the terms of the GNU General Public License v2
342 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild,v 1.4 2011/07/05 00:16:41 vapier Exp $
343 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.14.ebuild,v 1.5 2011/07/05 00:18:26 vapier Exp $
344
345 EAPI="2"
346
347 @@ -8,7 +8,7 @@
348
349 if [[ ${PV} == "9999" ]] ; then
350 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
351 - inherit git autotools
352 + inherit git-2 autotools
353 SRC_URI=""
354 #KEYWORDS=""
355 else
356 @@ -108,7 +108,7 @@
357 fi
358
359 if [[ ${PV} == "9999" ]] ; then
360 - git_src_unpack
361 + git-2_src_unpack
362 else
363 unpack ${MY_P}.tar.bz2
364 fi
365
366
367
368 1.5 app-emulation/wine/wine-1.3.17.ebuild
369
370 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild?rev=1.5&view=markup
371 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild?rev=1.5&content-type=text/plain
372 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild?r1=1.4&r2=1.5
373
374 Index: wine-1.3.17.ebuild
375 ===================================================================
376 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild,v
377 retrieving revision 1.4
378 retrieving revision 1.5
379 diff -u -r1.4 -r1.5
380 --- wine-1.3.17.ebuild 5 Jul 2011 00:16:41 -0000 1.4
381 +++ wine-1.3.17.ebuild 5 Jul 2011 00:18:26 -0000 1.5
382 @@ -1,6 +1,6 @@
383 # Copyright 1999-2011 Gentoo Foundation
384 # Distributed under the terms of the GNU General Public License v2
385 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild,v 1.4 2011/07/05 00:16:41 vapier Exp $
386 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.17.ebuild,v 1.5 2011/07/05 00:18:26 vapier Exp $
387
388 EAPI="2"
389
390 @@ -8,7 +8,7 @@
391
392 if [[ ${PV} == "9999" ]] ; then
393 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
394 - inherit git autotools
395 + inherit git-2 autotools
396 SRC_URI=""
397 #KEYWORDS=""
398 else
399 @@ -108,7 +108,7 @@
400 fi
401
402 if [[ ${PV} == "9999" ]] ; then
403 - git_src_unpack
404 + git-2_src_unpack
405 else
406 unpack ${MY_P}.tar.bz2
407 fi
408
409
410
411 1.4 app-emulation/wine/wine-1.3.19.ebuild
412
413 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild?rev=1.4&view=markup
414 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild?rev=1.4&content-type=text/plain
415 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild?r1=1.3&r2=1.4
416
417 Index: wine-1.3.19.ebuild
418 ===================================================================
419 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild,v
420 retrieving revision 1.3
421 retrieving revision 1.4
422 diff -u -r1.3 -r1.4
423 --- wine-1.3.19.ebuild 5 Jul 2011 00:16:41 -0000 1.3
424 +++ wine-1.3.19.ebuild 5 Jul 2011 00:18:26 -0000 1.4
425 @@ -1,6 +1,6 @@
426 # Copyright 1999-2011 Gentoo Foundation
427 # Distributed under the terms of the GNU General Public License v2
428 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild,v 1.3 2011/07/05 00:16:41 vapier Exp $
429 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.19.ebuild,v 1.4 2011/07/05 00:18:26 vapier Exp $
430
431 EAPI="2"
432
433 @@ -8,7 +8,7 @@
434
435 if [[ ${PV} == "9999" ]] ; then
436 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
437 - inherit git autotools
438 + inherit git-2 autotools
439 SRC_URI=""
440 #KEYWORDS=""
441 else
442 @@ -108,7 +108,7 @@
443 fi
444
445 if [[ ${PV} == "9999" ]] ; then
446 - git_src_unpack
447 + git-2_src_unpack
448 else
449 unpack ${MY_P}.tar.bz2
450 fi
451
452
453
454 1.6 app-emulation/wine/wine-1.3.6.ebuild
455
456 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild?rev=1.6&view=markup
457 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild?rev=1.6&content-type=text/plain
458 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild?r1=1.5&r2=1.6
459
460 Index: wine-1.3.6.ebuild
461 ===================================================================
462 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild,v
463 retrieving revision 1.5
464 retrieving revision 1.6
465 diff -u -r1.5 -r1.6
466 --- wine-1.3.6.ebuild 30 Apr 2011 06:26:23 -0000 1.5
467 +++ wine-1.3.6.ebuild 5 Jul 2011 00:18:26 -0000 1.6
468 @@ -1,6 +1,6 @@
469 # Copyright 1999-2011 Gentoo Foundation
470 # Distributed under the terms of the GNU General Public License v2
471 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild,v 1.5 2011/04/30 06:26:23 vapier Exp $
472 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.6.ebuild,v 1.6 2011/07/05 00:18:26 vapier Exp $
473
474 EAPI="2"
475
476 @@ -8,7 +8,7 @@
477
478 if [[ ${PV} == "9999" ]] ; then
479 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
480 - inherit git autotools
481 + inherit git-2 autotools
482 SRC_URI=""
483 #KEYWORDS=""
484 else
485 @@ -106,7 +106,7 @@
486 fi
487
488 if [[ ${PV} == "9999" ]] ; then
489 - git_src_unpack
490 + git-2_src_unpack
491 else
492 unpack ${MY_P}.tar.bz2
493 fi
494
495
496
497 1.6 app-emulation/wine/wine-1.3.5.ebuild
498
499 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild?rev=1.6&view=markup
500 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild?rev=1.6&content-type=text/plain
501 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild?r1=1.5&r2=1.6
502
503 Index: wine-1.3.5.ebuild
504 ===================================================================
505 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild,v
506 retrieving revision 1.5
507 retrieving revision 1.6
508 diff -u -r1.5 -r1.6
509 --- wine-1.3.5.ebuild 30 Apr 2011 06:26:23 -0000 1.5
510 +++ wine-1.3.5.ebuild 5 Jul 2011 00:18:26 -0000 1.6
511 @@ -1,6 +1,6 @@
512 # Copyright 1999-2011 Gentoo Foundation
513 # Distributed under the terms of the GNU General Public License v2
514 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild,v 1.5 2011/04/30 06:26:23 vapier Exp $
515 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.5.ebuild,v 1.6 2011/07/05 00:18:26 vapier Exp $
516
517 EAPI="2"
518
519 @@ -8,7 +8,7 @@
520
521 if [[ ${PV} == "9999" ]] ; then
522 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
523 - inherit git autotools
524 + inherit git-2 autotools
525 SRC_URI=""
526 #KEYWORDS=""
527 else
528 @@ -105,7 +105,7 @@
529 fi
530
531 if [[ ${PV} == "9999" ]] ; then
532 - git_src_unpack
533 + git-2_src_unpack
534 else
535 unpack ${MY_P}.tar.bz2
536 fi
537
538
539
540 1.11 app-emulation/wine/wine-1.3.2.ebuild
541
542 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild?rev=1.11&view=markup
543 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild?rev=1.11&content-type=text/plain
544 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild?r1=1.10&r2=1.11
545
546 Index: wine-1.3.2.ebuild
547 ===================================================================
548 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild,v
549 retrieving revision 1.10
550 retrieving revision 1.11
551 diff -u -r1.10 -r1.11
552 --- wine-1.3.2.ebuild 30 Apr 2011 06:26:23 -0000 1.10
553 +++ wine-1.3.2.ebuild 5 Jul 2011 00:18:26 -0000 1.11
554 @@ -1,6 +1,6 @@
555 # Copyright 1999-2011 Gentoo Foundation
556 # Distributed under the terms of the GNU General Public License v2
557 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild,v 1.10 2011/04/30 06:26:23 vapier Exp $
558 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.2.ebuild,v 1.11 2011/07/05 00:18:26 vapier Exp $
559
560 EAPI="2"
561
562 @@ -8,7 +8,7 @@
563
564 if [[ ${PV} == "9999" ]] ; then
565 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
566 - inherit git autotools
567 + inherit git-2 autotools
568 SRC_URI=""
569 #KEYWORDS=""
570 else
571 @@ -105,7 +105,7 @@
572 fi
573
574 if [[ ${PV} == "9999" ]] ; then
575 - git_src_unpack
576 + git-2_src_unpack
577 else
578 unpack ${MY_P}.tar.bz2
579 fi
580
581
582
583 1.3 app-emulation/wine/wine-1.3.21.ebuild
584
585 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild?rev=1.3&view=markup
586 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild?rev=1.3&content-type=text/plain
587 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild?r1=1.2&r2=1.3
588
589 Index: wine-1.3.21.ebuild
590 ===================================================================
591 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild,v
592 retrieving revision 1.2
593 retrieving revision 1.3
594 diff -u -r1.2 -r1.3
595 --- wine-1.3.21.ebuild 5 Jul 2011 00:16:41 -0000 1.2
596 +++ wine-1.3.21.ebuild 5 Jul 2011 00:18:26 -0000 1.3
597 @@ -1,6 +1,6 @@
598 # Copyright 1999-2011 Gentoo Foundation
599 # Distributed under the terms of the GNU General Public License v2
600 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild,v 1.2 2011/07/05 00:16:41 vapier Exp $
601 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.21.ebuild,v 1.3 2011/07/05 00:18:26 vapier Exp $
602
603 EAPI="2"
604
605 @@ -8,7 +8,7 @@
606
607 if [[ ${PV} == "9999" ]] ; then
608 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
609 - inherit git autotools
610 + inherit git-2 autotools
611 SRC_URI=""
612 #KEYWORDS=""
613 else
614 @@ -108,7 +108,7 @@
615 fi
616
617 if [[ ${PV} == "9999" ]] ; then
618 - git_src_unpack
619 + git-2_src_unpack
620 else
621 unpack ${MY_P}.tar.bz2
622 fi
623
624
625
626 1.3 app-emulation/wine/wine-1.3.20.ebuild
627
628 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild?rev=1.3&view=markup
629 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild?rev=1.3&content-type=text/plain
630 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild?r1=1.2&r2=1.3
631
632 Index: wine-1.3.20.ebuild
633 ===================================================================
634 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild,v
635 retrieving revision 1.2
636 retrieving revision 1.3
637 diff -u -r1.2 -r1.3
638 --- wine-1.3.20.ebuild 5 Jul 2011 00:16:41 -0000 1.2
639 +++ wine-1.3.20.ebuild 5 Jul 2011 00:18:26 -0000 1.3
640 @@ -1,6 +1,6 @@
641 # Copyright 1999-2011 Gentoo Foundation
642 # Distributed under the terms of the GNU General Public License v2
643 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild,v 1.2 2011/07/05 00:16:41 vapier Exp $
644 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.20.ebuild,v 1.3 2011/07/05 00:18:26 vapier Exp $
645
646 EAPI="2"
647
648 @@ -8,7 +8,7 @@
649
650 if [[ ${PV} == "9999" ]] ; then
651 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
652 - inherit git autotools
653 + inherit git-2 autotools
654 SRC_URI=""
655 #KEYWORDS=""
656 else
657 @@ -108,7 +108,7 @@
658 fi
659
660 if [[ ${PV} == "9999" ]] ; then
661 - git_src_unpack
662 + git-2_src_unpack
663 else
664 unpack ${MY_P}.tar.bz2
665 fi
666
667
668
669 1.4 app-emulation/wine/wine-1.3.15.ebuild
670
671 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild?rev=1.4&view=markup
672 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild?rev=1.4&content-type=text/plain
673 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild?r1=1.3&r2=1.4
674
675 Index: wine-1.3.15.ebuild
676 ===================================================================
677 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild,v
678 retrieving revision 1.3
679 retrieving revision 1.4
680 diff -u -r1.3 -r1.4
681 --- wine-1.3.15.ebuild 5 Jul 2011 00:16:41 -0000 1.3
682 +++ wine-1.3.15.ebuild 5 Jul 2011 00:18:26 -0000 1.4
683 @@ -1,6 +1,6 @@
684 # Copyright 1999-2011 Gentoo Foundation
685 # Distributed under the terms of the GNU General Public License v2
686 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild,v 1.3 2011/07/05 00:16:41 vapier Exp $
687 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.15.ebuild,v 1.4 2011/07/05 00:18:26 vapier Exp $
688
689 EAPI="2"
690
691 @@ -8,7 +8,7 @@
692
693 if [[ ${PV} == "9999" ]] ; then
694 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
695 - inherit git autotools
696 + inherit git-2 autotools
697 SRC_URI=""
698 #KEYWORDS=""
699 else
700 @@ -108,7 +108,7 @@
701 fi
702
703 if [[ ${PV} == "9999" ]] ; then
704 - git_src_unpack
705 + git-2_src_unpack
706 else
707 unpack ${MY_P}.tar.bz2
708 fi
709
710
711
712 1.370 app-emulation/wine/ChangeLog
713
714 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.370&view=markup
715 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.370&content-type=text/plain
716 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.369&r2=1.370
717
718 Index: ChangeLog
719 ===================================================================
720 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
721 retrieving revision 1.369
722 retrieving revision 1.370
723 diff -u -r1.369 -r1.370
724 --- ChangeLog 5 Jul 2011 00:16:41 -0000 1.369
725 +++ ChangeLog 5 Jul 2011 00:18:26 -0000 1.370
726 @@ -1,6 +1,17 @@
727 # ChangeLog for app-emulation/wine
728 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
729 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.369 2011/07/05 00:16:41 vapier Exp $
730 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.370 2011/07/05 00:18:26 vapier Exp $
731 +
732 + 05 Jul 2011; Mike Frysinger <vapier@g.o> wine-1.2.ebuild,
733 + wine-1.2.1.ebuild, wine-1.2.2.ebuild, wine-1.2.3.ebuild, wine-1.3.0.ebuild,
734 + wine-1.3.1.ebuild, wine-1.3.2.ebuild, wine-1.3.3.ebuild, wine-1.3.4.ebuild,
735 + wine-1.3.5.ebuild, wine-1.3.6.ebuild, wine-1.3.7.ebuild, wine-1.3.8.ebuild,
736 + wine-1.3.9.ebuild, wine-1.3.10.ebuild, wine-1.3.11.ebuild,
737 + wine-1.3.12.ebuild, wine-1.3.13.ebuild, wine-1.3.14.ebuild,
738 + wine-1.3.15.ebuild, wine-1.3.16.ebuild, wine-1.3.17.ebuild,
739 + wine-1.3.18.ebuild, wine-1.3.19.ebuild, wine-1.3.20.ebuild,
740 + wine-1.3.21.ebuild, wine-1.3.22.ebuild, wine-1.3.23.ebuild, wine-9999.ebuild:
741 + Convert to git-2 eclass.
742
743 05 Jul 2011; Mike Frysinger <vapier@g.o> wine-1.3.9.ebuild,
744 wine-1.3.10.ebuild, wine-1.3.11.ebuild, wine-1.3.12.ebuild,
745
746
747
748 1.6 app-emulation/wine/wine-1.3.9.ebuild
749
750 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild?rev=1.6&view=markup
751 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild?rev=1.6&content-type=text/plain
752 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild?r1=1.5&r2=1.6
753
754 Index: wine-1.3.9.ebuild
755 ===================================================================
756 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild,v
757 retrieving revision 1.5
758 retrieving revision 1.6
759 diff -u -r1.5 -r1.6
760 --- wine-1.3.9.ebuild 5 Jul 2011 00:16:41 -0000 1.5
761 +++ wine-1.3.9.ebuild 5 Jul 2011 00:18:26 -0000 1.6
762 @@ -1,6 +1,6 @@
763 # Copyright 1999-2011 Gentoo Foundation
764 # Distributed under the terms of the GNU General Public License v2
765 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild,v 1.5 2011/07/05 00:16:41 vapier Exp $
766 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.9.ebuild,v 1.6 2011/07/05 00:18:26 vapier Exp $
767
768 EAPI="2"
769
770 @@ -8,7 +8,7 @@
771
772 if [[ ${PV} == "9999" ]] ; then
773 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
774 - inherit git autotools
775 + inherit git-2 autotools
776 SRC_URI=""
777 #KEYWORDS=""
778 else
779 @@ -107,7 +107,7 @@
780 fi
781
782 if [[ ${PV} == "9999" ]] ; then
783 - git_src_unpack
784 + git-2_src_unpack
785 else
786 unpack ${MY_P}.tar.bz2
787 fi
788
789
790
791 1.5 app-emulation/wine/wine-1.3.8.ebuild
792
793 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild?rev=1.5&view=markup
794 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild?rev=1.5&content-type=text/plain
795 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild?r1=1.4&r2=1.5
796
797 Index: wine-1.3.8.ebuild
798 ===================================================================
799 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild,v
800 retrieving revision 1.4
801 retrieving revision 1.5
802 diff -u -r1.4 -r1.5
803 --- wine-1.3.8.ebuild 30 Apr 2011 06:26:23 -0000 1.4
804 +++ wine-1.3.8.ebuild 5 Jul 2011 00:18:26 -0000 1.5
805 @@ -1,6 +1,6 @@
806 # Copyright 1999-2011 Gentoo Foundation
807 # Distributed under the terms of the GNU General Public License v2
808 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild,v 1.4 2011/04/30 06:26:23 vapier Exp $
809 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.8.ebuild,v 1.5 2011/07/05 00:18:26 vapier Exp $
810
811 EAPI="2"
812
813 @@ -8,7 +8,7 @@
814
815 if [[ ${PV} == "9999" ]] ; then
816 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
817 - inherit git autotools
818 + inherit git-2 autotools
819 SRC_URI=""
820 #KEYWORDS=""
821 else
822 @@ -106,7 +106,7 @@
823 fi
824
825 if [[ ${PV} == "9999" ]] ; then
826 - git_src_unpack
827 + git-2_src_unpack
828 else
829 unpack ${MY_P}.tar.bz2
830 fi
831
832
833
834 1.3 app-emulation/wine/wine-1.3.22.ebuild
835
836 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild?rev=1.3&view=markup
837 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild?rev=1.3&content-type=text/plain
838 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild?r1=1.2&r2=1.3
839
840 Index: wine-1.3.22.ebuild
841 ===================================================================
842 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild,v
843 retrieving revision 1.2
844 retrieving revision 1.3
845 diff -u -r1.2 -r1.3
846 --- wine-1.3.22.ebuild 5 Jul 2011 00:16:41 -0000 1.2
847 +++ wine-1.3.22.ebuild 5 Jul 2011 00:18:26 -0000 1.3
848 @@ -1,6 +1,6 @@
849 # Copyright 1999-2011 Gentoo Foundation
850 # Distributed under the terms of the GNU General Public License v2
851 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild,v 1.2 2011/07/05 00:16:41 vapier Exp $
852 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.22.ebuild,v 1.3 2011/07/05 00:18:26 vapier Exp $
853
854 EAPI="2"
855
856 @@ -8,7 +8,7 @@
857
858 if [[ ${PV} == "9999" ]] ; then
859 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
860 - inherit git autotools
861 + inherit git-2 autotools
862 SRC_URI=""
863 #KEYWORDS=""
864 else
865 @@ -108,7 +108,7 @@
866 fi
867
868 if [[ ${PV} == "9999" ]] ; then
869 - git_src_unpack
870 + git-2_src_unpack
871 else
872 unpack ${MY_P}.tar.bz2
873 fi
874
875
876
877 1.5 app-emulation/wine/wine-1.3.18.ebuild
878
879 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?rev=1.5&view=markup
880 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?rev=1.5&content-type=text/plain
881 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild?r1=1.4&r2=1.5
882
883 Index: wine-1.3.18.ebuild
884 ===================================================================
885 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v
886 retrieving revision 1.4
887 retrieving revision 1.5
888 diff -u -r1.4 -r1.5
889 --- wine-1.3.18.ebuild 5 Jul 2011 00:16:41 -0000 1.4
890 +++ wine-1.3.18.ebuild 5 Jul 2011 00:18:26 -0000 1.5
891 @@ -1,6 +1,6 @@
892 # Copyright 1999-2011 Gentoo Foundation
893 # Distributed under the terms of the GNU General Public License v2
894 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v 1.4 2011/07/05 00:16:41 vapier Exp $
895 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.18.ebuild,v 1.5 2011/07/05 00:18:26 vapier Exp $
896
897 EAPI="2"
898
899 @@ -8,7 +8,7 @@
900
901 if [[ ${PV} == "9999" ]] ; then
902 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
903 - inherit git autotools
904 + inherit git-2 autotools
905 SRC_URI=""
906 #KEYWORDS=""
907 else
908 @@ -108,7 +108,7 @@
909 fi
910
911 if [[ ${PV} == "9999" ]] ; then
912 - git_src_unpack
913 + git-2_src_unpack
914 else
915 unpack ${MY_P}.tar.bz2
916 fi
917
918
919
920 1.11 app-emulation/wine/wine-1.3.0.ebuild
921
922 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild?rev=1.11&view=markup
923 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild?rev=1.11&content-type=text/plain
924 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild?r1=1.10&r2=1.11
925
926 Index: wine-1.3.0.ebuild
927 ===================================================================
928 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild,v
929 retrieving revision 1.10
930 retrieving revision 1.11
931 diff -u -r1.10 -r1.11
932 --- wine-1.3.0.ebuild 30 Apr 2011 06:26:23 -0000 1.10
933 +++ wine-1.3.0.ebuild 5 Jul 2011 00:18:26 -0000 1.11
934 @@ -1,6 +1,6 @@
935 # Copyright 1999-2011 Gentoo Foundation
936 # Distributed under the terms of the GNU General Public License v2
937 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild,v 1.10 2011/04/30 06:26:23 vapier Exp $
938 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.0.ebuild,v 1.11 2011/07/05 00:18:26 vapier Exp $
939
940 EAPI="2"
941
942 @@ -8,7 +8,7 @@
943
944 if [[ ${PV} == "9999" ]] ; then
945 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
946 - inherit git autotools
947 + inherit git-2 autotools
948 SRC_URI=""
949 #KEYWORDS=""
950 else
951 @@ -102,7 +102,7 @@
952 fi
953
954 if [[ ${PV} == "9999" ]] ; then
955 - git_src_unpack
956 + git-2_src_unpack
957 else
958 unpack ${MY_P}.tar.bz2
959 fi
960
961
962
963 1.5 app-emulation/wine/wine-1.3.16.ebuild
964
965 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild?rev=1.5&view=markup
966 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild?rev=1.5&content-type=text/plain
967 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild?r1=1.4&r2=1.5
968
969 Index: wine-1.3.16.ebuild
970 ===================================================================
971 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild,v
972 retrieving revision 1.4
973 retrieving revision 1.5
974 diff -u -r1.4 -r1.5
975 --- wine-1.3.16.ebuild 5 Jul 2011 00:16:41 -0000 1.4
976 +++ wine-1.3.16.ebuild 5 Jul 2011 00:18:26 -0000 1.5
977 @@ -1,6 +1,6 @@
978 # Copyright 1999-2011 Gentoo Foundation
979 # Distributed under the terms of the GNU General Public License v2
980 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild,v 1.4 2011/07/05 00:16:41 vapier Exp $
981 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.16.ebuild,v 1.5 2011/07/05 00:18:26 vapier Exp $
982
983 EAPI="2"
984
985 @@ -8,7 +8,7 @@
986
987 if [[ ${PV} == "9999" ]] ; then
988 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
989 - inherit git autotools
990 + inherit git-2 autotools
991 SRC_URI=""
992 #KEYWORDS=""
993 else
994 @@ -108,7 +108,7 @@
995 fi
996
997 if [[ ${PV} == "9999" ]] ; then
998 - git_src_unpack
999 + git-2_src_unpack
1000 else
1001 unpack ${MY_P}.tar.bz2
1002 fi
1003
1004
1005
1006 1.5 app-emulation/wine/wine-1.3.7.ebuild
1007
1008 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild?rev=1.5&view=markup
1009 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild?rev=1.5&content-type=text/plain
1010 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild?r1=1.4&r2=1.5
1011
1012 Index: wine-1.3.7.ebuild
1013 ===================================================================
1014 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild,v
1015 retrieving revision 1.4
1016 retrieving revision 1.5
1017 diff -u -r1.4 -r1.5
1018 --- wine-1.3.7.ebuild 30 Apr 2011 06:26:23 -0000 1.4
1019 +++ wine-1.3.7.ebuild 5 Jul 2011 00:18:26 -0000 1.5
1020 @@ -1,6 +1,6 @@
1021 # Copyright 1999-2011 Gentoo Foundation
1022 # Distributed under the terms of the GNU General Public License v2
1023 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild,v 1.4 2011/04/30 06:26:23 vapier Exp $
1024 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.7.ebuild,v 1.5 2011/07/05 00:18:26 vapier Exp $
1025
1026 EAPI="2"
1027
1028 @@ -8,7 +8,7 @@
1029
1030 if [[ ${PV} == "9999" ]] ; then
1031 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
1032 - inherit git autotools
1033 + inherit git-2 autotools
1034 SRC_URI=""
1035 #KEYWORDS=""
1036 else
1037 @@ -106,7 +106,7 @@
1038 fi
1039
1040 if [[ ${PV} == "9999" ]] ; then
1041 - git_src_unpack
1042 + git-2_src_unpack
1043 else
1044 unpack ${MY_P}.tar.bz2
1045 fi
1046
1047
1048
1049 1.7 app-emulation/wine/wine-1.3.10.ebuild
1050
1051 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild?rev=1.7&view=markup
1052 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild?rev=1.7&content-type=text/plain
1053 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild?r1=1.6&r2=1.7
1054
1055 Index: wine-1.3.10.ebuild
1056 ===================================================================
1057 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild,v
1058 retrieving revision 1.6
1059 retrieving revision 1.7
1060 diff -u -r1.6 -r1.7
1061 --- wine-1.3.10.ebuild 5 Jul 2011 00:16:41 -0000 1.6
1062 +++ wine-1.3.10.ebuild 5 Jul 2011 00:18:26 -0000 1.7
1063 @@ -1,6 +1,6 @@
1064 # Copyright 1999-2011 Gentoo Foundation
1065 # Distributed under the terms of the GNU General Public License v2
1066 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild,v 1.6 2011/07/05 00:16:41 vapier Exp $
1067 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.10.ebuild,v 1.7 2011/07/05 00:18:26 vapier Exp $
1068
1069 EAPI="2"
1070
1071 @@ -8,7 +8,7 @@
1072
1073 if [[ ${PV} == "9999" ]] ; then
1074 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
1075 - inherit git autotools
1076 + inherit git-2 autotools
1077 SRC_URI=""
1078 #KEYWORDS=""
1079 else
1080 @@ -107,7 +107,7 @@
1081 fi
1082
1083 if [[ ${PV} == "9999" ]] ; then
1084 - git_src_unpack
1085 + git-2_src_unpack
1086 else
1087 unpack ${MY_P}.tar.bz2
1088 fi
1089
1090
1091
1092 1.4 app-emulation/wine/wine-1.3.13.ebuild
1093
1094 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild?rev=1.4&view=markup
1095 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild?rev=1.4&content-type=text/plain
1096 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild?r1=1.3&r2=1.4
1097
1098 Index: wine-1.3.13.ebuild
1099 ===================================================================
1100 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v
1101 retrieving revision 1.3
1102 retrieving revision 1.4
1103 diff -u -r1.3 -r1.4
1104 --- wine-1.3.13.ebuild 5 Jul 2011 00:16:41 -0000 1.3
1105 +++ wine-1.3.13.ebuild 5 Jul 2011 00:18:26 -0000 1.4
1106 @@ -1,6 +1,6 @@
1107 # Copyright 1999-2011 Gentoo Foundation
1108 # Distributed under the terms of the GNU General Public License v2
1109 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v 1.3 2011/07/05 00:16:41 vapier Exp $
1110 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v 1.4 2011/07/05 00:18:26 vapier Exp $
1111
1112 EAPI="2"
1113
1114 @@ -8,7 +8,7 @@
1115
1116 if [[ ${PV} == "9999" ]] ; then
1117 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
1118 - inherit git autotools
1119 + inherit git-2 autotools
1120 SRC_URI=""
1121 #KEYWORDS=""
1122 else
1123 @@ -108,7 +108,7 @@
1124 fi
1125
1126 if [[ ${PV} == "9999" ]] ; then
1127 - git_src_unpack
1128 + git-2_src_unpack
1129 else
1130 unpack ${MY_P}.tar.bz2
1131 fi
1132
1133
1134
1135 1.9 app-emulation/wine/wine-1.3.1.ebuild
1136
1137 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild?rev=1.9&view=markup
1138 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild?rev=1.9&content-type=text/plain
1139 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild?r1=1.8&r2=1.9
1140
1141 Index: wine-1.3.1.ebuild
1142 ===================================================================
1143 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild,v
1144 retrieving revision 1.8
1145 retrieving revision 1.9
1146 diff -u -r1.8 -r1.9
1147 --- wine-1.3.1.ebuild 30 Apr 2011 06:26:23 -0000 1.8
1148 +++ wine-1.3.1.ebuild 5 Jul 2011 00:18:26 -0000 1.9
1149 @@ -1,6 +1,6 @@
1150 # Copyright 1999-2011 Gentoo Foundation
1151 # Distributed under the terms of the GNU General Public License v2
1152 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild,v 1.8 2011/04/30 06:26:23 vapier Exp $
1153 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.1.ebuild,v 1.9 2011/07/05 00:18:26 vapier Exp $
1154
1155 EAPI="2"
1156
1157 @@ -8,7 +8,7 @@
1158
1159 if [[ ${PV} == "9999" ]] ; then
1160 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
1161 - inherit git autotools
1162 + inherit git-2 autotools
1163 SRC_URI=""
1164 #KEYWORDS=""
1165 else
1166 @@ -102,7 +102,7 @@
1167 fi
1168
1169 if [[ ${PV} == "9999" ]] ; then
1170 - git_src_unpack
1171 + git-2_src_unpack
1172 else
1173 unpack ${MY_P}.tar.bz2
1174 fi
1175
1176
1177
1178 1.6 app-emulation/wine/wine-1.2.2.ebuild
1179
1180 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild?rev=1.6&view=markup
1181 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild?rev=1.6&content-type=text/plain
1182 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild?r1=1.5&r2=1.6
1183
1184 Index: wine-1.2.2.ebuild
1185 ===================================================================
1186 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v
1187 retrieving revision 1.5
1188 retrieving revision 1.6
1189 diff -u -r1.5 -r1.6
1190 --- wine-1.2.2.ebuild 29 Jun 2011 04:56:23 -0000 1.5
1191 +++ wine-1.2.2.ebuild 5 Jul 2011 00:18:26 -0000 1.6
1192 @@ -1,6 +1,6 @@
1193 # Copyright 1999-2011 Gentoo Foundation
1194 # Distributed under the terms of the GNU General Public License v2
1195 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.5 2011/06/29 04:56:23 vapier Exp $
1196 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.2.ebuild,v 1.6 2011/07/05 00:18:26 vapier Exp $
1197
1198 EAPI="2"
1199
1200 @@ -8,7 +8,7 @@
1201
1202 if [[ ${PV} == "9999" ]] ; then
1203 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
1204 - inherit git autotools
1205 + inherit git-2 autotools
1206 SRC_URI=""
1207 #KEYWORDS=""
1208 else
1209 @@ -102,7 +102,7 @@
1210 fi
1211
1212 if [[ ${PV} == "9999" ]] ; then
1213 - git_src_unpack
1214 + git-2_src_unpack
1215 else
1216 unpack ${MY_P}.tar.bz2
1217 fi
1218
1219
1220
1221 1.8 app-emulation/wine/wine-1.3.3.ebuild
1222
1223 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild?rev=1.8&view=markup
1224 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild?rev=1.8&content-type=text/plain
1225 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild?r1=1.7&r2=1.8
1226
1227 Index: wine-1.3.3.ebuild
1228 ===================================================================
1229 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v
1230 retrieving revision 1.7
1231 retrieving revision 1.8
1232 diff -u -r1.7 -r1.8
1233 --- wine-1.3.3.ebuild 30 Apr 2011 06:26:23 -0000 1.7
1234 +++ wine-1.3.3.ebuild 5 Jul 2011 00:18:26 -0000 1.8
1235 @@ -1,6 +1,6 @@
1236 # Copyright 1999-2011 Gentoo Foundation
1237 # Distributed under the terms of the GNU General Public License v2
1238 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v 1.7 2011/04/30 06:26:23 vapier Exp $
1239 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.3.ebuild,v 1.8 2011/07/05 00:18:26 vapier Exp $
1240
1241 EAPI="2"
1242
1243 @@ -8,7 +8,7 @@
1244
1245 if [[ ${PV} == "9999" ]] ; then
1246 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
1247 - inherit git autotools
1248 + inherit git-2 autotools
1249 SRC_URI=""
1250 #KEYWORDS=""
1251 else
1252 @@ -105,7 +105,7 @@
1253 fi
1254
1255 if [[ ${PV} == "9999" ]] ; then
1256 - git_src_unpack
1257 + git-2_src_unpack
1258 else
1259 unpack ${MY_P}.tar.bz2
1260 fi
1261
1262
1263
1264 1.3 app-emulation/wine/wine-1.3.23.ebuild
1265
1266 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild?rev=1.3&view=markup
1267 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild?rev=1.3&content-type=text/plain
1268 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild?r1=1.2&r2=1.3
1269
1270 Index: wine-1.3.23.ebuild
1271 ===================================================================
1272 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild,v
1273 retrieving revision 1.2
1274 retrieving revision 1.3
1275 diff -u -r1.2 -r1.3
1276 --- wine-1.3.23.ebuild 5 Jul 2011 00:16:41 -0000 1.2
1277 +++ wine-1.3.23.ebuild 5 Jul 2011 00:18:26 -0000 1.3
1278 @@ -1,6 +1,6 @@
1279 # Copyright 1999-2011 Gentoo Foundation
1280 # Distributed under the terms of the GNU General Public License v2
1281 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild,v 1.2 2011/07/05 00:16:41 vapier Exp $
1282 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.23.ebuild,v 1.3 2011/07/05 00:18:26 vapier Exp $
1283
1284 EAPI="2"
1285
1286 @@ -8,7 +8,7 @@
1287
1288 if [[ ${PV} == "9999" ]] ; then
1289 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
1290 - inherit git autotools
1291 + inherit git-2 autotools
1292 SRC_URI=""
1293 #KEYWORDS=""
1294 else
1295 @@ -108,7 +108,7 @@
1296 fi
1297
1298 if [[ ${PV} == "9999" ]] ; then
1299 - git_src_unpack
1300 + git-2_src_unpack
1301 else
1302 unpack ${MY_P}.tar.bz2
1303 fi