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-0.9.38.ebuild wine-0.9.22.ebuild wine-0.9.47.ebuild wine-9999.ebuild wine-0.9.46.ebuild wine-0.9.44.ebuild wine-0.9.52.ebuild wine-0.9.39.ebuild wine-0.9.35.ebuild wine-0.9.17.ebuild wine-0.9.25.ebuild wine-0.9.37.ebuild wine-0.9.10.ebuild wine-0.9.53.ebuild wine-0.9.16.ebuild wine-0.9.54.ebuild wine-0.9.48.ebuild wine-0.9.31.ebuild wine-0.9.14.ebuild wine-0.9.9.ebuild wine-0.9.33.ebuild wine-0.9.43.ebuild wine-0.9.51.ebuild wine-0.9.23.ebuild wine-0.9.34.ebuild wine-0.9.28.ebuild wine-0.9.55.ebuild wine-0.9.32.ebuild wine-0.9.27.ebuild wine-0.9.36.ebuild wine-0.9.13.ebuild wine-0.9.18.ebuild wine-0.9.50.ebuild wine-0.9.40.ebuild wine-0.9.26.ebuild wine-0.9.41.ebuild wine-0.9.19.ebuild wine-0.9.42.ebuild ChangeLog wine-0.9.21.ebuild wine-0.9.45.ebuild wine-0.9.11.ebuild wine-0.9.29.ebuild wine-0.9.15.ebuild wine-0.9.12.ebuild wine-0.9.30.ebuild wine-0.9.20.ebuild wine-0.9.49.ebuild wine-0.9.24.ebuild wine -0.9.56.ebuild
Date: Sat, 23 Feb 2008 04:52:41
Message-Id: E1JSmNH-0002UB-J3@stork.gentoo.org
1 vapier 08/02/23 04:52:35
2
3 Modified: wine-0.9.38.ebuild wine-0.9.22.ebuild
4 wine-0.9.47.ebuild wine-9999.ebuild
5 wine-0.9.46.ebuild wine-0.9.44.ebuild
6 wine-0.9.52.ebuild wine-0.9.39.ebuild
7 wine-0.9.35.ebuild wine-0.9.17.ebuild
8 wine-0.9.25.ebuild wine-0.9.37.ebuild
9 wine-0.9.10.ebuild wine-0.9.53.ebuild
10 wine-0.9.16.ebuild wine-0.9.54.ebuild
11 wine-0.9.48.ebuild wine-0.9.31.ebuild
12 wine-0.9.14.ebuild wine-0.9.9.ebuild
13 wine-0.9.33.ebuild wine-0.9.43.ebuild
14 wine-0.9.51.ebuild wine-0.9.23.ebuild
15 wine-0.9.34.ebuild wine-0.9.28.ebuild
16 wine-0.9.55.ebuild wine-0.9.32.ebuild
17 wine-0.9.27.ebuild wine-0.9.36.ebuild
18 wine-0.9.13.ebuild wine-0.9.18.ebuild
19 wine-0.9.50.ebuild wine-0.9.40.ebuild
20 wine-0.9.26.ebuild wine-0.9.41.ebuild
21 wine-0.9.19.ebuild wine-0.9.42.ebuild ChangeLog
22 wine-0.9.21.ebuild wine-0.9.45.ebuild
23 wine-0.9.11.ebuild wine-0.9.29.ebuild
24 wine-0.9.15.ebuild wine-0.9.12.ebuild
25 wine-0.9.30.ebuild wine-0.9.20.ebuild
26 wine-0.9.49.ebuild wine-0.9.24.ebuild
27 wine-0.9.56.ebuild
28 Log:
29 Move fontforge from RDEPEND to DEPEND as pointed out by Diego.
30 (Portage version: 2.2_pre2)
31
32 Revision Changes Path
33 1.3 app-emulation/wine/wine-0.9.38.ebuild
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.38.ebuild?rev=1.3&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.38.ebuild?rev=1.3&content-type=text/plain
37 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.38.ebuild?r1=1.2&r2=1.3
38
39 Index: wine-0.9.38.ebuild
40 ===================================================================
41 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.38.ebuild,v
42 retrieving revision 1.2
43 retrieving revision 1.3
44 diff -u -r1.2 -r1.3
45 --- wine-0.9.38.ebuild 24 Jul 2007 06:06:11 -0000 1.2
46 +++ wine-0.9.38.ebuild 23 Feb 2008 04:52:34 -0000 1.3
47 @@ -1,6 +1,6 @@
48 -# Copyright 1999-2007 Gentoo Foundation
49 +# Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.38.ebuild,v 1.2 2007/07/24 06:06:11 vapier Exp $
52 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.38.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
53
54 inherit eutils flag-o-matic multilib
55
56 @@ -37,7 +37,6 @@
57 ldap? ( net-nds/openldap )
58 lcms? ( media-libs/lcms )
59 xml? ( dev-libs/libxml2 dev-libs/libxslt )
60 - >=media-gfx/fontforge-20060703
61 scanner? ( media-gfx/sane-backends )
62 amd64? (
63 >=app-emulation/emul-linux-x86-xlibs-2.1
64 @@ -45,6 +44,7 @@
65 >=sys-kernel/linux-headers-2.6
66 )"
67 DEPEND="${RDEPEND}
68 + >=media-gfx/fontforge-20060703
69 X? (
70 x11-proto/inputproto
71 x11-proto/xextproto
72
73
74
75 1.10 app-emulation/wine/wine-0.9.22.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.22.ebuild?rev=1.10&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.22.ebuild?rev=1.10&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.22.ebuild?r1=1.9&r2=1.10
80
81 Index: wine-0.9.22.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.22.ebuild,v
84 retrieving revision 1.9
85 retrieving revision 1.10
86 diff -u -r1.9 -r1.10
87 --- wine-0.9.22.ebuild 2 May 2007 18:13:25 -0000 1.9
88 +++ wine-0.9.22.ebuild 23 Feb 2008 04:52:34 -0000 1.10
89 @@ -1,6 +1,6 @@
90 -# Copyright 1999-2007 Gentoo Foundation
91 +# Copyright 1999-2008 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.22.ebuild,v 1.9 2007/05/02 18:13:25 vapier Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.22.ebuild,v 1.10 2008/02/23 04:52:34 vapier Exp $
95
96 inherit eutils flag-o-matic multilib
97
98 @@ -38,7 +38,6 @@
99 glut? ( virtual/glut )
100 lcms? ( media-libs/lcms )
101 xml? ( dev-libs/libxml2 dev-libs/libxslt )
102 - >=media-gfx/fontforge-20060703
103 scanner? ( media-gfx/sane-backends )
104 amd64? (
105 >=app-emulation/emul-linux-x86-xlibs-2.1
106 @@ -46,6 +45,7 @@
107 >=sys-kernel/linux-headers-2.6
108 )"
109 DEPEND="${RDEPEND}
110 + >=media-gfx/fontforge-20060703
111 X? (
112 x11-proto/inputproto
113 x11-proto/xextproto
114
115
116
117 1.3 app-emulation/wine/wine-0.9.47.ebuild
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.47.ebuild?rev=1.3&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.47.ebuild?rev=1.3&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.47.ebuild?r1=1.2&r2=1.3
122
123 Index: wine-0.9.47.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.47.ebuild,v
126 retrieving revision 1.2
127 retrieving revision 1.3
128 diff -u -r1.2 -r1.3
129 --- wine-0.9.47.ebuild 8 Feb 2008 19:42:09 -0000 1.2
130 +++ wine-0.9.47.ebuild 23 Feb 2008 04:52:34 -0000 1.3
131 @@ -1,6 +1,6 @@
132 -# Copyright 1999-2007 Gentoo Foundation
133 +# Copyright 1999-2008 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.47.ebuild,v 1.2 2008/02/08 19:42:09 vapier Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.47.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
137
138 inherit eutils flag-o-matic multilib
139
140 @@ -37,7 +37,6 @@
141 ldap? ( net-nds/openldap )
142 lcms? ( media-libs/lcms )
143 xml? ( dev-libs/libxml2 dev-libs/libxslt )
144 - >=media-gfx/fontforge-20060703
145 scanner? ( media-gfx/sane-backends )
146 amd64? (
147 >=app-emulation/emul-linux-x86-xlibs-2.1
148 @@ -45,6 +44,7 @@
149 >=sys-kernel/linux-headers-2.6
150 )"
151 DEPEND="${RDEPEND}
152 + >=media-gfx/fontforge-20060703
153 X? (
154 x11-proto/inputproto
155 x11-proto/xextproto
156
157
158
159 1.22 app-emulation/wine/wine-9999.ebuild
160
161 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.22&view=markup
162 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.22&content-type=text/plain
163 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.21&r2=1.22
164
165 Index: wine-9999.ebuild
166 ===================================================================
167 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
168 retrieving revision 1.21
169 retrieving revision 1.22
170 diff -u -r1.21 -r1.22
171 --- wine-9999.ebuild 24 Jun 2007 17:32:37 -0000 1.21
172 +++ wine-9999.ebuild 23 Feb 2008 04:52:34 -0000 1.22
173 @@ -1,6 +1,6 @@
174 -# Copyright 1999-2007 Gentoo Foundation
175 +# Copyright 1999-2008 Gentoo Foundation
176 # Distributed under the terms of the GNU General Public License v2
177 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.21 2007/06/24 17:32:37 peper Exp $
178 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.22 2008/02/23 04:52:34 vapier Exp $
179
180 EGIT_REPO_URI="git://source.winehq.org/git/wine.git"
181
182 @@ -39,7 +39,6 @@
183 ldap? ( net-nds/openldap )
184 lcms? ( media-libs/lcms )
185 xml? ( dev-libs/libxml2 dev-libs/libxslt )
186 - >=media-gfx/fontforge-20060703
187 scanner? ( media-gfx/sane-backends )
188 amd64? (
189 >=app-emulation/emul-linux-x86-xlibs-2.1
190 @@ -47,6 +46,7 @@
191 >=sys-kernel/linux-headers-2.6
192 )"
193 DEPEND="${RDEPEND}
194 + >=media-gfx/fontforge-20060703
195 X? (
196 x11-proto/inputproto
197 x11-proto/xextproto
198
199
200
201 1.3 app-emulation/wine/wine-0.9.46.ebuild
202
203 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.46.ebuild?rev=1.3&view=markup
204 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.46.ebuild?rev=1.3&content-type=text/plain
205 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.46.ebuild?r1=1.2&r2=1.3
206
207 Index: wine-0.9.46.ebuild
208 ===================================================================
209 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.46.ebuild,v
210 retrieving revision 1.2
211 retrieving revision 1.3
212 diff -u -r1.2 -r1.3
213 --- wine-0.9.46.ebuild 1 Dec 2007 17:32:07 -0000 1.2
214 +++ wine-0.9.46.ebuild 23 Feb 2008 04:52:34 -0000 1.3
215 @@ -1,6 +1,6 @@
216 -# Copyright 1999-2007 Gentoo Foundation
217 +# Copyright 1999-2008 Gentoo Foundation
218 # Distributed under the terms of the GNU General Public License v2
219 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.46.ebuild,v 1.2 2007/12/01 17:32:07 vapier Exp $
220 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.46.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
221
222 inherit eutils flag-o-matic multilib
223
224 @@ -37,7 +37,6 @@
225 ldap? ( net-nds/openldap )
226 lcms? ( media-libs/lcms )
227 xml? ( dev-libs/libxml2 dev-libs/libxslt )
228 - >=media-gfx/fontforge-20060703
229 scanner? ( media-gfx/sane-backends )
230 amd64? (
231 >=app-emulation/emul-linux-x86-xlibs-2.1
232 @@ -45,6 +44,7 @@
233 >=sys-kernel/linux-headers-2.6
234 )"
235 DEPEND="${RDEPEND}
236 + >=media-gfx/fontforge-20060703
237 X? (
238 x11-proto/inputproto
239 x11-proto/xextproto
240
241
242
243 1.3 app-emulation/wine/wine-0.9.44.ebuild
244
245 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.44.ebuild?rev=1.3&view=markup
246 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.44.ebuild?rev=1.3&content-type=text/plain
247 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.44.ebuild?r1=1.2&r2=1.3
248
249 Index: wine-0.9.44.ebuild
250 ===================================================================
251 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.44.ebuild,v
252 retrieving revision 1.2
253 retrieving revision 1.3
254 diff -u -r1.2 -r1.3
255 --- wine-0.9.44.ebuild 1 Dec 2007 17:32:07 -0000 1.2
256 +++ wine-0.9.44.ebuild 23 Feb 2008 04:52:34 -0000 1.3
257 @@ -1,6 +1,6 @@
258 -# Copyright 1999-2007 Gentoo Foundation
259 +# Copyright 1999-2008 Gentoo Foundation
260 # Distributed under the terms of the GNU General Public License v2
261 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.44.ebuild,v 1.2 2007/12/01 17:32:07 vapier Exp $
262 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.44.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
263
264 inherit eutils flag-o-matic multilib
265
266 @@ -37,7 +37,6 @@
267 ldap? ( net-nds/openldap )
268 lcms? ( media-libs/lcms )
269 xml? ( dev-libs/libxml2 dev-libs/libxslt )
270 - >=media-gfx/fontforge-20060703
271 scanner? ( media-gfx/sane-backends )
272 amd64? (
273 >=app-emulation/emul-linux-x86-xlibs-2.1
274 @@ -45,6 +44,7 @@
275 >=sys-kernel/linux-headers-2.6
276 )"
277 DEPEND="${RDEPEND}
278 + >=media-gfx/fontforge-20060703
279 X? (
280 x11-proto/inputproto
281 x11-proto/xextproto
282
283
284
285 1.3 app-emulation/wine/wine-0.9.52.ebuild
286
287 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild?rev=1.3&view=markup
288 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild?rev=1.3&content-type=text/plain
289 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild?r1=1.2&r2=1.3
290
291 Index: wine-0.9.52.ebuild
292 ===================================================================
293 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild,v
294 retrieving revision 1.2
295 retrieving revision 1.3
296 diff -u -r1.2 -r1.3
297 --- wine-0.9.52.ebuild 29 Dec 2007 11:11:49 -0000 1.2
298 +++ wine-0.9.52.ebuild 23 Feb 2008 04:52:34 -0000 1.3
299 @@ -1,6 +1,6 @@
300 -# Copyright 1999-2007 Gentoo Foundation
301 +# Copyright 1999-2008 Gentoo Foundation
302 # Distributed under the terms of the GNU General Public License v2
303 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild,v 1.2 2007/12/29 11:11:49 vapier Exp $
304 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.52.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
305
306 EAPI="1"
307
308 @@ -41,7 +41,6 @@
309 lcms? ( media-libs/lcms )
310 samba? ( >=net-fs/samba-3.0.25 )
311 xml? ( dev-libs/libxml2 dev-libs/libxslt )
312 - >=media-gfx/fontforge-20060703
313 scanner? ( media-gfx/sane-backends )
314 amd64? (
315 >=app-emulation/emul-linux-x86-xlibs-2.1
316 @@ -49,6 +48,7 @@
317 >=sys-kernel/linux-headers-2.6
318 )"
319 DEPEND="${RDEPEND}
320 + >=media-gfx/fontforge-20060703
321 X? (
322 x11-proto/inputproto
323 x11-proto/xextproto
324
325
326
327 1.3 app-emulation/wine/wine-0.9.39.ebuild
328
329 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.39.ebuild?rev=1.3&view=markup
330 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.39.ebuild?rev=1.3&content-type=text/plain
331 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.39.ebuild?r1=1.2&r2=1.3
332
333 Index: wine-0.9.39.ebuild
334 ===================================================================
335 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.39.ebuild,v
336 retrieving revision 1.2
337 retrieving revision 1.3
338 diff -u -r1.2 -r1.3
339 --- wine-0.9.39.ebuild 24 Jul 2007 06:06:11 -0000 1.2
340 +++ wine-0.9.39.ebuild 23 Feb 2008 04:52:34 -0000 1.3
341 @@ -1,6 +1,6 @@
342 -# Copyright 1999-2007 Gentoo Foundation
343 +# Copyright 1999-2008 Gentoo Foundation
344 # Distributed under the terms of the GNU General Public License v2
345 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.39.ebuild,v 1.2 2007/07/24 06:06:11 vapier Exp $
346 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.39.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
347
348 inherit eutils flag-o-matic multilib
349
350 @@ -37,7 +37,6 @@
351 ldap? ( net-nds/openldap )
352 lcms? ( media-libs/lcms )
353 xml? ( dev-libs/libxml2 dev-libs/libxslt )
354 - >=media-gfx/fontforge-20060703
355 scanner? ( media-gfx/sane-backends )
356 amd64? (
357 >=app-emulation/emul-linux-x86-xlibs-2.1
358 @@ -45,6 +44,7 @@
359 >=sys-kernel/linux-headers-2.6
360 )"
361 DEPEND="${RDEPEND}
362 + >=media-gfx/fontforge-20060703
363 X? (
364 x11-proto/inputproto
365 x11-proto/xextproto
366
367
368
369 1.6 app-emulation/wine/wine-0.9.35.ebuild
370
371 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.35.ebuild?rev=1.6&view=markup
372 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.35.ebuild?rev=1.6&content-type=text/plain
373 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.35.ebuild?r1=1.5&r2=1.6
374
375 Index: wine-0.9.35.ebuild
376 ===================================================================
377 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.35.ebuild,v
378 retrieving revision 1.5
379 retrieving revision 1.6
380 diff -u -r1.5 -r1.6
381 --- wine-0.9.35.ebuild 24 Jul 2007 06:06:11 -0000 1.5
382 +++ wine-0.9.35.ebuild 23 Feb 2008 04:52:34 -0000 1.6
383 @@ -1,6 +1,6 @@
384 -# Copyright 1999-2007 Gentoo Foundation
385 +# Copyright 1999-2008 Gentoo Foundation
386 # Distributed under the terms of the GNU General Public License v2
387 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.35.ebuild,v 1.5 2007/07/24 06:06:11 vapier Exp $
388 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.35.ebuild,v 1.6 2008/02/23 04:52:34 vapier Exp $
389
390 inherit eutils flag-o-matic multilib
391
392 @@ -37,7 +37,6 @@
393 ldap? ( net-nds/openldap )
394 lcms? ( media-libs/lcms )
395 xml? ( dev-libs/libxml2 dev-libs/libxslt )
396 - >=media-gfx/fontforge-20060703
397 scanner? ( media-gfx/sane-backends )
398 amd64? (
399 >=app-emulation/emul-linux-x86-xlibs-2.1
400 @@ -45,6 +44,7 @@
401 >=sys-kernel/linux-headers-2.6
402 )"
403 DEPEND="${RDEPEND}
404 + >=media-gfx/fontforge-20060703
405 X? (
406 x11-proto/inputproto
407 x11-proto/xextproto
408
409
410
411 1.10 app-emulation/wine/wine-0.9.17.ebuild
412
413 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.17.ebuild?rev=1.10&view=markup
414 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.17.ebuild?rev=1.10&content-type=text/plain
415 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.17.ebuild?r1=1.9&r2=1.10
416
417 Index: wine-0.9.17.ebuild
418 ===================================================================
419 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.17.ebuild,v
420 retrieving revision 1.9
421 retrieving revision 1.10
422 diff -u -r1.9 -r1.10
423 --- wine-0.9.17.ebuild 7 Mar 2007 01:28:23 -0000 1.9
424 +++ wine-0.9.17.ebuild 23 Feb 2008 04:52:34 -0000 1.10
425 @@ -1,6 +1,6 @@
426 -# Copyright 1999-2007 Gentoo Foundation
427 +# Copyright 1999-2008 Gentoo Foundation
428 # Distributed under the terms of the GNU General Public License v2
429 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.17.ebuild,v 1.9 2007/03/07 01:28:23 vapier Exp $
430 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.17.ebuild,v 1.10 2008/02/23 04:52:34 vapier Exp $
431
432 inherit eutils flag-o-matic multilib
433
434 @@ -37,7 +37,6 @@
435 glut? ( virtual/glut )
436 lcms? ( media-libs/lcms )
437 xml? ( dev-libs/libxml2 dev-libs/libxslt )
438 - >=media-gfx/fontforge-20060703
439 scanner? ( media-gfx/sane-backends )
440 amd64? (
441 >=app-emulation/emul-linux-x86-xlibs-2.1
442 @@ -45,6 +44,7 @@
443 >=sys-kernel/linux-headers-2.6
444 )"
445 DEPEND="${RDEPEND}
446 + >=media-gfx/fontforge-20060703
447 X? (
448 x11-proto/inputproto
449 x11-proto/xextproto
450
451
452
453 1.10 app-emulation/wine/wine-0.9.25.ebuild
454
455 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.25.ebuild?rev=1.10&view=markup
456 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.25.ebuild?rev=1.10&content-type=text/plain
457 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.25.ebuild?r1=1.9&r2=1.10
458
459 Index: wine-0.9.25.ebuild
460 ===================================================================
461 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.25.ebuild,v
462 retrieving revision 1.9
463 retrieving revision 1.10
464 diff -u -r1.9 -r1.10
465 --- wine-0.9.25.ebuild 2 May 2007 18:13:25 -0000 1.9
466 +++ wine-0.9.25.ebuild 23 Feb 2008 04:52:34 -0000 1.10
467 @@ -1,6 +1,6 @@
468 -# Copyright 1999-2007 Gentoo Foundation
469 +# Copyright 1999-2008 Gentoo Foundation
470 # Distributed under the terms of the GNU General Public License v2
471 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.25.ebuild,v 1.9 2007/05/02 18:13:25 vapier Exp $
472 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.25.ebuild,v 1.10 2008/02/23 04:52:34 vapier Exp $
473
474 inherit eutils flag-o-matic multilib
475
476 @@ -38,7 +38,6 @@
477 glut? ( virtual/glut )
478 lcms? ( media-libs/lcms )
479 xml? ( dev-libs/libxml2 dev-libs/libxslt )
480 - >=media-gfx/fontforge-20060703
481 scanner? ( media-gfx/sane-backends )
482 amd64? (
483 >=app-emulation/emul-linux-x86-xlibs-2.1
484 @@ -46,6 +45,7 @@
485 >=sys-kernel/linux-headers-2.6
486 )"
487 DEPEND="${RDEPEND}
488 + >=media-gfx/fontforge-20060703
489 X? (
490 x11-proto/inputproto
491 x11-proto/xextproto
492
493
494
495 1.3 app-emulation/wine/wine-0.9.37.ebuild
496
497 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.37.ebuild?rev=1.3&view=markup
498 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.37.ebuild?rev=1.3&content-type=text/plain
499 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.37.ebuild?r1=1.2&r2=1.3
500
501 Index: wine-0.9.37.ebuild
502 ===================================================================
503 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.37.ebuild,v
504 retrieving revision 1.2
505 retrieving revision 1.3
506 diff -u -r1.2 -r1.3
507 --- wine-0.9.37.ebuild 24 Jul 2007 06:06:11 -0000 1.2
508 +++ wine-0.9.37.ebuild 23 Feb 2008 04:52:34 -0000 1.3
509 @@ -1,6 +1,6 @@
510 -# Copyright 1999-2007 Gentoo Foundation
511 +# Copyright 1999-2008 Gentoo Foundation
512 # Distributed under the terms of the GNU General Public License v2
513 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.37.ebuild,v 1.2 2007/07/24 06:06:11 vapier Exp $
514 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.37.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
515
516 inherit eutils flag-o-matic multilib
517
518 @@ -37,7 +37,6 @@
519 ldap? ( net-nds/openldap )
520 lcms? ( media-libs/lcms )
521 xml? ( dev-libs/libxml2 dev-libs/libxslt )
522 - >=media-gfx/fontforge-20060703
523 scanner? ( media-gfx/sane-backends )
524 amd64? (
525 >=app-emulation/emul-linux-x86-xlibs-2.1
526 @@ -45,6 +44,7 @@
527 >=sys-kernel/linux-headers-2.6
528 )"
529 DEPEND="${RDEPEND}
530 + >=media-gfx/fontforge-20060703
531 X? (
532 x11-proto/inputproto
533 x11-proto/xextproto
534
535
536
537 1.15 app-emulation/wine/wine-0.9.10.ebuild
538
539 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.10.ebuild?rev=1.15&view=markup
540 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.10.ebuild?rev=1.15&content-type=text/plain
541 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.10.ebuild?r1=1.14&r2=1.15
542
543 Index: wine-0.9.10.ebuild
544 ===================================================================
545 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.10.ebuild,v
546 retrieving revision 1.14
547 retrieving revision 1.15
548 diff -u -r1.14 -r1.15
549 --- wine-0.9.10.ebuild 7 Mar 2007 01:28:23 -0000 1.14
550 +++ wine-0.9.10.ebuild 23 Feb 2008 04:52:34 -0000 1.15
551 @@ -1,6 +1,6 @@
552 -# Copyright 1999-2007 Gentoo Foundation
553 +# Copyright 1999-2008 Gentoo Foundation
554 # Distributed under the terms of the GNU General Public License v2
555 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.10.ebuild,v 1.14 2007/03/07 01:28:23 vapier Exp $
556 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.10.ebuild,v 1.15 2008/02/23 04:52:34 vapier Exp $
557
558 inherit eutils flag-o-matic multilib
559
560 @@ -38,7 +38,6 @@
561 lcms? ( media-libs/lcms )
562 xml? ( dev-libs/libxml2 dev-libs/libxslt )
563 truetype? ( media-libs/freetype )
564 - >=media-gfx/fontforge-20060703
565 scanner? ( media-gfx/sane-backends )
566 amd64? (
567 >=app-emulation/emul-linux-x86-xlibs-2.1
568 @@ -46,6 +45,7 @@
569 >=sys-kernel/linux-headers-2.6
570 )"
571 DEPEND="${RDEPEND}
572 + >=media-gfx/fontforge-20060703
573 X? (
574 x11-proto/inputproto
575 x11-proto/xextproto
576
577
578
579 1.2 app-emulation/wine/wine-0.9.53.ebuild
580
581 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.53.ebuild?rev=1.2&view=markup
582 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.53.ebuild?rev=1.2&content-type=text/plain
583 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.53.ebuild?r1=1.1&r2=1.2
584
585 Index: wine-0.9.53.ebuild
586 ===================================================================
587 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.53.ebuild,v
588 retrieving revision 1.1
589 retrieving revision 1.2
590 diff -u -r1.1 -r1.2
591 --- wine-0.9.53.ebuild 11 Jan 2008 20:03:50 -0000 1.1
592 +++ wine-0.9.53.ebuild 23 Feb 2008 04:52:34 -0000 1.2
593 @@ -1,6 +1,6 @@
594 # Copyright 1999-2008 Gentoo Foundation
595 # Distributed under the terms of the GNU General Public License v2
596 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.53.ebuild,v 1.1 2008/01/11 20:03:50 vapier Exp $
597 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.53.ebuild,v 1.2 2008/02/23 04:52:34 vapier Exp $
598
599 EAPI="1"
600
601 @@ -41,7 +41,6 @@
602 lcms? ( media-libs/lcms )
603 samba? ( >=net-fs/samba-3.0.25 )
604 xml? ( dev-libs/libxml2 dev-libs/libxslt )
605 - >=media-gfx/fontforge-20060703
606 scanner? ( media-gfx/sane-backends )
607 amd64? (
608 >=app-emulation/emul-linux-x86-xlibs-2.1
609 @@ -49,6 +48,7 @@
610 >=sys-kernel/linux-headers-2.6
611 )"
612 DEPEND="${RDEPEND}
613 + >=media-gfx/fontforge-20060703
614 X? (
615 x11-proto/inputproto
616 x11-proto/xextproto
617
618
619
620 1.12 app-emulation/wine/wine-0.9.16.ebuild
621
622 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.16.ebuild?rev=1.12&view=markup
623 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.16.ebuild?rev=1.12&content-type=text/plain
624 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.16.ebuild?r1=1.11&r2=1.12
625
626 Index: wine-0.9.16.ebuild
627 ===================================================================
628 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.16.ebuild,v
629 retrieving revision 1.11
630 retrieving revision 1.12
631 diff -u -r1.11 -r1.12
632 --- wine-0.9.16.ebuild 7 Mar 2007 01:28:23 -0000 1.11
633 +++ wine-0.9.16.ebuild 23 Feb 2008 04:52:34 -0000 1.12
634 @@ -1,6 +1,6 @@
635 -# Copyright 1999-2007 Gentoo Foundation
636 +# Copyright 1999-2008 Gentoo Foundation
637 # Distributed under the terms of the GNU General Public License v2
638 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.16.ebuild,v 1.11 2007/03/07 01:28:23 vapier Exp $
639 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.16.ebuild,v 1.12 2008/02/23 04:52:34 vapier Exp $
640
641 inherit eutils flag-o-matic multilib
642
643 @@ -37,7 +37,6 @@
644 glut? ( virtual/glut )
645 lcms? ( media-libs/lcms )
646 xml? ( dev-libs/libxml2 dev-libs/libxslt )
647 - >=media-gfx/fontforge-20060703
648 scanner? ( media-gfx/sane-backends )
649 amd64? (
650 >=app-emulation/emul-linux-x86-xlibs-2.1
651 @@ -45,6 +44,7 @@
652 >=sys-kernel/linux-headers-2.6
653 )"
654 DEPEND="${RDEPEND}
655 + >=media-gfx/fontforge-20060703
656 X? (
657 x11-proto/inputproto
658 x11-proto/xextproto
659
660
661
662 1.2 app-emulation/wine/wine-0.9.54.ebuild
663
664 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.54.ebuild?rev=1.2&view=markup
665 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.54.ebuild?rev=1.2&content-type=text/plain
666 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.54.ebuild?r1=1.1&r2=1.2
667
668 Index: wine-0.9.54.ebuild
669 ===================================================================
670 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.54.ebuild,v
671 retrieving revision 1.1
672 retrieving revision 1.2
673 diff -u -r1.1 -r1.2
674 --- wine-0.9.54.ebuild 26 Jan 2008 06:13:16 -0000 1.1
675 +++ wine-0.9.54.ebuild 23 Feb 2008 04:52:34 -0000 1.2
676 @@ -1,6 +1,6 @@
677 # Copyright 1999-2008 Gentoo Foundation
678 # Distributed under the terms of the GNU General Public License v2
679 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.54.ebuild,v 1.1 2008/01/26 06:13:16 vapier Exp $
680 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.54.ebuild,v 1.2 2008/02/23 04:52:34 vapier Exp $
681
682 EAPI="1"
683
684 @@ -41,7 +41,6 @@
685 lcms? ( media-libs/lcms )
686 samba? ( >=net-fs/samba-3.0.25 )
687 xml? ( dev-libs/libxml2 dev-libs/libxslt )
688 - >=media-gfx/fontforge-20060703
689 scanner? ( media-gfx/sane-backends )
690 amd64? (
691 >=app-emulation/emul-linux-x86-xlibs-2.1
692 @@ -49,6 +48,7 @@
693 >=sys-kernel/linux-headers-2.6
694 )"
695 DEPEND="${RDEPEND}
696 + >=media-gfx/fontforge-20060703
697 X? (
698 x11-proto/inputproto
699 x11-proto/xextproto
700
701
702
703 1.3 app-emulation/wine/wine-0.9.48.ebuild
704
705 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.48.ebuild?rev=1.3&view=markup
706 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.48.ebuild?rev=1.3&content-type=text/plain
707 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.48.ebuild?r1=1.2&r2=1.3
708
709 Index: wine-0.9.48.ebuild
710 ===================================================================
711 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.48.ebuild,v
712 retrieving revision 1.2
713 retrieving revision 1.3
714 diff -u -r1.2 -r1.3
715 --- wine-0.9.48.ebuild 8 Feb 2008 19:42:09 -0000 1.2
716 +++ wine-0.9.48.ebuild 23 Feb 2008 04:52:34 -0000 1.3
717 @@ -1,6 +1,6 @@
718 -# Copyright 1999-2007 Gentoo Foundation
719 +# Copyright 1999-2008 Gentoo Foundation
720 # Distributed under the terms of the GNU General Public License v2
721 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.48.ebuild,v 1.2 2008/02/08 19:42:09 vapier Exp $
722 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.48.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
723
724 inherit eutils flag-o-matic multilib
725
726 @@ -37,7 +37,6 @@
727 ldap? ( net-nds/openldap )
728 lcms? ( media-libs/lcms )
729 xml? ( dev-libs/libxml2 dev-libs/libxslt )
730 - >=media-gfx/fontforge-20060703
731 scanner? ( media-gfx/sane-backends )
732 amd64? (
733 >=app-emulation/emul-linux-x86-xlibs-2.1
734 @@ -45,6 +44,7 @@
735 >=sys-kernel/linux-headers-2.6
736 )"
737 DEPEND="${RDEPEND}
738 + >=media-gfx/fontforge-20060703
739 X? (
740 x11-proto/inputproto
741 x11-proto/xextproto
742
743
744
745 1.7 app-emulation/wine/wine-0.9.31.ebuild
746
747 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.31.ebuild?rev=1.7&view=markup
748 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.31.ebuild?rev=1.7&content-type=text/plain
749 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.31.ebuild?r1=1.6&r2=1.7
750
751 Index: wine-0.9.31.ebuild
752 ===================================================================
753 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.31.ebuild,v
754 retrieving revision 1.6
755 retrieving revision 1.7
756 diff -u -r1.6 -r1.7
757 --- wine-0.9.31.ebuild 24 Jul 2007 06:06:11 -0000 1.6
758 +++ wine-0.9.31.ebuild 23 Feb 2008 04:52:34 -0000 1.7
759 @@ -1,6 +1,6 @@
760 -# Copyright 1999-2007 Gentoo Foundation
761 +# Copyright 1999-2008 Gentoo Foundation
762 # Distributed under the terms of the GNU General Public License v2
763 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.31.ebuild,v 1.6 2007/07/24 06:06:11 vapier Exp $
764 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.31.ebuild,v 1.7 2008/02/23 04:52:34 vapier Exp $
765
766 inherit eutils flag-o-matic multilib
767
768 @@ -37,7 +37,6 @@
769 ldap? ( net-nds/openldap )
770 lcms? ( media-libs/lcms )
771 xml? ( dev-libs/libxml2 dev-libs/libxslt )
772 - >=media-gfx/fontforge-20060703
773 scanner? ( media-gfx/sane-backends )
774 amd64? (
775 >=app-emulation/emul-linux-x86-xlibs-2.1
776 @@ -45,6 +44,7 @@
777 >=sys-kernel/linux-headers-2.6
778 )"
779 DEPEND="${RDEPEND}
780 + >=media-gfx/fontforge-20060703
781 X? (
782 x11-proto/inputproto
783 x11-proto/xextproto
784
785
786
787 1.12 app-emulation/wine/wine-0.9.14.ebuild
788
789 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.14.ebuild?rev=1.12&view=markup
790 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.14.ebuild?rev=1.12&content-type=text/plain
791 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.14.ebuild?r1=1.11&r2=1.12
792
793 Index: wine-0.9.14.ebuild
794 ===================================================================
795 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.14.ebuild,v
796 retrieving revision 1.11
797 retrieving revision 1.12
798 diff -u -r1.11 -r1.12
799 --- wine-0.9.14.ebuild 7 Mar 2007 01:28:23 -0000 1.11
800 +++ wine-0.9.14.ebuild 23 Feb 2008 04:52:34 -0000 1.12
801 @@ -1,6 +1,6 @@
802 -# Copyright 1999-2007 Gentoo Foundation
803 +# Copyright 1999-2008 Gentoo Foundation
804 # Distributed under the terms of the GNU General Public License v2
805 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.14.ebuild,v 1.11 2007/03/07 01:28:23 vapier Exp $
806 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.14.ebuild,v 1.12 2008/02/23 04:52:34 vapier Exp $
807
808 inherit eutils flag-o-matic multilib
809
810 @@ -38,7 +38,6 @@
811 lcms? ( media-libs/lcms )
812 xml? ( dev-libs/libxml2 dev-libs/libxslt )
813 truetype? ( media-libs/freetype )
814 - >=media-gfx/fontforge-20060703
815 scanner? ( media-gfx/sane-backends )
816 amd64? (
817 >=app-emulation/emul-linux-x86-xlibs-2.1
818 @@ -46,6 +45,7 @@
819 >=sys-kernel/linux-headers-2.6
820 )"
821 DEPEND="${RDEPEND}
822 + >=media-gfx/fontforge-20060703
823 X? (
824 x11-proto/inputproto
825 x11-proto/xextproto
826
827
828
829 1.15 app-emulation/wine/wine-0.9.9.ebuild
830
831 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.9.ebuild?rev=1.15&view=markup
832 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.9.ebuild?rev=1.15&content-type=text/plain
833 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.9.ebuild?r1=1.14&r2=1.15
834
835 Index: wine-0.9.9.ebuild
836 ===================================================================
837 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.9.ebuild,v
838 retrieving revision 1.14
839 retrieving revision 1.15
840 diff -u -r1.14 -r1.15
841 --- wine-0.9.9.ebuild 7 Mar 2007 01:28:23 -0000 1.14
842 +++ wine-0.9.9.ebuild 23 Feb 2008 04:52:34 -0000 1.15
843 @@ -1,6 +1,6 @@
844 -# Copyright 1999-2007 Gentoo Foundation
845 +# Copyright 1999-2008 Gentoo Foundation
846 # Distributed under the terms of the GNU General Public License v2
847 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.9.ebuild,v 1.14 2007/03/07 01:28:23 vapier Exp $
848 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.9.ebuild,v 1.15 2008/02/23 04:52:34 vapier Exp $
849
850 inherit eutils flag-o-matic multilib
851
852 @@ -38,7 +38,6 @@
853 lcms? ( media-libs/lcms )
854 xml? ( dev-libs/libxml2 dev-libs/libxslt )
855 truetype? ( media-libs/freetype )
856 - >=media-gfx/fontforge-20060703
857 scanner? ( media-gfx/sane-backends )
858 amd64? (
859 >=app-emulation/emul-linux-x86-xlibs-2.1
860 @@ -46,6 +45,7 @@
861 >=sys-kernel/linux-headers-2.6
862 )"
863 DEPEND="${RDEPEND}
864 + >=media-gfx/fontforge-20060703
865 X? (
866 x11-proto/inputproto
867 x11-proto/xextproto
868
869
870
871 1.4 app-emulation/wine/wine-0.9.33.ebuild
872
873 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.33.ebuild?rev=1.4&view=markup
874 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.33.ebuild?rev=1.4&content-type=text/plain
875 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.33.ebuild?r1=1.3&r2=1.4
876
877 Index: wine-0.9.33.ebuild
878 ===================================================================
879 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.33.ebuild,v
880 retrieving revision 1.3
881 retrieving revision 1.4
882 diff -u -r1.3 -r1.4
883 --- wine-0.9.33.ebuild 24 Jul 2007 06:06:11 -0000 1.3
884 +++ wine-0.9.33.ebuild 23 Feb 2008 04:52:34 -0000 1.4
885 @@ -1,6 +1,6 @@
886 -# Copyright 1999-2007 Gentoo Foundation
887 +# Copyright 1999-2008 Gentoo Foundation
888 # Distributed under the terms of the GNU General Public License v2
889 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.33.ebuild,v 1.3 2007/07/24 06:06:11 vapier Exp $
890 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.33.ebuild,v 1.4 2008/02/23 04:52:34 vapier Exp $
891
892 inherit eutils flag-o-matic multilib
893
894 @@ -37,7 +37,6 @@
895 ldap? ( net-nds/openldap )
896 lcms? ( media-libs/lcms )
897 xml? ( dev-libs/libxml2 dev-libs/libxslt )
898 - >=media-gfx/fontforge-20060703
899 scanner? ( media-gfx/sane-backends )
900 amd64? (
901 >=app-emulation/emul-linux-x86-xlibs-2.1
902 @@ -45,6 +44,7 @@
903 >=sys-kernel/linux-headers-2.6
904 )"
905 DEPEND="${RDEPEND}
906 + >=media-gfx/fontforge-20060703
907 X? (
908 x11-proto/inputproto
909 x11-proto/xextproto
910
911
912
913 1.3 app-emulation/wine/wine-0.9.43.ebuild
914
915 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.43.ebuild?rev=1.3&view=markup
916 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.43.ebuild?rev=1.3&content-type=text/plain
917 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.43.ebuild?r1=1.2&r2=1.3
918
919 Index: wine-0.9.43.ebuild
920 ===================================================================
921 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.43.ebuild,v
922 retrieving revision 1.2
923 retrieving revision 1.3
924 diff -u -r1.2 -r1.3
925 --- wine-0.9.43.ebuild 1 Dec 2007 17:32:07 -0000 1.2
926 +++ wine-0.9.43.ebuild 23 Feb 2008 04:52:34 -0000 1.3
927 @@ -1,6 +1,6 @@
928 -# Copyright 1999-2007 Gentoo Foundation
929 +# Copyright 1999-2008 Gentoo Foundation
930 # Distributed under the terms of the GNU General Public License v2
931 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.43.ebuild,v 1.2 2007/12/01 17:32:07 vapier Exp $
932 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.43.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
933
934 inherit eutils flag-o-matic multilib
935
936 @@ -37,7 +37,6 @@
937 ldap? ( net-nds/openldap )
938 lcms? ( media-libs/lcms )
939 xml? ( dev-libs/libxml2 dev-libs/libxslt )
940 - >=media-gfx/fontforge-20060703
941 scanner? ( media-gfx/sane-backends )
942 amd64? (
943 >=app-emulation/emul-linux-x86-xlibs-2.1
944 @@ -45,6 +44,7 @@
945 >=sys-kernel/linux-headers-2.6
946 )"
947 DEPEND="${RDEPEND}
948 + >=media-gfx/fontforge-20060703
949 X? (
950 x11-proto/inputproto
951 x11-proto/xextproto
952
953
954
955 1.3 app-emulation/wine/wine-0.9.51.ebuild
956
957 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.51.ebuild?rev=1.3&view=markup
958 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.51.ebuild?rev=1.3&content-type=text/plain
959 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.51.ebuild?r1=1.2&r2=1.3
960
961 Index: wine-0.9.51.ebuild
962 ===================================================================
963 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.51.ebuild,v
964 retrieving revision 1.2
965 retrieving revision 1.3
966 diff -u -r1.2 -r1.3
967 --- wine-0.9.51.ebuild 22 Dec 2007 07:37:39 -0000 1.2
968 +++ wine-0.9.51.ebuild 23 Feb 2008 04:52:34 -0000 1.3
969 @@ -1,6 +1,6 @@
970 -# Copyright 1999-2007 Gentoo Foundation
971 +# Copyright 1999-2008 Gentoo Foundation
972 # Distributed under the terms of the GNU General Public License v2
973 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.51.ebuild,v 1.2 2007/12/22 07:37:39 vapier Exp $
974 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.51.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
975
976 inherit eutils flag-o-matic multilib
977
978 @@ -37,7 +37,6 @@
979 ldap? ( net-nds/openldap )
980 lcms? ( media-libs/lcms )
981 xml? ( dev-libs/libxml2 dev-libs/libxslt )
982 - >=media-gfx/fontforge-20060703
983 scanner? ( media-gfx/sane-backends )
984 amd64? (
985 >=app-emulation/emul-linux-x86-xlibs-2.1
986 @@ -45,6 +44,7 @@
987 >=sys-kernel/linux-headers-2.6
988 )"
989 DEPEND="${RDEPEND}
990 + >=media-gfx/fontforge-20060703
991 X? (
992 x11-proto/inputproto
993 x11-proto/xextproto
994
995
996
997 1.10 app-emulation/wine/wine-0.9.23.ebuild
998
999 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.23.ebuild?rev=1.10&view=markup
1000 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.23.ebuild?rev=1.10&content-type=text/plain
1001 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.23.ebuild?r1=1.9&r2=1.10
1002
1003 Index: wine-0.9.23.ebuild
1004 ===================================================================
1005 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.23.ebuild,v
1006 retrieving revision 1.9
1007 retrieving revision 1.10
1008 diff -u -r1.9 -r1.10
1009 --- wine-0.9.23.ebuild 2 May 2007 18:13:25 -0000 1.9
1010 +++ wine-0.9.23.ebuild 23 Feb 2008 04:52:34 -0000 1.10
1011 @@ -1,6 +1,6 @@
1012 -# Copyright 1999-2007 Gentoo Foundation
1013 +# Copyright 1999-2008 Gentoo Foundation
1014 # Distributed under the terms of the GNU General Public License v2
1015 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.23.ebuild,v 1.9 2007/05/02 18:13:25 vapier Exp $
1016 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.23.ebuild,v 1.10 2008/02/23 04:52:34 vapier Exp $
1017
1018 inherit eutils flag-o-matic multilib
1019
1020 @@ -38,7 +38,6 @@
1021 glut? ( virtual/glut )
1022 lcms? ( media-libs/lcms )
1023 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1024 - >=media-gfx/fontforge-20060703
1025 scanner? ( media-gfx/sane-backends )
1026 amd64? (
1027 >=app-emulation/emul-linux-x86-xlibs-2.1
1028 @@ -46,6 +45,7 @@
1029 >=sys-kernel/linux-headers-2.6
1030 )"
1031 DEPEND="${RDEPEND}
1032 + >=media-gfx/fontforge-20060703
1033 X? (
1034 x11-proto/inputproto
1035 x11-proto/xextproto
1036
1037
1038
1039 1.6 app-emulation/wine/wine-0.9.34.ebuild
1040
1041 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.34.ebuild?rev=1.6&view=markup
1042 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.34.ebuild?rev=1.6&content-type=text/plain
1043 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.34.ebuild?r1=1.5&r2=1.6
1044
1045 Index: wine-0.9.34.ebuild
1046 ===================================================================
1047 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.34.ebuild,v
1048 retrieving revision 1.5
1049 retrieving revision 1.6
1050 diff -u -r1.5 -r1.6
1051 --- wine-0.9.34.ebuild 24 Jul 2007 06:06:11 -0000 1.5
1052 +++ wine-0.9.34.ebuild 23 Feb 2008 04:52:34 -0000 1.6
1053 @@ -1,6 +1,6 @@
1054 -# Copyright 1999-2007 Gentoo Foundation
1055 +# Copyright 1999-2008 Gentoo Foundation
1056 # Distributed under the terms of the GNU General Public License v2
1057 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.34.ebuild,v 1.5 2007/07/24 06:06:11 vapier Exp $
1058 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.34.ebuild,v 1.6 2008/02/23 04:52:34 vapier Exp $
1059
1060 inherit eutils flag-o-matic multilib
1061
1062 @@ -38,7 +38,6 @@
1063 ldap? ( net-nds/openldap )
1064 lcms? ( media-libs/lcms )
1065 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1066 - >=media-gfx/fontforge-20060703
1067 scanner? ( media-gfx/sane-backends )
1068 amd64? (
1069 >=app-emulation/emul-linux-x86-xlibs-2.1
1070 @@ -46,6 +45,7 @@
1071 >=sys-kernel/linux-headers-2.6
1072 )"
1073 DEPEND="${RDEPEND}
1074 + >=media-gfx/fontforge-20060703
1075 X? (
1076 x11-proto/inputproto
1077 x11-proto/xextproto
1078
1079
1080
1081 1.10 app-emulation/wine/wine-0.9.28.ebuild
1082
1083 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.28.ebuild?rev=1.10&view=markup
1084 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.28.ebuild?rev=1.10&content-type=text/plain
1085 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.28.ebuild?r1=1.9&r2=1.10
1086
1087 Index: wine-0.9.28.ebuild
1088 ===================================================================
1089 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.28.ebuild,v
1090 retrieving revision 1.9
1091 retrieving revision 1.10
1092 diff -u -r1.9 -r1.10
1093 --- wine-0.9.28.ebuild 2 May 2007 18:13:25 -0000 1.9
1094 +++ wine-0.9.28.ebuild 23 Feb 2008 04:52:34 -0000 1.10
1095 @@ -1,6 +1,6 @@
1096 -# Copyright 1999-2007 Gentoo Foundation
1097 +# Copyright 1999-2008 Gentoo Foundation
1098 # Distributed under the terms of the GNU General Public License v2
1099 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.28.ebuild,v 1.9 2007/05/02 18:13:25 vapier Exp $
1100 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.28.ebuild,v 1.10 2008/02/23 04:52:34 vapier Exp $
1101
1102 inherit eutils flag-o-matic multilib
1103
1104 @@ -37,7 +37,6 @@
1105 ldap? ( net-nds/openldap )
1106 lcms? ( media-libs/lcms )
1107 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1108 - >=media-gfx/fontforge-20060703
1109 scanner? ( media-gfx/sane-backends )
1110 amd64? (
1111 >=app-emulation/emul-linux-x86-xlibs-2.1
1112 @@ -45,6 +44,7 @@
1113 >=sys-kernel/linux-headers-2.6
1114 )"
1115 DEPEND="${RDEPEND}
1116 + >=media-gfx/fontforge-20060703
1117 X? (
1118 x11-proto/inputproto
1119 x11-proto/xextproto
1120
1121
1122
1123 1.2 app-emulation/wine/wine-0.9.55.ebuild
1124
1125 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.55.ebuild?rev=1.2&view=markup
1126 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.55.ebuild?rev=1.2&content-type=text/plain
1127 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.55.ebuild?r1=1.1&r2=1.2
1128
1129 Index: wine-0.9.55.ebuild
1130 ===================================================================
1131 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.55.ebuild,v
1132 retrieving revision 1.1
1133 retrieving revision 1.2
1134 diff -u -r1.1 -r1.2
1135 --- wine-0.9.55.ebuild 8 Feb 2008 19:42:58 -0000 1.1
1136 +++ wine-0.9.55.ebuild 23 Feb 2008 04:52:34 -0000 1.2
1137 @@ -1,6 +1,6 @@
1138 # Copyright 1999-2008 Gentoo Foundation
1139 # Distributed under the terms of the GNU General Public License v2
1140 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.55.ebuild,v 1.1 2008/02/08 19:42:58 vapier Exp $
1141 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.55.ebuild,v 1.2 2008/02/23 04:52:34 vapier Exp $
1142
1143 EAPI="1"
1144
1145 @@ -41,7 +41,6 @@
1146 lcms? ( media-libs/lcms )
1147 samba? ( >=net-fs/samba-3.0.25 )
1148 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1149 - >=media-gfx/fontforge-20060703
1150 scanner? ( media-gfx/sane-backends )
1151 amd64? (
1152 >=app-emulation/emul-linux-x86-xlibs-2.1
1153 @@ -49,6 +48,7 @@
1154 >=sys-kernel/linux-headers-2.6
1155 )"
1156 DEPEND="${RDEPEND}
1157 + >=media-gfx/fontforge-20060703
1158 X? (
1159 x11-proto/inputproto
1160 x11-proto/xextproto
1161
1162
1163
1164 1.6 app-emulation/wine/wine-0.9.32.ebuild
1165
1166 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.32.ebuild?rev=1.6&view=markup
1167 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.32.ebuild?rev=1.6&content-type=text/plain
1168 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.32.ebuild?r1=1.5&r2=1.6
1169
1170 Index: wine-0.9.32.ebuild
1171 ===================================================================
1172 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.32.ebuild,v
1173 retrieving revision 1.5
1174 retrieving revision 1.6
1175 diff -u -r1.5 -r1.6
1176 --- wine-0.9.32.ebuild 24 Jul 2007 06:06:11 -0000 1.5
1177 +++ wine-0.9.32.ebuild 23 Feb 2008 04:52:34 -0000 1.6
1178 @@ -1,6 +1,6 @@
1179 -# Copyright 1999-2007 Gentoo Foundation
1180 +# Copyright 1999-2008 Gentoo Foundation
1181 # Distributed under the terms of the GNU General Public License v2
1182 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.32.ebuild,v 1.5 2007/07/24 06:06:11 vapier Exp $
1183 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.32.ebuild,v 1.6 2008/02/23 04:52:34 vapier Exp $
1184
1185 inherit eutils flag-o-matic multilib
1186
1187 @@ -37,7 +37,6 @@
1188 ldap? ( net-nds/openldap )
1189 lcms? ( media-libs/lcms )
1190 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1191 - >=media-gfx/fontforge-20060703
1192 scanner? ( media-gfx/sane-backends )
1193 amd64? (
1194 >=app-emulation/emul-linux-x86-xlibs-2.1
1195 @@ -45,6 +44,7 @@
1196 >=sys-kernel/linux-headers-2.6
1197 )"
1198 DEPEND="${RDEPEND}
1199 + >=media-gfx/fontforge-20060703
1200 X? (
1201 x11-proto/inputproto
1202 x11-proto/xextproto
1203
1204
1205
1206 1.10 app-emulation/wine/wine-0.9.27.ebuild
1207
1208 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.27.ebuild?rev=1.10&view=markup
1209 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.27.ebuild?rev=1.10&content-type=text/plain
1210 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.27.ebuild?r1=1.9&r2=1.10
1211
1212 Index: wine-0.9.27.ebuild
1213 ===================================================================
1214 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.27.ebuild,v
1215 retrieving revision 1.9
1216 retrieving revision 1.10
1217 diff -u -r1.9 -r1.10
1218 --- wine-0.9.27.ebuild 2 May 2007 18:13:25 -0000 1.9
1219 +++ wine-0.9.27.ebuild 23 Feb 2008 04:52:34 -0000 1.10
1220 @@ -1,6 +1,6 @@
1221 -# Copyright 1999-2007 Gentoo Foundation
1222 +# Copyright 1999-2008 Gentoo Foundation
1223 # Distributed under the terms of the GNU General Public License v2
1224 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.27.ebuild,v 1.9 2007/05/02 18:13:25 vapier Exp $
1225 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.27.ebuild,v 1.10 2008/02/23 04:52:34 vapier Exp $
1226
1227 inherit eutils flag-o-matic multilib
1228
1229 @@ -37,7 +37,6 @@
1230 ldap? ( net-nds/openldap )
1231 lcms? ( media-libs/lcms )
1232 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1233 - >=media-gfx/fontforge-20060703
1234 scanner? ( media-gfx/sane-backends )
1235 amd64? (
1236 >=app-emulation/emul-linux-x86-xlibs-2.1
1237 @@ -45,6 +44,7 @@
1238 >=sys-kernel/linux-headers-2.6
1239 )"
1240 DEPEND="${RDEPEND}
1241 + >=media-gfx/fontforge-20060703
1242 X? (
1243 x11-proto/inputproto
1244 x11-proto/xextproto
1245
1246
1247
1248 1.5 app-emulation/wine/wine-0.9.36.ebuild
1249
1250 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.36.ebuild?rev=1.5&view=markup
1251 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.36.ebuild?rev=1.5&content-type=text/plain
1252 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.36.ebuild?r1=1.4&r2=1.5
1253
1254 Index: wine-0.9.36.ebuild
1255 ===================================================================
1256 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.36.ebuild,v
1257 retrieving revision 1.4
1258 retrieving revision 1.5
1259 diff -u -r1.4 -r1.5
1260 --- wine-0.9.36.ebuild 24 Jul 2007 06:06:11 -0000 1.4
1261 +++ wine-0.9.36.ebuild 23 Feb 2008 04:52:34 -0000 1.5
1262 @@ -1,6 +1,6 @@
1263 -# Copyright 1999-2007 Gentoo Foundation
1264 +# Copyright 1999-2008 Gentoo Foundation
1265 # Distributed under the terms of the GNU General Public License v2
1266 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.36.ebuild,v 1.4 2007/07/24 06:06:11 vapier Exp $
1267 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.36.ebuild,v 1.5 2008/02/23 04:52:34 vapier Exp $
1268
1269 inherit eutils flag-o-matic multilib
1270
1271 @@ -37,7 +37,6 @@
1272 ldap? ( net-nds/openldap )
1273 lcms? ( media-libs/lcms )
1274 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1275 - >=media-gfx/fontforge-20060703
1276 scanner? ( media-gfx/sane-backends )
1277 amd64? (
1278 >=app-emulation/emul-linux-x86-xlibs-2.1
1279 @@ -45,6 +44,7 @@
1280 >=sys-kernel/linux-headers-2.6
1281 )"
1282 DEPEND="${RDEPEND}
1283 + >=media-gfx/fontforge-20060703
1284 X? (
1285 x11-proto/inputproto
1286 x11-proto/xextproto
1287
1288
1289
1290 1.12 app-emulation/wine/wine-0.9.13.ebuild
1291
1292 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.13.ebuild?rev=1.12&view=markup
1293 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.13.ebuild?rev=1.12&content-type=text/plain
1294 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.13.ebuild?r1=1.11&r2=1.12
1295
1296 Index: wine-0.9.13.ebuild
1297 ===================================================================
1298 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.13.ebuild,v
1299 retrieving revision 1.11
1300 retrieving revision 1.12
1301 diff -u -r1.11 -r1.12
1302 --- wine-0.9.13.ebuild 7 Mar 2007 01:28:23 -0000 1.11
1303 +++ wine-0.9.13.ebuild 23 Feb 2008 04:52:34 -0000 1.12
1304 @@ -1,6 +1,6 @@
1305 -# Copyright 1999-2007 Gentoo Foundation
1306 +# Copyright 1999-2008 Gentoo Foundation
1307 # Distributed under the terms of the GNU General Public License v2
1308 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.13.ebuild,v 1.11 2007/03/07 01:28:23 vapier Exp $
1309 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.13.ebuild,v 1.12 2008/02/23 04:52:34 vapier Exp $
1310
1311 inherit eutils flag-o-matic multilib
1312
1313 @@ -38,7 +38,6 @@
1314 lcms? ( media-libs/lcms )
1315 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1316 truetype? ( media-libs/freetype )
1317 - >=media-gfx/fontforge-20060703
1318 scanner? ( media-gfx/sane-backends )
1319 amd64? (
1320 >=app-emulation/emul-linux-x86-xlibs-2.1
1321 @@ -46,6 +45,7 @@
1322 >=sys-kernel/linux-headers-2.6
1323 )"
1324 DEPEND="${RDEPEND}
1325 + >=media-gfx/fontforge-20060703
1326 X? (
1327 x11-proto/inputproto
1328 x11-proto/xextproto
1329
1330
1331
1332 1.11 app-emulation/wine/wine-0.9.18.ebuild
1333
1334 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.18.ebuild?rev=1.11&view=markup
1335 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.18.ebuild?rev=1.11&content-type=text/plain
1336 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.18.ebuild?r1=1.10&r2=1.11
1337
1338 Index: wine-0.9.18.ebuild
1339 ===================================================================
1340 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.18.ebuild,v
1341 retrieving revision 1.10
1342 retrieving revision 1.11
1343 diff -u -r1.10 -r1.11
1344 --- wine-0.9.18.ebuild 7 Mar 2007 01:28:23 -0000 1.10
1345 +++ wine-0.9.18.ebuild 23 Feb 2008 04:52:34 -0000 1.11
1346 @@ -1,6 +1,6 @@
1347 -# Copyright 1999-2007 Gentoo Foundation
1348 +# Copyright 1999-2008 Gentoo Foundation
1349 # Distributed under the terms of the GNU General Public License v2
1350 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.18.ebuild,v 1.10 2007/03/07 01:28:23 vapier Exp $
1351 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.18.ebuild,v 1.11 2008/02/23 04:52:34 vapier Exp $
1352
1353 inherit eutils flag-o-matic multilib
1354
1355 @@ -39,7 +39,6 @@
1356 glut? ( virtual/glut )
1357 lcms? ( media-libs/lcms )
1358 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1359 - >=media-gfx/fontforge-20060703
1360 scanner? ( media-gfx/sane-backends )
1361 amd64? (
1362 >=app-emulation/emul-linux-x86-xlibs-2.1
1363 @@ -47,6 +46,7 @@
1364 >=sys-kernel/linux-headers-2.6
1365 )"
1366 DEPEND="${RDEPEND}
1367 + >=media-gfx/fontforge-20060703
1368 X? (
1369 x11-proto/inputproto
1370 x11-proto/xextproto
1371
1372
1373
1374 1.2 app-emulation/wine/wine-0.9.50.ebuild
1375
1376 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.50.ebuild?rev=1.2&view=markup
1377 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.50.ebuild?rev=1.2&content-type=text/plain
1378 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.50.ebuild?r1=1.1&r2=1.2
1379
1380 Index: wine-0.9.50.ebuild
1381 ===================================================================
1382 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.50.ebuild,v
1383 retrieving revision 1.1
1384 retrieving revision 1.2
1385 diff -u -r1.1 -r1.2
1386 --- wine-0.9.50.ebuild 1 Dec 2007 09:40:42 -0000 1.1
1387 +++ wine-0.9.50.ebuild 23 Feb 2008 04:52:34 -0000 1.2
1388 @@ -1,6 +1,6 @@
1389 -# Copyright 1999-2007 Gentoo Foundation
1390 +# Copyright 1999-2008 Gentoo Foundation
1391 # Distributed under the terms of the GNU General Public License v2
1392 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.50.ebuild,v 1.1 2007/12/01 09:40:42 vapier Exp $
1393 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.50.ebuild,v 1.2 2008/02/23 04:52:34 vapier Exp $
1394
1395 inherit eutils flag-o-matic multilib
1396
1397 @@ -37,7 +37,6 @@
1398 ldap? ( net-nds/openldap )
1399 lcms? ( media-libs/lcms )
1400 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1401 - >=media-gfx/fontforge-20060703
1402 scanner? ( media-gfx/sane-backends )
1403 amd64? (
1404 >=app-emulation/emul-linux-x86-xlibs-2.1
1405 @@ -45,6 +44,7 @@
1406 >=sys-kernel/linux-headers-2.6
1407 )"
1408 DEPEND="${RDEPEND}
1409 + >=media-gfx/fontforge-20060703
1410 X? (
1411 x11-proto/inputproto
1412 x11-proto/xextproto
1413
1414
1415
1416 1.6 app-emulation/wine/wine-0.9.40.ebuild
1417
1418 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.40.ebuild?rev=1.6&view=markup
1419 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.40.ebuild?rev=1.6&content-type=text/plain
1420 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.40.ebuild?r1=1.5&r2=1.6
1421
1422 Index: wine-0.9.40.ebuild
1423 ===================================================================
1424 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.40.ebuild,v
1425 retrieving revision 1.5
1426 retrieving revision 1.6
1427 diff -u -r1.5 -r1.6
1428 --- wine-0.9.40.ebuild 1 Dec 2007 17:32:07 -0000 1.5
1429 +++ wine-0.9.40.ebuild 23 Feb 2008 04:52:34 -0000 1.6
1430 @@ -1,6 +1,6 @@
1431 -# Copyright 1999-2007 Gentoo Foundation
1432 +# Copyright 1999-2008 Gentoo Foundation
1433 # Distributed under the terms of the GNU General Public License v2
1434 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.40.ebuild,v 1.5 2007/12/01 17:32:07 vapier Exp $
1435 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.40.ebuild,v 1.6 2008/02/23 04:52:34 vapier Exp $
1436
1437 inherit eutils flag-o-matic multilib
1438
1439 @@ -37,7 +37,6 @@
1440 ldap? ( net-nds/openldap )
1441 lcms? ( media-libs/lcms )
1442 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1443 - >=media-gfx/fontforge-20060703
1444 scanner? ( media-gfx/sane-backends )
1445 amd64? (
1446 >=app-emulation/emul-linux-x86-xlibs-2.1
1447 @@ -45,6 +44,7 @@
1448 >=sys-kernel/linux-headers-2.6
1449 )"
1450 DEPEND="${RDEPEND}
1451 + >=media-gfx/fontforge-20060703
1452 X? (
1453 x11-proto/inputproto
1454 x11-proto/xextproto
1455
1456
1457
1458 1.10 app-emulation/wine/wine-0.9.26.ebuild
1459
1460 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.26.ebuild?rev=1.10&view=markup
1461 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.26.ebuild?rev=1.10&content-type=text/plain
1462 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.26.ebuild?r1=1.9&r2=1.10
1463
1464 Index: wine-0.9.26.ebuild
1465 ===================================================================
1466 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.26.ebuild,v
1467 retrieving revision 1.9
1468 retrieving revision 1.10
1469 diff -u -r1.9 -r1.10
1470 --- wine-0.9.26.ebuild 2 May 2007 18:13:25 -0000 1.9
1471 +++ wine-0.9.26.ebuild 23 Feb 2008 04:52:34 -0000 1.10
1472 @@ -1,6 +1,6 @@
1473 -# Copyright 1999-2007 Gentoo Foundation
1474 +# Copyright 1999-2008 Gentoo Foundation
1475 # Distributed under the terms of the GNU General Public License v2
1476 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.26.ebuild,v 1.9 2007/05/02 18:13:25 vapier Exp $
1477 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.26.ebuild,v 1.10 2008/02/23 04:52:34 vapier Exp $
1478
1479 inherit eutils flag-o-matic multilib
1480
1481 @@ -38,7 +38,6 @@
1482 glut? ( virtual/glut )
1483 lcms? ( media-libs/lcms )
1484 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1485 - >=media-gfx/fontforge-20060703
1486 scanner? ( media-gfx/sane-backends )
1487 amd64? (
1488 >=app-emulation/emul-linux-x86-xlibs-2.1
1489 @@ -46,6 +45,7 @@
1490 >=sys-kernel/linux-headers-2.6
1491 )"
1492 DEPEND="${RDEPEND}
1493 + >=media-gfx/fontforge-20060703
1494 X? (
1495 x11-proto/inputproto
1496 x11-proto/xextproto
1497
1498
1499
1500 1.3 app-emulation/wine/wine-0.9.41.ebuild
1501
1502 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.41.ebuild?rev=1.3&view=markup
1503 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.41.ebuild?rev=1.3&content-type=text/plain
1504 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.41.ebuild?r1=1.2&r2=1.3
1505
1506 Index: wine-0.9.41.ebuild
1507 ===================================================================
1508 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.41.ebuild,v
1509 retrieving revision 1.2
1510 retrieving revision 1.3
1511 diff -u -r1.2 -r1.3
1512 --- wine-0.9.41.ebuild 1 Dec 2007 17:32:07 -0000 1.2
1513 +++ wine-0.9.41.ebuild 23 Feb 2008 04:52:34 -0000 1.3
1514 @@ -1,6 +1,6 @@
1515 -# Copyright 1999-2007 Gentoo Foundation
1516 +# Copyright 1999-2008 Gentoo Foundation
1517 # Distributed under the terms of the GNU General Public License v2
1518 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.41.ebuild,v 1.2 2007/12/01 17:32:07 vapier Exp $
1519 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.41.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
1520
1521 inherit eutils flag-o-matic multilib
1522
1523 @@ -37,7 +37,6 @@
1524 ldap? ( net-nds/openldap )
1525 lcms? ( media-libs/lcms )
1526 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1527 - >=media-gfx/fontforge-20060703
1528 scanner? ( media-gfx/sane-backends )
1529 amd64? (
1530 >=app-emulation/emul-linux-x86-xlibs-2.1
1531 @@ -45,6 +44,7 @@
1532 >=sys-kernel/linux-headers-2.6
1533 )"
1534 DEPEND="${RDEPEND}
1535 + >=media-gfx/fontforge-20060703
1536 X? (
1537 x11-proto/inputproto
1538 x11-proto/xextproto
1539
1540
1541
1542 1.11 app-emulation/wine/wine-0.9.19.ebuild
1543
1544 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.19.ebuild?rev=1.11&view=markup
1545 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.19.ebuild?rev=1.11&content-type=text/plain
1546 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.19.ebuild?r1=1.10&r2=1.11
1547
1548 Index: wine-0.9.19.ebuild
1549 ===================================================================
1550 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.19.ebuild,v
1551 retrieving revision 1.10
1552 retrieving revision 1.11
1553 diff -u -r1.10 -r1.11
1554 --- wine-0.9.19.ebuild 7 Mar 2007 01:28:23 -0000 1.10
1555 +++ wine-0.9.19.ebuild 23 Feb 2008 04:52:34 -0000 1.11
1556 @@ -1,6 +1,6 @@
1557 -# Copyright 1999-2007 Gentoo Foundation
1558 +# Copyright 1999-2008 Gentoo Foundation
1559 # Distributed under the terms of the GNU General Public License v2
1560 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.19.ebuild,v 1.10 2007/03/07 01:28:23 vapier Exp $
1561 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.19.ebuild,v 1.11 2008/02/23 04:52:34 vapier Exp $
1562
1563 inherit eutils flag-o-matic multilib
1564
1565 @@ -39,7 +39,6 @@
1566 glut? ( virtual/glut )
1567 lcms? ( media-libs/lcms )
1568 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1569 - >=media-gfx/fontforge-20060703
1570 scanner? ( media-gfx/sane-backends )
1571 amd64? (
1572 >=app-emulation/emul-linux-x86-xlibs-2.1
1573 @@ -47,6 +46,7 @@
1574 >=sys-kernel/linux-headers-2.6
1575 )"
1576 DEPEND="${RDEPEND}
1577 + >=media-gfx/fontforge-20060703
1578 X? (
1579 x11-proto/inputproto
1580 x11-proto/xextproto
1581
1582
1583
1584 1.3 app-emulation/wine/wine-0.9.42.ebuild
1585
1586 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.42.ebuild?rev=1.3&view=markup
1587 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.42.ebuild?rev=1.3&content-type=text/plain
1588 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.42.ebuild?r1=1.2&r2=1.3
1589
1590 Index: wine-0.9.42.ebuild
1591 ===================================================================
1592 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.42.ebuild,v
1593 retrieving revision 1.2
1594 retrieving revision 1.3
1595 diff -u -r1.2 -r1.3
1596 --- wine-0.9.42.ebuild 1 Dec 2007 17:32:07 -0000 1.2
1597 +++ wine-0.9.42.ebuild 23 Feb 2008 04:52:34 -0000 1.3
1598 @@ -1,6 +1,6 @@
1599 -# Copyright 1999-2007 Gentoo Foundation
1600 +# Copyright 1999-2008 Gentoo Foundation
1601 # Distributed under the terms of the GNU General Public License v2
1602 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.42.ebuild,v 1.2 2007/12/01 17:32:07 vapier Exp $
1603 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.42.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
1604
1605 inherit eutils flag-o-matic multilib
1606
1607 @@ -37,7 +37,6 @@
1608 ldap? ( net-nds/openldap )
1609 lcms? ( media-libs/lcms )
1610 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1611 - >=media-gfx/fontforge-20060703
1612 scanner? ( media-gfx/sane-backends )
1613 amd64? (
1614 >=app-emulation/emul-linux-x86-xlibs-2.1
1615 @@ -45,6 +44,7 @@
1616 >=sys-kernel/linux-headers-2.6
1617 )"
1618 DEPEND="${RDEPEND}
1619 + >=media-gfx/fontforge-20060703
1620 X? (
1621 x11-proto/inputproto
1622 x11-proto/xextproto
1623
1624
1625
1626 1.205 app-emulation/wine/ChangeLog
1627
1628 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.205&view=markup
1629 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.205&content-type=text/plain
1630 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.204&r2=1.205
1631
1632 Index: ChangeLog
1633 ===================================================================
1634 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
1635 retrieving revision 1.204
1636 retrieving revision 1.205
1637 diff -u -r1.204 -r1.205
1638 --- ChangeLog 23 Feb 2008 01:48:25 -0000 1.204
1639 +++ ChangeLog 23 Feb 2008 04:52:34 -0000 1.205
1640 @@ -1,6 +1,25 @@
1641 # ChangeLog for app-emulation/wine
1642 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
1643 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.204 2008/02/23 01:48:25 vapier Exp $
1644 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.205 2008/02/23 04:52:34 vapier Exp $
1645 +
1646 + 23 Feb 2008; Mike Frysinger <vapier@g.o> wine-0.9.9.ebuild,
1647 + wine-0.9.10.ebuild, wine-0.9.11.ebuild, wine-0.9.12.ebuild,
1648 + wine-0.9.13.ebuild, wine-0.9.14.ebuild, wine-0.9.15.ebuild,
1649 + wine-0.9.16.ebuild, wine-0.9.17.ebuild, wine-0.9.18.ebuild,
1650 + wine-0.9.19.ebuild, wine-0.9.20.ebuild, wine-0.9.21.ebuild,
1651 + wine-0.9.22.ebuild, wine-0.9.23.ebuild, wine-0.9.24.ebuild,
1652 + wine-0.9.25.ebuild, wine-0.9.26.ebuild, wine-0.9.27.ebuild,
1653 + wine-0.9.28.ebuild, wine-0.9.29.ebuild, wine-0.9.30.ebuild,
1654 + wine-0.9.31.ebuild, wine-0.9.32.ebuild, wine-0.9.33.ebuild,
1655 + wine-0.9.34.ebuild, wine-0.9.35.ebuild, wine-0.9.36.ebuild,
1656 + wine-0.9.37.ebuild, wine-0.9.38.ebuild, wine-0.9.39.ebuild,
1657 + wine-0.9.40.ebuild, wine-0.9.41.ebuild, wine-0.9.42.ebuild,
1658 + wine-0.9.43.ebuild, wine-0.9.44.ebuild, wine-0.9.45.ebuild,
1659 + wine-0.9.46.ebuild, wine-0.9.47.ebuild, wine-0.9.48.ebuild,
1660 + wine-0.9.49.ebuild, wine-0.9.50.ebuild, wine-0.9.51.ebuild,
1661 + wine-0.9.52.ebuild, wine-0.9.53.ebuild, wine-0.9.54.ebuild,
1662 + wine-0.9.55.ebuild, wine-0.9.56.ebuild, wine-9999.ebuild:
1663 + Move fontforge from RDEPEND to DEPEND as pointed out by Diego.
1664
1665 *wine-0.9.56 (23 Feb 2008)
1666
1667
1668
1669
1670 1.11 app-emulation/wine/wine-0.9.21.ebuild
1671
1672 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.21.ebuild?rev=1.11&view=markup
1673 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.21.ebuild?rev=1.11&content-type=text/plain
1674 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.21.ebuild?r1=1.10&r2=1.11
1675
1676 Index: wine-0.9.21.ebuild
1677 ===================================================================
1678 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.21.ebuild,v
1679 retrieving revision 1.10
1680 retrieving revision 1.11
1681 diff -u -r1.10 -r1.11
1682 --- wine-0.9.21.ebuild 2 May 2007 18:13:25 -0000 1.10
1683 +++ wine-0.9.21.ebuild 23 Feb 2008 04:52:34 -0000 1.11
1684 @@ -1,6 +1,6 @@
1685 -# Copyright 1999-2007 Gentoo Foundation
1686 +# Copyright 1999-2008 Gentoo Foundation
1687 # Distributed under the terms of the GNU General Public License v2
1688 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.21.ebuild,v 1.10 2007/05/02 18:13:25 vapier Exp $
1689 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.21.ebuild,v 1.11 2008/02/23 04:52:34 vapier Exp $
1690
1691 inherit eutils flag-o-matic multilib
1692
1693 @@ -38,7 +38,6 @@
1694 glut? ( virtual/glut )
1695 lcms? ( media-libs/lcms )
1696 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1697 - >=media-gfx/fontforge-20060703
1698 scanner? ( media-gfx/sane-backends )
1699 amd64? (
1700 >=app-emulation/emul-linux-x86-xlibs-2.1
1701 @@ -46,6 +45,7 @@
1702 >=sys-kernel/linux-headers-2.6
1703 )"
1704 DEPEND="${RDEPEND}
1705 + >=media-gfx/fontforge-20060703
1706 X? (
1707 x11-proto/inputproto
1708 x11-proto/xextproto
1709
1710
1711
1712 1.3 app-emulation/wine/wine-0.9.45.ebuild
1713
1714 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.45.ebuild?rev=1.3&view=markup
1715 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.45.ebuild?rev=1.3&content-type=text/plain
1716 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.45.ebuild?r1=1.2&r2=1.3
1717
1718 Index: wine-0.9.45.ebuild
1719 ===================================================================
1720 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.45.ebuild,v
1721 retrieving revision 1.2
1722 retrieving revision 1.3
1723 diff -u -r1.2 -r1.3
1724 --- wine-0.9.45.ebuild 1 Dec 2007 17:32:07 -0000 1.2
1725 +++ wine-0.9.45.ebuild 23 Feb 2008 04:52:34 -0000 1.3
1726 @@ -1,6 +1,6 @@
1727 -# Copyright 1999-2007 Gentoo Foundation
1728 +# Copyright 1999-2008 Gentoo Foundation
1729 # Distributed under the terms of the GNU General Public License v2
1730 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.45.ebuild,v 1.2 2007/12/01 17:32:07 vapier Exp $
1731 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.45.ebuild,v 1.3 2008/02/23 04:52:34 vapier Exp $
1732
1733 inherit eutils flag-o-matic multilib
1734
1735 @@ -37,7 +37,6 @@
1736 ldap? ( net-nds/openldap )
1737 lcms? ( media-libs/lcms )
1738 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1739 - >=media-gfx/fontforge-20060703
1740 scanner? ( media-gfx/sane-backends )
1741 amd64? (
1742 >=app-emulation/emul-linux-x86-xlibs-2.1
1743 @@ -45,6 +44,7 @@
1744 >=sys-kernel/linux-headers-2.6
1745 )"
1746 DEPEND="${RDEPEND}
1747 + >=media-gfx/fontforge-20060703
1748 X? (
1749 x11-proto/inputproto
1750 x11-proto/xextproto
1751
1752
1753
1754 1.16 app-emulation/wine/wine-0.9.11.ebuild
1755
1756 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.11.ebuild?rev=1.16&view=markup
1757 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.11.ebuild?rev=1.16&content-type=text/plain
1758 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.11.ebuild?r1=1.15&r2=1.16
1759
1760 Index: wine-0.9.11.ebuild
1761 ===================================================================
1762 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.11.ebuild,v
1763 retrieving revision 1.15
1764 retrieving revision 1.16
1765 diff -u -r1.15 -r1.16
1766 --- wine-0.9.11.ebuild 7 Mar 2007 01:28:23 -0000 1.15
1767 +++ wine-0.9.11.ebuild 23 Feb 2008 04:52:34 -0000 1.16
1768 @@ -1,6 +1,6 @@
1769 -# Copyright 1999-2007 Gentoo Foundation
1770 +# Copyright 1999-2008 Gentoo Foundation
1771 # Distributed under the terms of the GNU General Public License v2
1772 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.11.ebuild,v 1.15 2007/03/07 01:28:23 vapier Exp $
1773 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.11.ebuild,v 1.16 2008/02/23 04:52:34 vapier Exp $
1774
1775 inherit eutils flag-o-matic multilib
1776
1777 @@ -38,7 +38,6 @@
1778 lcms? ( media-libs/lcms )
1779 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1780 truetype? ( media-libs/freetype )
1781 - >=media-gfx/fontforge-20060703
1782 scanner? ( media-gfx/sane-backends )
1783 amd64? (
1784 >=app-emulation/emul-linux-x86-xlibs-2.1
1785 @@ -46,6 +45,7 @@
1786 >=sys-kernel/linux-headers-2.6
1787 )"
1788 DEPEND="${RDEPEND}
1789 + >=media-gfx/fontforge-20060703
1790 X? (
1791 x11-proto/inputproto
1792 x11-proto/xextproto
1793
1794
1795
1796 1.7 app-emulation/wine/wine-0.9.29.ebuild
1797
1798 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.29.ebuild?rev=1.7&view=markup
1799 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.29.ebuild?rev=1.7&content-type=text/plain
1800 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.29.ebuild?r1=1.6&r2=1.7
1801
1802 Index: wine-0.9.29.ebuild
1803 ===================================================================
1804 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.29.ebuild,v
1805 retrieving revision 1.6
1806 retrieving revision 1.7
1807 diff -u -r1.6 -r1.7
1808 --- wine-0.9.29.ebuild 2 May 2007 18:13:25 -0000 1.6
1809 +++ wine-0.9.29.ebuild 23 Feb 2008 04:52:34 -0000 1.7
1810 @@ -1,6 +1,6 @@
1811 -# Copyright 1999-2007 Gentoo Foundation
1812 +# Copyright 1999-2008 Gentoo Foundation
1813 # Distributed under the terms of the GNU General Public License v2
1814 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.29.ebuild,v 1.6 2007/05/02 18:13:25 vapier Exp $
1815 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.29.ebuild,v 1.7 2008/02/23 04:52:34 vapier Exp $
1816
1817 inherit eutils flag-o-matic multilib
1818
1819 @@ -37,7 +37,6 @@
1820 ldap? ( net-nds/openldap )
1821 lcms? ( media-libs/lcms )
1822 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1823 - >=media-gfx/fontforge-20060703
1824 scanner? ( media-gfx/sane-backends )
1825 amd64? (
1826 >=app-emulation/emul-linux-x86-xlibs-2.1
1827 @@ -45,6 +44,7 @@
1828 >=sys-kernel/linux-headers-2.6
1829 )"
1830 DEPEND="${RDEPEND}
1831 + >=media-gfx/fontforge-20060703
1832 X? (
1833 x11-proto/inputproto
1834 x11-proto/xextproto
1835
1836
1837
1838 1.18 app-emulation/wine/wine-0.9.15.ebuild
1839
1840 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.15.ebuild?rev=1.18&view=markup
1841 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.15.ebuild?rev=1.18&content-type=text/plain
1842 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.15.ebuild?r1=1.17&r2=1.18
1843
1844 Index: wine-0.9.15.ebuild
1845 ===================================================================
1846 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.15.ebuild,v
1847 retrieving revision 1.17
1848 retrieving revision 1.18
1849 diff -u -r1.17 -r1.18
1850 --- wine-0.9.15.ebuild 7 Mar 2007 01:28:23 -0000 1.17
1851 +++ wine-0.9.15.ebuild 23 Feb 2008 04:52:34 -0000 1.18
1852 @@ -1,6 +1,6 @@
1853 -# Copyright 1999-2007 Gentoo Foundation
1854 +# Copyright 1999-2008 Gentoo Foundation
1855 # Distributed under the terms of the GNU General Public License v2
1856 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.15.ebuild,v 1.17 2007/03/07 01:28:23 vapier Exp $
1857 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.15.ebuild,v 1.18 2008/02/23 04:52:34 vapier Exp $
1858
1859 inherit eutils flag-o-matic multilib
1860
1861 @@ -38,7 +38,6 @@
1862 lcms? ( media-libs/lcms )
1863 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1864 truetype? ( media-libs/freetype )
1865 - >=media-gfx/fontforge-20060703
1866 scanner? ( media-gfx/sane-backends )
1867 amd64? (
1868 >=app-emulation/emul-linux-x86-xlibs-2.1
1869 @@ -46,6 +45,7 @@
1870 >=sys-kernel/linux-headers-2.6
1871 )"
1872 DEPEND="${RDEPEND}
1873 + >=media-gfx/fontforge-20060703
1874 X? (
1875 x11-proto/inputproto
1876 x11-proto/xextproto
1877
1878
1879
1880 1.11 app-emulation/wine/wine-0.9.12.ebuild
1881
1882 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.12.ebuild?rev=1.11&view=markup
1883 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.12.ebuild?rev=1.11&content-type=text/plain
1884 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.12.ebuild?r1=1.10&r2=1.11
1885
1886 Index: wine-0.9.12.ebuild
1887 ===================================================================
1888 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.12.ebuild,v
1889 retrieving revision 1.10
1890 retrieving revision 1.11
1891 diff -u -r1.10 -r1.11
1892 --- wine-0.9.12.ebuild 7 Mar 2007 01:28:23 -0000 1.10
1893 +++ wine-0.9.12.ebuild 23 Feb 2008 04:52:34 -0000 1.11
1894 @@ -1,6 +1,6 @@
1895 -# Copyright 1999-2007 Gentoo Foundation
1896 +# Copyright 1999-2008 Gentoo Foundation
1897 # Distributed under the terms of the GNU General Public License v2
1898 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.12.ebuild,v 1.10 2007/03/07 01:28:23 vapier Exp $
1899 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.12.ebuild,v 1.11 2008/02/23 04:52:34 vapier Exp $
1900
1901 inherit eutils flag-o-matic multilib
1902
1903 @@ -38,7 +38,6 @@
1904 lcms? ( media-libs/lcms )
1905 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1906 truetype? ( media-libs/freetype )
1907 - >=media-gfx/fontforge-20060703
1908 scanner? ( media-gfx/sane-backends )
1909 amd64? (
1910 >=app-emulation/emul-linux-x86-xlibs-2.1
1911 @@ -46,6 +45,7 @@
1912 >=sys-kernel/linux-headers-2.6
1913 )"
1914 DEPEND="${RDEPEND}
1915 + >=media-gfx/fontforge-20060703
1916 X? (
1917 x11-proto/inputproto
1918 x11-proto/xextproto
1919
1920
1921
1922 1.7 app-emulation/wine/wine-0.9.30.ebuild
1923
1924 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.30.ebuild?rev=1.7&view=markup
1925 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.30.ebuild?rev=1.7&content-type=text/plain
1926 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.30.ebuild?r1=1.6&r2=1.7
1927
1928 Index: wine-0.9.30.ebuild
1929 ===================================================================
1930 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.30.ebuild,v
1931 retrieving revision 1.6
1932 retrieving revision 1.7
1933 diff -u -r1.6 -r1.7
1934 --- wine-0.9.30.ebuild 24 Jul 2007 06:06:11 -0000 1.6
1935 +++ wine-0.9.30.ebuild 23 Feb 2008 04:52:34 -0000 1.7
1936 @@ -1,6 +1,6 @@
1937 -# Copyright 1999-2007 Gentoo Foundation
1938 +# Copyright 1999-2008 Gentoo Foundation
1939 # Distributed under the terms of the GNU General Public License v2
1940 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.30.ebuild,v 1.6 2007/07/24 06:06:11 vapier Exp $
1941 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.30.ebuild,v 1.7 2008/02/23 04:52:34 vapier Exp $
1942
1943 inherit eutils flag-o-matic multilib
1944
1945 @@ -37,7 +37,6 @@
1946 ldap? ( net-nds/openldap )
1947 lcms? ( media-libs/lcms )
1948 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1949 - >=media-gfx/fontforge-20060703
1950 scanner? ( media-gfx/sane-backends )
1951 amd64? (
1952 >=app-emulation/emul-linux-x86-xlibs-2.1
1953 @@ -45,6 +44,7 @@
1954 >=sys-kernel/linux-headers-2.6
1955 )"
1956 DEPEND="${RDEPEND}
1957 + >=media-gfx/fontforge-20060703
1958 X? (
1959 x11-proto/inputproto
1960 x11-proto/xextproto
1961
1962
1963
1964 1.10 app-emulation/wine/wine-0.9.20.ebuild
1965
1966 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.20.ebuild?rev=1.10&view=markup
1967 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.20.ebuild?rev=1.10&content-type=text/plain
1968 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.20.ebuild?r1=1.9&r2=1.10
1969
1970 Index: wine-0.9.20.ebuild
1971 ===================================================================
1972 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.20.ebuild,v
1973 retrieving revision 1.9
1974 retrieving revision 1.10
1975 diff -u -r1.9 -r1.10
1976 --- wine-0.9.20.ebuild 2 May 2007 18:13:25 -0000 1.9
1977 +++ wine-0.9.20.ebuild 23 Feb 2008 04:52:34 -0000 1.10
1978 @@ -1,6 +1,6 @@
1979 -# Copyright 1999-2007 Gentoo Foundation
1980 +# Copyright 1999-2008 Gentoo Foundation
1981 # Distributed under the terms of the GNU General Public License v2
1982 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.20.ebuild,v 1.9 2007/05/02 18:13:25 vapier Exp $
1983 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.20.ebuild,v 1.10 2008/02/23 04:52:34 vapier Exp $
1984
1985 inherit eutils flag-o-matic multilib
1986
1987 @@ -39,7 +39,6 @@
1988 glut? ( virtual/glut )
1989 lcms? ( media-libs/lcms )
1990 xml? ( dev-libs/libxml2 dev-libs/libxslt )
1991 - >=media-gfx/fontforge-20060703
1992 scanner? ( media-gfx/sane-backends )
1993 amd64? (
1994 >=app-emulation/emul-linux-x86-xlibs-2.1
1995 @@ -47,6 +46,7 @@
1996 >=sys-kernel/linux-headers-2.6
1997 )"
1998 DEPEND="${RDEPEND}
1999 + >=media-gfx/fontforge-20060703
2000 X? (
2001 x11-proto/inputproto
2002 x11-proto/xextproto
2003
2004
2005
2006 1.4 app-emulation/wine/wine-0.9.49.ebuild
2007
2008 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.49.ebuild?rev=1.4&view=markup
2009 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.49.ebuild?rev=1.4&content-type=text/plain
2010 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.49.ebuild?r1=1.3&r2=1.4
2011
2012 Index: wine-0.9.49.ebuild
2013 ===================================================================
2014 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.49.ebuild,v
2015 retrieving revision 1.3
2016 retrieving revision 1.4
2017 diff -u -r1.3 -r1.4
2018 --- wine-0.9.49.ebuild 8 Feb 2008 19:42:09 -0000 1.3
2019 +++ wine-0.9.49.ebuild 23 Feb 2008 04:52:34 -0000 1.4
2020 @@ -1,6 +1,6 @@
2021 -# Copyright 1999-2007 Gentoo Foundation
2022 +# Copyright 1999-2008 Gentoo Foundation
2023 # Distributed under the terms of the GNU General Public License v2
2024 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.49.ebuild,v 1.3 2008/02/08 19:42:09 vapier Exp $
2025 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.49.ebuild,v 1.4 2008/02/23 04:52:34 vapier Exp $
2026
2027 inherit eutils flag-o-matic multilib
2028
2029 @@ -37,7 +37,6 @@
2030 ldap? ( net-nds/openldap )
2031 lcms? ( media-libs/lcms )
2032 xml? ( dev-libs/libxml2 dev-libs/libxslt )
2033 - >=media-gfx/fontforge-20060703
2034 scanner? ( media-gfx/sane-backends )
2035 amd64? (
2036 >=app-emulation/emul-linux-x86-xlibs-2.1
2037 @@ -45,6 +44,7 @@
2038 >=sys-kernel/linux-headers-2.6
2039 )"
2040 DEPEND="${RDEPEND}
2041 + >=media-gfx/fontforge-20060703
2042 X? (
2043 x11-proto/inputproto
2044 x11-proto/xextproto
2045
2046
2047
2048 1.10 app-emulation/wine/wine-0.9.24.ebuild
2049
2050 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.24.ebuild?rev=1.10&view=markup
2051 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.24.ebuild?rev=1.10&content-type=text/plain
2052 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.24.ebuild?r1=1.9&r2=1.10
2053
2054 Index: wine-0.9.24.ebuild
2055 ===================================================================
2056 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.24.ebuild,v
2057 retrieving revision 1.9
2058 retrieving revision 1.10
2059 diff -u -r1.9 -r1.10
2060 --- wine-0.9.24.ebuild 2 May 2007 18:13:25 -0000 1.9
2061 +++ wine-0.9.24.ebuild 23 Feb 2008 04:52:34 -0000 1.10
2062 @@ -1,6 +1,6 @@
2063 -# Copyright 1999-2007 Gentoo Foundation
2064 +# Copyright 1999-2008 Gentoo Foundation
2065 # Distributed under the terms of the GNU General Public License v2
2066 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.24.ebuild,v 1.9 2007/05/02 18:13:25 vapier Exp $
2067 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.24.ebuild,v 1.10 2008/02/23 04:52:34 vapier Exp $
2068
2069 inherit eutils flag-o-matic multilib
2070
2071 @@ -38,7 +38,6 @@
2072 glut? ( virtual/glut )
2073 lcms? ( media-libs/lcms )
2074 xml? ( dev-libs/libxml2 dev-libs/libxslt )
2075 - >=media-gfx/fontforge-20060703
2076 scanner? ( media-gfx/sane-backends )
2077 amd64? (
2078 >=app-emulation/emul-linux-x86-xlibs-2.1
2079 @@ -46,6 +45,7 @@
2080 >=sys-kernel/linux-headers-2.6
2081 )"
2082 DEPEND="${RDEPEND}
2083 + >=media-gfx/fontforge-20060703
2084 X? (
2085 x11-proto/inputproto
2086 x11-proto/xextproto
2087
2088
2089
2090 1.2 app-emulation/wine/wine-0.9.56.ebuild
2091
2092 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.56.ebuild?rev=1.2&view=markup
2093 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.56.ebuild?rev=1.2&content-type=text/plain
2094 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/wine/wine-0.9.56.ebuild?r1=1.1&r2=1.2
2095
2096 Index: wine-0.9.56.ebuild
2097 ===================================================================
2098 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.56.ebuild,v
2099 retrieving revision 1.1
2100 retrieving revision 1.2
2101 diff -u -r1.1 -r1.2
2102 --- wine-0.9.56.ebuild 23 Feb 2008 01:48:25 -0000 1.1
2103 +++ wine-0.9.56.ebuild 23 Feb 2008 04:52:34 -0000 1.2
2104 @@ -1,6 +1,6 @@
2105 # Copyright 1999-2008 Gentoo Foundation
2106 # Distributed under the terms of the GNU General Public License v2
2107 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.56.ebuild,v 1.1 2008/02/23 01:48:25 vapier Exp $
2108 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.56.ebuild,v 1.2 2008/02/23 04:52:34 vapier Exp $
2109
2110 EAPI="1"
2111
2112 @@ -41,7 +41,6 @@
2113 lcms? ( media-libs/lcms )
2114 samba? ( >=net-fs/samba-3.0.25 )
2115 xml? ( dev-libs/libxml2 dev-libs/libxslt )
2116 - >=media-gfx/fontforge-20060703
2117 scanner? ( media-gfx/sane-backends )
2118 amd64? (
2119 >=app-emulation/emul-linux-x86-xlibs-2.1
2120 @@ -49,6 +48,7 @@
2121 >=sys-kernel/linux-headers-2.6
2122 )"
2123 DEPEND="${RDEPEND}
2124 + >=media-gfx/fontforge-20060703
2125 X? (
2126 x11-proto/inputproto
2127 x11-proto/xextproto
2128
2129
2130
2131 --
2132 gentoo-commits@l.g.o mailing list