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.3.28.ebuild wine-1.5.9.ebuild wine-1.5.2.ebuild wine-1.5.1.ebuild wine-9999.ebuild wine-1.5.8.ebuild wine-1.5.7.ebuild wine-1.5.15-r2.ebuild wine-1.5.11-r1.ebuild wine-1.5.12-r1.ebuild wine-1.5.14-r1.ebuild wine-1.4.1.ebuild wine-1.5.17.ebuild wine-1.5.10-r1.ebuild wine-1.4.ebuild wine-1.5.20.ebuild wine-1.5.6.ebuild metadata.xml wine-1.5.4.ebuild wine-1.5.0.ebuild wine-1.5.3.ebuild wine-1.5.5.ebuild wine-1.5.18.ebuild wine-1.5.13-r1.ebuild wine-1.2.3.ebuild wine-1.5.16-r1.ebuild wine-1.5.19.ebuild ChangeLog
Date: Wed, 26 Dec 2012 22:19:56
Message-Id: 20121226221944.E3BC42171D@flycatcher.gentoo.org
1 vapier 12/12/26 22:19:44
2
3 Modified: wine-1.3.28.ebuild wine-1.5.9.ebuild
4 wine-1.5.2.ebuild wine-1.5.1.ebuild
5 wine-9999.ebuild wine-1.5.8.ebuild
6 wine-1.5.7.ebuild wine-1.5.15-r2.ebuild
7 wine-1.5.11-r1.ebuild wine-1.5.12-r1.ebuild
8 wine-1.5.14-r1.ebuild wine-1.4.1.ebuild
9 wine-1.5.17.ebuild wine-1.5.10-r1.ebuild
10 wine-1.4.ebuild wine-1.5.20.ebuild
11 wine-1.5.6.ebuild metadata.xml wine-1.5.4.ebuild
12 wine-1.5.0.ebuild wine-1.5.3.ebuild
13 wine-1.5.5.ebuild wine-1.5.18.ebuild
14 wine-1.5.13-r1.ebuild wine-1.2.3.ebuild
15 wine-1.5.16-r1.ebuild wine-1.5.19.ebuild ChangeLog
16 Log:
17 Change USE=hardened to USE=prelink #381033.
18
19 (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
20
21 Revision Changes Path
22 1.14 app-emulation/wine/wine-1.3.28.ebuild
23
24 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?rev=1.14&view=markup
25 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?rev=1.14&content-type=text/plain
26 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?r1=1.13&r2=1.14
27
28 Index: wine-1.3.28.ebuild
29 ===================================================================
30 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v
31 retrieving revision 1.13
32 retrieving revision 1.14
33 diff -u -r1.13 -r1.14
34 --- wine-1.3.28.ebuild 26 Oct 2012 16:46:37 -0000 1.13
35 +++ wine-1.3.28.ebuild 26 Dec 2012 22:19:44 -0000 1.14
36 @@ -1,6 +1,6 @@
37 # Copyright 1999-2012 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v 1.13 2012/10/26 16:46:37 tetromino Exp $
40 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v 1.14 2012/12/26 22:19:44 vapier Exp $
41
42 EAPI="4"
43
44 @@ -29,7 +29,7 @@
45
46 LICENSE="LGPL-2.1"
47 SLOT="0"
48 -IUSE="alsa capi cups custom-cflags dbus elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
49 +IUSE="alsa capi cups custom-cflags dbus elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls openal opencl +opengl +oss +perl png +prelink samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
50 REQUIRED_USE="elibc_glibc? ( threads )" #286560
51 RESTRICT="test" #72375
52
53 @@ -94,7 +94,7 @@
54 x11-proto/xf86vidmodeproto
55 )
56 xinerama? ( x11-proto/xineramaproto )
57 - !hardened? ( sys-devel/prelink )
58 + prelink? ( sys-devel/prelink )
59 virtual/pkgconfig
60 virtual/yacc
61 sys-devel/flex"
62
63
64
65 1.6 app-emulation/wine/wine-1.5.9.ebuild
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild?rev=1.6&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild?rev=1.6&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild?r1=1.5&r2=1.6
70
71 Index: wine-1.5.9.ebuild
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild,v
74 retrieving revision 1.5
75 retrieving revision 1.6
76 diff -u -r1.5 -r1.6
77 --- wine-1.5.9.ebuild 26 Oct 2012 16:46:37 -0000 1.5
78 +++ wine-1.5.9.ebuild 26 Dec 2012 22:19:44 -0000 1.6
79 @@ -1,6 +1,6 @@
80 # Copyright 1999-2012 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild,v 1.5 2012/10/26 16:46:37 tetromino Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild,v 1.6 2012/12/26 22:19:44 vapier Exp $
84
85 EAPI="4"
86
87 @@ -33,7 +33,7 @@
88
89 LICENSE="LGPL-2.1"
90 SLOT="0"
91 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
92 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
93 REQUIRED_USE="elibc_glibc? ( threads )
94 mono? ( || ( win32 !win64 ) )" #286560
95 RESTRICT="test" #72375
96 @@ -106,7 +106,7 @@
97 x11-proto/xf86vidmodeproto
98 )
99 xinerama? ( x11-proto/xineramaproto )
100 - !hardened? ( sys-devel/prelink )
101 + prelink? ( sys-devel/prelink )
102 virtual/pkgconfig
103 virtual/yacc
104 sys-devel/flex"
105
106
107
108 1.9 app-emulation/wine/wine-1.5.2.ebuild
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild?rev=1.9&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild?rev=1.9&content-type=text/plain
112 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild?r1=1.8&r2=1.9
113
114 Index: wine-1.5.2.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild,v
117 retrieving revision 1.8
118 retrieving revision 1.9
119 diff -u -r1.8 -r1.9
120 --- wine-1.5.2.ebuild 26 Oct 2012 16:46:37 -0000 1.8
121 +++ wine-1.5.2.ebuild 26 Dec 2012 22:19:44 -0000 1.9
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2012 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild,v 1.8 2012/10/26 16:46:37 tetromino Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild,v 1.9 2012/12/26 22:19:44 vapier Exp $
127
128 EAPI="4"
129
130 @@ -29,7 +29,7 @@
131
132 LICENSE="LGPL-2.1"
133 SLOT="0"
134 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
135 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
136 REQUIRED_USE="elibc_glibc? ( threads )" #286560
137 RESTRICT="test" #72375
138
139 @@ -100,7 +100,7 @@
140 x11-proto/xf86vidmodeproto
141 )
142 xinerama? ( x11-proto/xineramaproto )
143 - !hardened? ( sys-devel/prelink )
144 + prelink? ( sys-devel/prelink )
145 virtual/pkgconfig
146 virtual/yacc
147 sys-devel/flex"
148
149
150
151 1.9 app-emulation/wine/wine-1.5.1.ebuild
152
153 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild?rev=1.9&view=markup
154 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild?rev=1.9&content-type=text/plain
155 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild?r1=1.8&r2=1.9
156
157 Index: wine-1.5.1.ebuild
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild,v
160 retrieving revision 1.8
161 retrieving revision 1.9
162 diff -u -r1.8 -r1.9
163 --- wine-1.5.1.ebuild 26 Oct 2012 16:46:37 -0000 1.8
164 +++ wine-1.5.1.ebuild 26 Dec 2012 22:19:44 -0000 1.9
165 @@ -1,6 +1,6 @@
166 # Copyright 1999-2012 Gentoo Foundation
167 # Distributed under the terms of the GNU General Public License v2
168 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild,v 1.8 2012/10/26 16:46:37 tetromino Exp $
169 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild,v 1.9 2012/12/26 22:19:44 vapier Exp $
170
171 EAPI="4"
172
173 @@ -29,7 +29,7 @@
174
175 LICENSE="LGPL-2.1"
176 SLOT="0"
177 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
178 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
179 REQUIRED_USE="elibc_glibc? ( threads )" #286560
180 RESTRICT="test" #72375
181
182 @@ -100,7 +100,7 @@
183 x11-proto/xf86vidmodeproto
184 )
185 xinerama? ( x11-proto/xineramaproto )
186 - !hardened? ( sys-devel/prelink )
187 + prelink? ( sys-devel/prelink )
188 virtual/pkgconfig
189 virtual/yacc
190 sys-devel/flex"
191
192
193
194 1.126 app-emulation/wine/wine-9999.ebuild
195
196 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.126&view=markup
197 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.126&content-type=text/plain
198 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.125&r2=1.126
199
200 Index: wine-9999.ebuild
201 ===================================================================
202 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
203 retrieving revision 1.125
204 retrieving revision 1.126
205 diff -u -r1.125 -r1.126
206 --- wine-9999.ebuild 22 Dec 2012 06:22:23 -0000 1.125
207 +++ wine-9999.ebuild 26 Dec 2012 22:19:44 -0000 1.126
208 @@ -1,6 +1,6 @@
209 # Copyright 1999-2012 Gentoo Foundation
210 # Distributed under the terms of the GNU General Public License v2
211 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.125 2012/12/22 06:22:23 tetromino Exp $
212 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.126 2012/12/26 22:19:44 vapier Exp $
213
214 EAPI="5"
215
216 @@ -35,7 +35,7 @@
217
218 LICENSE="LGPL-2.1"
219 SLOT="0"
220 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks vanilla v4l +win32 +win64 +X xcomposite xinerama xml"
221 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks vanilla v4l +win32 +win64 +X xcomposite xinerama xml"
222 REQUIRED_USE="elibc_glibc? ( threads )
223 mono? ( || ( win32 !win64 ) )
224 osmesa? ( opengl )
225 @@ -116,7 +116,7 @@
226 x11-proto/xf86vidmodeproto
227 )
228 xinerama? ( x11-proto/xineramaproto )
229 - !hardened? ( sys-devel/prelink )
230 + prelink? ( sys-devel/prelink )
231 virtual/pkgconfig
232 virtual/yacc
233 sys-devel/flex"
234
235
236
237 1.6 app-emulation/wine/wine-1.5.8.ebuild
238
239 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild?rev=1.6&view=markup
240 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild?rev=1.6&content-type=text/plain
241 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild?r1=1.5&r2=1.6
242
243 Index: wine-1.5.8.ebuild
244 ===================================================================
245 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild,v
246 retrieving revision 1.5
247 retrieving revision 1.6
248 diff -u -r1.5 -r1.6
249 --- wine-1.5.8.ebuild 26 Oct 2012 16:46:37 -0000 1.5
250 +++ wine-1.5.8.ebuild 26 Dec 2012 22:19:44 -0000 1.6
251 @@ -1,6 +1,6 @@
252 # Copyright 1999-2012 Gentoo Foundation
253 # Distributed under the terms of the GNU General Public License v2
254 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild,v 1.5 2012/10/26 16:46:37 tetromino Exp $
255 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild,v 1.6 2012/12/26 22:19:44 vapier Exp $
256
257 EAPI="4"
258
259 @@ -33,7 +33,7 @@
260
261 LICENSE="LGPL-2.1"
262 SLOT="0"
263 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
264 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
265 REQUIRED_USE="elibc_glibc? ( threads )
266 mono? ( || ( win32 !win64 ) )" #286560
267 RESTRICT="test" #72375
268 @@ -106,7 +106,7 @@
269 x11-proto/xf86vidmodeproto
270 )
271 xinerama? ( x11-proto/xineramaproto )
272 - !hardened? ( sys-devel/prelink )
273 + prelink? ( sys-devel/prelink )
274 virtual/pkgconfig
275 virtual/yacc
276 sys-devel/flex"
277
278
279
280 1.6 app-emulation/wine/wine-1.5.7.ebuild
281
282 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild?rev=1.6&view=markup
283 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild?rev=1.6&content-type=text/plain
284 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild?r1=1.5&r2=1.6
285
286 Index: wine-1.5.7.ebuild
287 ===================================================================
288 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild,v
289 retrieving revision 1.5
290 retrieving revision 1.6
291 diff -u -r1.5 -r1.6
292 --- wine-1.5.7.ebuild 26 Oct 2012 16:46:37 -0000 1.5
293 +++ wine-1.5.7.ebuild 26 Dec 2012 22:19:44 -0000 1.6
294 @@ -1,6 +1,6 @@
295 # Copyright 1999-2012 Gentoo Foundation
296 # Distributed under the terms of the GNU General Public License v2
297 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild,v 1.5 2012/10/26 16:46:37 tetromino Exp $
298 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild,v 1.6 2012/12/26 22:19:44 vapier Exp $
299
300 EAPI="4"
301
302 @@ -33,7 +33,7 @@
303
304 LICENSE="LGPL-2.1"
305 SLOT="0"
306 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
307 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
308 REQUIRED_USE="elibc_glibc? ( threads )
309 mono? ( || ( win32 !win64 ) )" #286560
310 RESTRICT="test" #72375
311 @@ -106,7 +106,7 @@
312 x11-proto/xf86vidmodeproto
313 )
314 xinerama? ( x11-proto/xineramaproto )
315 - !hardened? ( sys-devel/prelink )
316 + prelink? ( sys-devel/prelink )
317 virtual/pkgconfig
318 virtual/yacc
319 sys-devel/flex"
320
321
322
323 1.2 app-emulation/wine/wine-1.5.15-r2.ebuild
324
325 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.15-r2.ebuild?rev=1.2&view=markup
326 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.15-r2.ebuild?rev=1.2&content-type=text/plain
327 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.15-r2.ebuild?r1=1.1&r2=1.2
328
329 Index: wine-1.5.15-r2.ebuild
330 ===================================================================
331 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.15-r2.ebuild,v
332 retrieving revision 1.1
333 retrieving revision 1.2
334 diff -u -r1.1 -r1.2
335 --- wine-1.5.15-r2.ebuild 29 Oct 2012 23:36:46 -0000 1.1
336 +++ wine-1.5.15-r2.ebuild 26 Dec 2012 22:19:44 -0000 1.2
337 @@ -1,6 +1,6 @@
338 # Copyright 1999-2012 Gentoo Foundation
339 # Distributed under the terms of the GNU General Public License v2
340 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.15-r2.ebuild,v 1.1 2012/10/29 23:36:46 tetromino Exp $
341 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.15-r2.ebuild,v 1.2 2012/12/26 22:19:44 vapier Exp $
342
343 EAPI="4"
344
345 @@ -33,7 +33,7 @@
346
347 LICENSE="LGPL-2.1"
348 SLOT="0"
349 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
350 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
351 REQUIRED_USE="elibc_glibc? ( threads )
352 mono? ( || ( win32 !win64 ) )
353 osmesa? ( opengl )" #286560
354 @@ -113,7 +113,7 @@
355 x11-proto/xf86vidmodeproto
356 )
357 xinerama? ( x11-proto/xineramaproto )
358 - !hardened? ( sys-devel/prelink )
359 + prelink? ( sys-devel/prelink )
360 virtual/pkgconfig
361 virtual/yacc
362 sys-devel/flex"
363
364
365
366 1.2 app-emulation/wine/wine-1.5.11-r1.ebuild
367
368 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.11-r1.ebuild?rev=1.2&view=markup
369 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.11-r1.ebuild?rev=1.2&content-type=text/plain
370 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.11-r1.ebuild?r1=1.1&r2=1.2
371
372 Index: wine-1.5.11-r1.ebuild
373 ===================================================================
374 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.11-r1.ebuild,v
375 retrieving revision 1.1
376 retrieving revision 1.2
377 diff -u -r1.1 -r1.2
378 --- wine-1.5.11-r1.ebuild 29 Oct 2012 23:36:46 -0000 1.1
379 +++ wine-1.5.11-r1.ebuild 26 Dec 2012 22:19:44 -0000 1.2
380 @@ -1,6 +1,6 @@
381 # Copyright 1999-2012 Gentoo Foundation
382 # Distributed under the terms of the GNU General Public License v2
383 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.11-r1.ebuild,v 1.1 2012/10/29 23:36:46 tetromino Exp $
384 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.11-r1.ebuild,v 1.2 2012/12/26 22:19:44 vapier Exp $
385
386 EAPI="4"
387
388 @@ -33,7 +33,7 @@
389
390 LICENSE="LGPL-2.1"
391 SLOT="0"
392 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
393 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
394 REQUIRED_USE="elibc_glibc? ( threads )
395 mono? ( || ( win32 !win64 ) )
396 osmesa? ( opengl )" #286560
397 @@ -109,7 +109,7 @@
398 x11-proto/xf86vidmodeproto
399 )
400 xinerama? ( x11-proto/xineramaproto )
401 - !hardened? ( sys-devel/prelink )
402 + prelink? ( sys-devel/prelink )
403 virtual/pkgconfig
404 virtual/yacc
405 sys-devel/flex"
406
407
408
409 1.2 app-emulation/wine/wine-1.5.12-r1.ebuild
410
411 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.12-r1.ebuild?rev=1.2&view=markup
412 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.12-r1.ebuild?rev=1.2&content-type=text/plain
413 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.12-r1.ebuild?r1=1.1&r2=1.2
414
415 Index: wine-1.5.12-r1.ebuild
416 ===================================================================
417 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.12-r1.ebuild,v
418 retrieving revision 1.1
419 retrieving revision 1.2
420 diff -u -r1.1 -r1.2
421 --- wine-1.5.12-r1.ebuild 29 Oct 2012 23:36:46 -0000 1.1
422 +++ wine-1.5.12-r1.ebuild 26 Dec 2012 22:19:44 -0000 1.2
423 @@ -1,6 +1,6 @@
424 # Copyright 1999-2012 Gentoo Foundation
425 # Distributed under the terms of the GNU General Public License v2
426 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.12-r1.ebuild,v 1.1 2012/10/29 23:36:46 tetromino Exp $
427 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.12-r1.ebuild,v 1.2 2012/12/26 22:19:44 vapier Exp $
428
429 EAPI="4"
430
431 @@ -33,7 +33,7 @@
432
433 LICENSE="LGPL-2.1"
434 SLOT="0"
435 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
436 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
437 REQUIRED_USE="elibc_glibc? ( threads )
438 mono? ( || ( win32 !win64 ) )
439 osmesa? ( opengl )" #286560
440 @@ -109,7 +109,7 @@
441 x11-proto/xf86vidmodeproto
442 )
443 xinerama? ( x11-proto/xineramaproto )
444 - !hardened? ( sys-devel/prelink )
445 + prelink? ( sys-devel/prelink )
446 virtual/pkgconfig
447 virtual/yacc
448 sys-devel/flex"
449
450
451
452 1.2 app-emulation/wine/wine-1.5.14-r1.ebuild
453
454 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.14-r1.ebuild?rev=1.2&view=markup
455 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.14-r1.ebuild?rev=1.2&content-type=text/plain
456 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.14-r1.ebuild?r1=1.1&r2=1.2
457
458 Index: wine-1.5.14-r1.ebuild
459 ===================================================================
460 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.14-r1.ebuild,v
461 retrieving revision 1.1
462 retrieving revision 1.2
463 diff -u -r1.1 -r1.2
464 --- wine-1.5.14-r1.ebuild 29 Oct 2012 23:36:46 -0000 1.1
465 +++ wine-1.5.14-r1.ebuild 26 Dec 2012 22:19:44 -0000 1.2
466 @@ -1,6 +1,6 @@
467 # Copyright 1999-2012 Gentoo Foundation
468 # Distributed under the terms of the GNU General Public License v2
469 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.14-r1.ebuild,v 1.1 2012/10/29 23:36:46 tetromino Exp $
470 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.14-r1.ebuild,v 1.2 2012/12/26 22:19:44 vapier Exp $
471
472 EAPI="4"
473
474 @@ -33,7 +33,7 @@
475
476 LICENSE="LGPL-2.1"
477 SLOT="0"
478 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
479 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
480 REQUIRED_USE="elibc_glibc? ( threads )
481 mono? ( || ( win32 !win64 ) )
482 osmesa? ( opengl )" #286560
483 @@ -109,7 +109,7 @@
484 x11-proto/xf86vidmodeproto
485 )
486 xinerama? ( x11-proto/xineramaproto )
487 - !hardened? ( sys-devel/prelink )
488 + prelink? ( sys-devel/prelink )
489 virtual/pkgconfig
490 virtual/yacc
491 sys-devel/flex"
492
493
494
495 1.8 app-emulation/wine/wine-1.4.1.ebuild
496
497 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild?rev=1.8&view=markup
498 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild?rev=1.8&content-type=text/plain
499 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild?r1=1.7&r2=1.8
500
501 Index: wine-1.4.1.ebuild
502 ===================================================================
503 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v
504 retrieving revision 1.7
505 retrieving revision 1.8
506 diff -u -r1.7 -r1.8
507 --- wine-1.4.1.ebuild 26 Oct 2012 16:46:37 -0000 1.7
508 +++ wine-1.4.1.ebuild 26 Dec 2012 22:19:44 -0000 1.8
509 @@ -1,6 +1,6 @@
510 # Copyright 1999-2012 Gentoo Foundation
511 # Distributed under the terms of the GNU General Public License v2
512 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.7 2012/10/26 16:46:37 tetromino Exp $
513 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.8 2012/12/26 22:19:44 vapier Exp $
514
515 EAPI="4"
516
517 @@ -29,7 +29,7 @@
518
519 LICENSE="LGPL-2.1"
520 SLOT="0"
521 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
522 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
523 REQUIRED_USE="elibc_glibc? ( threads )" #286560
524 RESTRICT="test" #72375
525
526 @@ -100,7 +100,7 @@
527 x11-proto/xf86vidmodeproto
528 )
529 xinerama? ( x11-proto/xineramaproto )
530 - !hardened? ( sys-devel/prelink )
531 + prelink? ( sys-devel/prelink )
532 virtual/pkgconfig
533 virtual/yacc
534 sys-devel/flex"
535
536
537
538 1.2 app-emulation/wine/wine-1.5.17.ebuild
539
540 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.17.ebuild?rev=1.2&view=markup
541 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.17.ebuild?rev=1.2&content-type=text/plain
542 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.17.ebuild?r1=1.1&r2=1.2
543
544 Index: wine-1.5.17.ebuild
545 ===================================================================
546 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.17.ebuild,v
547 retrieving revision 1.1
548 retrieving revision 1.2
549 diff -u -r1.1 -r1.2
550 --- wine-1.5.17.ebuild 9 Nov 2012 23:24:07 -0000 1.1
551 +++ wine-1.5.17.ebuild 26 Dec 2012 22:19:44 -0000 1.2
552 @@ -1,6 +1,6 @@
553 # Copyright 1999-2012 Gentoo Foundation
554 # Distributed under the terms of the GNU General Public License v2
555 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.17.ebuild,v 1.1 2012/11/09 23:24:07 tetromino Exp $
556 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.17.ebuild,v 1.2 2012/12/26 22:19:44 vapier Exp $
557
558 EAPI="4"
559
560 @@ -33,7 +33,7 @@
561
562 LICENSE="LGPL-2.1"
563 SLOT="0"
564 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
565 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
566 REQUIRED_USE="elibc_glibc? ( threads )
567 mono? ( || ( win32 !win64 ) )
568 osmesa? ( opengl )" #286560
569 @@ -113,7 +113,7 @@
570 x11-proto/xf86vidmodeproto
571 )
572 xinerama? ( x11-proto/xineramaproto )
573 - !hardened? ( sys-devel/prelink )
574 + prelink? ( sys-devel/prelink )
575 virtual/pkgconfig
576 virtual/yacc
577 sys-devel/flex"
578
579
580
581 1.2 app-emulation/wine/wine-1.5.10-r1.ebuild
582
583 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.10-r1.ebuild?rev=1.2&view=markup
584 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.10-r1.ebuild?rev=1.2&content-type=text/plain
585 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.10-r1.ebuild?r1=1.1&r2=1.2
586
587 Index: wine-1.5.10-r1.ebuild
588 ===================================================================
589 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.10-r1.ebuild,v
590 retrieving revision 1.1
591 retrieving revision 1.2
592 diff -u -r1.1 -r1.2
593 --- wine-1.5.10-r1.ebuild 29 Oct 2012 23:36:46 -0000 1.1
594 +++ wine-1.5.10-r1.ebuild 26 Dec 2012 22:19:44 -0000 1.2
595 @@ -1,6 +1,6 @@
596 # Copyright 1999-2012 Gentoo Foundation
597 # Distributed under the terms of the GNU General Public License v2
598 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.10-r1.ebuild,v 1.1 2012/10/29 23:36:46 tetromino Exp $
599 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.10-r1.ebuild,v 1.2 2012/12/26 22:19:44 vapier Exp $
600
601 EAPI="4"
602
603 @@ -33,7 +33,7 @@
604
605 LICENSE="LGPL-2.1"
606 SLOT="0"
607 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
608 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
609 REQUIRED_USE="elibc_glibc? ( threads )
610 mono? ( || ( win32 !win64 ) )
611 osmesa? ( opengl )" #286560
612 @@ -109,7 +109,7 @@
613 x11-proto/xf86vidmodeproto
614 )
615 xinerama? ( x11-proto/xineramaproto )
616 - !hardened? ( sys-devel/prelink )
617 + prelink? ( sys-devel/prelink )
618 virtual/pkgconfig
619 virtual/yacc
620 sys-devel/flex"
621
622
623
624 1.12 app-emulation/wine/wine-1.4.ebuild
625
626 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.ebuild?rev=1.12&view=markup
627 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.ebuild?rev=1.12&content-type=text/plain
628 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.ebuild?r1=1.11&r2=1.12
629
630 Index: wine-1.4.ebuild
631 ===================================================================
632 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v
633 retrieving revision 1.11
634 retrieving revision 1.12
635 diff -u -r1.11 -r1.12
636 --- wine-1.4.ebuild 26 Oct 2012 16:46:37 -0000 1.11
637 +++ wine-1.4.ebuild 26 Dec 2012 22:19:44 -0000 1.12
638 @@ -1,6 +1,6 @@
639 # Copyright 1999-2012 Gentoo Foundation
640 # Distributed under the terms of the GNU General Public License v2
641 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v 1.11 2012/10/26 16:46:37 tetromino Exp $
642 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v 1.12 2012/12/26 22:19:44 vapier Exp $
643
644 EAPI="4"
645
646 @@ -29,7 +29,7 @@
647
648 LICENSE="LGPL-2.1"
649 SLOT="0"
650 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
651 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
652 REQUIRED_USE="elibc_glibc? ( threads )" #286560
653 RESTRICT="test" #72375
654
655 @@ -100,7 +100,7 @@
656 x11-proto/xf86vidmodeproto
657 )
658 xinerama? ( x11-proto/xineramaproto )
659 - !hardened? ( sys-devel/prelink )
660 + prelink? ( sys-devel/prelink )
661 virtual/pkgconfig
662 virtual/yacc
663 sys-devel/flex"
664
665
666
667 1.3 app-emulation/wine/wine-1.5.20.ebuild
668
669 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.20.ebuild?rev=1.3&view=markup
670 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.20.ebuild?rev=1.3&content-type=text/plain
671 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.20.ebuild?r1=1.2&r2=1.3
672
673 Index: wine-1.5.20.ebuild
674 ===================================================================
675 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.20.ebuild,v
676 retrieving revision 1.2
677 retrieving revision 1.3
678 diff -u -r1.2 -r1.3
679 --- wine-1.5.20.ebuild 22 Dec 2012 06:22:23 -0000 1.2
680 +++ wine-1.5.20.ebuild 26 Dec 2012 22:19:44 -0000 1.3
681 @@ -1,6 +1,6 @@
682 # Copyright 1999-2012 Gentoo Foundation
683 # Distributed under the terms of the GNU General Public License v2
684 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.20.ebuild,v 1.2 2012/12/22 06:22:23 tetromino Exp $
685 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.20.ebuild,v 1.3 2012/12/26 22:19:44 vapier Exp $
686
687 EAPI="5"
688
689 @@ -35,7 +35,7 @@
690
691 LICENSE="LGPL-2.1"
692 SLOT="0"
693 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks vanilla v4l +win32 +win64 +X xcomposite xinerama xml"
694 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks vanilla v4l +win32 +win64 +X xcomposite xinerama xml"
695 REQUIRED_USE="elibc_glibc? ( threads )
696 mono? ( || ( win32 !win64 ) )
697 osmesa? ( opengl )
698 @@ -116,7 +116,7 @@
699 x11-proto/xf86vidmodeproto
700 )
701 xinerama? ( x11-proto/xineramaproto )
702 - !hardened? ( sys-devel/prelink )
703 + prelink? ( sys-devel/prelink )
704 virtual/pkgconfig
705 virtual/yacc
706 sys-devel/flex"
707
708
709
710 1.6 app-emulation/wine/wine-1.5.6.ebuild
711
712 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild?rev=1.6&view=markup
713 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild?rev=1.6&content-type=text/plain
714 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild?r1=1.5&r2=1.6
715
716 Index: wine-1.5.6.ebuild
717 ===================================================================
718 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild,v
719 retrieving revision 1.5
720 retrieving revision 1.6
721 diff -u -r1.5 -r1.6
722 --- wine-1.5.6.ebuild 26 Oct 2012 16:46:37 -0000 1.5
723 +++ wine-1.5.6.ebuild 26 Dec 2012 22:19:44 -0000 1.6
724 @@ -1,6 +1,6 @@
725 # Copyright 1999-2012 Gentoo Foundation
726 # Distributed under the terms of the GNU General Public License v2
727 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild,v 1.5 2012/10/26 16:46:37 tetromino Exp $
728 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild,v 1.6 2012/12/26 22:19:44 vapier Exp $
729
730 EAPI="4"
731
732 @@ -31,7 +31,7 @@
733
734 LICENSE="LGPL-2.1"
735 SLOT="0"
736 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
737 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
738 REQUIRED_USE="elibc_glibc? ( threads )
739 mono? ( || ( win32 !win64 ) )" #286560
740 RESTRICT="test" #72375
741 @@ -103,7 +103,7 @@
742 x11-proto/xf86vidmodeproto
743 )
744 xinerama? ( x11-proto/xineramaproto )
745 - !hardened? ( sys-devel/prelink )
746 + prelink? ( sys-devel/prelink )
747 virtual/pkgconfig
748 virtual/yacc
749 sys-devel/flex"
750
751
752
753 1.21 app-emulation/wine/metadata.xml
754
755 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/metadata.xml?rev=1.21&view=markup
756 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/metadata.xml?rev=1.21&content-type=text/plain
757 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/metadata.xml?r1=1.20&r2=1.21
758
759 Index: metadata.xml
760 ===================================================================
761 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/metadata.xml,v
762 retrieving revision 1.20
763 retrieving revision 1.21
764 diff -u -r1.20 -r1.21
765 --- metadata.xml 29 Oct 2012 23:36:46 -0000 1.20
766 +++ metadata.xml 26 Dec 2012 22:19:44 -0000 1.21
767 @@ -15,6 +15,7 @@
768 <flag name='opencl'>Enable OpenCL support</flag>
769 <flag name='osmesa'>Add support for OpenGL in bitmaps using libOSMesa</flag>
770 <flag name='perl'>Install helpers written in perl (winedump/winemaker)</flag>
771 + <flag name='prelink'>Skip install of prelink -- do not set if you do not know what this means</flag>
772 <flag name='samba'>Add support for NTLM auth. see
773 http://wiki.winehq.org/NtlmAuthSetupGuide and
774 http://wiki.winehq.org/NtlmSigningAndSealing</flag>
775
776
777
778 1.7 app-emulation/wine/wine-1.5.4.ebuild
779
780 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild?rev=1.7&view=markup
781 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild?rev=1.7&content-type=text/plain
782 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild?r1=1.6&r2=1.7
783
784 Index: wine-1.5.4.ebuild
785 ===================================================================
786 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild,v
787 retrieving revision 1.6
788 retrieving revision 1.7
789 diff -u -r1.6 -r1.7
790 --- wine-1.5.4.ebuild 26 Oct 2012 16:46:37 -0000 1.6
791 +++ wine-1.5.4.ebuild 26 Dec 2012 22:19:44 -0000 1.7
792 @@ -1,6 +1,6 @@
793 # Copyright 1999-2012 Gentoo Foundation
794 # Distributed under the terms of the GNU General Public License v2
795 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild,v 1.6 2012/10/26 16:46:37 tetromino Exp $
796 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild,v 1.7 2012/12/26 22:19:44 vapier Exp $
797
798 EAPI="4"
799
800 @@ -29,7 +29,7 @@
801
802 LICENSE="LGPL-2.1"
803 SLOT="0"
804 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
805 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
806 REQUIRED_USE="elibc_glibc? ( threads )" #286560
807 RESTRICT="test" #72375
808
809 @@ -100,7 +100,7 @@
810 x11-proto/xf86vidmodeproto
811 )
812 xinerama? ( x11-proto/xineramaproto )
813 - !hardened? ( sys-devel/prelink )
814 + prelink? ( sys-devel/prelink )
815 virtual/pkgconfig
816 virtual/yacc
817 sys-devel/flex"
818
819
820
821 1.10 app-emulation/wine/wine-1.5.0.ebuild
822
823 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild?rev=1.10&view=markup
824 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild?rev=1.10&content-type=text/plain
825 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild?r1=1.9&r2=1.10
826
827 Index: wine-1.5.0.ebuild
828 ===================================================================
829 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild,v
830 retrieving revision 1.9
831 retrieving revision 1.10
832 diff -u -r1.9 -r1.10
833 --- wine-1.5.0.ebuild 26 Oct 2012 16:46:37 -0000 1.9
834 +++ wine-1.5.0.ebuild 26 Dec 2012 22:19:44 -0000 1.10
835 @@ -1,6 +1,6 @@
836 # Copyright 1999-2012 Gentoo Foundation
837 # Distributed under the terms of the GNU General Public License v2
838 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild,v 1.9 2012/10/26 16:46:37 tetromino Exp $
839 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild,v 1.10 2012/12/26 22:19:44 vapier Exp $
840
841 EAPI="4"
842
843 @@ -29,7 +29,7 @@
844
845 LICENSE="LGPL-2.1"
846 SLOT="0"
847 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
848 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
849 REQUIRED_USE="elibc_glibc? ( threads )" #286560
850 RESTRICT="test" #72375
851
852 @@ -100,7 +100,7 @@
853 x11-proto/xf86vidmodeproto
854 )
855 xinerama? ( x11-proto/xineramaproto )
856 - !hardened? ( sys-devel/prelink )
857 + prelink? ( sys-devel/prelink )
858 virtual/pkgconfig
859 virtual/yacc
860 sys-devel/flex"
861
862
863
864 1.9 app-emulation/wine/wine-1.5.3.ebuild
865
866 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild?rev=1.9&view=markup
867 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild?rev=1.9&content-type=text/plain
868 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild?r1=1.8&r2=1.9
869
870 Index: wine-1.5.3.ebuild
871 ===================================================================
872 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild,v
873 retrieving revision 1.8
874 retrieving revision 1.9
875 diff -u -r1.8 -r1.9
876 --- wine-1.5.3.ebuild 26 Oct 2012 16:46:37 -0000 1.8
877 +++ wine-1.5.3.ebuild 26 Dec 2012 22:19:44 -0000 1.9
878 @@ -1,6 +1,6 @@
879 # Copyright 1999-2012 Gentoo Foundation
880 # Distributed under the terms of the GNU General Public License v2
881 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild,v 1.8 2012/10/26 16:46:37 tetromino Exp $
882 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild,v 1.9 2012/12/26 22:19:44 vapier Exp $
883
884 EAPI="4"
885
886 @@ -29,7 +29,7 @@
887
888 LICENSE="LGPL-2.1"
889 SLOT="0"
890 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
891 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
892 REQUIRED_USE="elibc_glibc? ( threads )" #286560
893 RESTRICT="test" #72375
894
895 @@ -100,7 +100,7 @@
896 x11-proto/xf86vidmodeproto
897 )
898 xinerama? ( x11-proto/xineramaproto )
899 - !hardened? ( sys-devel/prelink )
900 + prelink? ( sys-devel/prelink )
901 virtual/pkgconfig
902 virtual/yacc
903 sys-devel/flex"
904
905
906
907 1.7 app-emulation/wine/wine-1.5.5.ebuild
908
909 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild?rev=1.7&view=markup
910 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild?rev=1.7&content-type=text/plain
911 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild?r1=1.6&r2=1.7
912
913 Index: wine-1.5.5.ebuild
914 ===================================================================
915 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild,v
916 retrieving revision 1.6
917 retrieving revision 1.7
918 diff -u -r1.6 -r1.7
919 --- wine-1.5.5.ebuild 26 Oct 2012 16:46:37 -0000 1.6
920 +++ wine-1.5.5.ebuild 26 Dec 2012 22:19:44 -0000 1.7
921 @@ -1,6 +1,6 @@
922 # Copyright 1999-2012 Gentoo Foundation
923 # Distributed under the terms of the GNU General Public License v2
924 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild,v 1.6 2012/10/26 16:46:37 tetromino Exp $
925 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild,v 1.7 2012/12/26 22:19:44 vapier Exp $
926
927 EAPI="4"
928
929 @@ -29,7 +29,7 @@
930
931 LICENSE="LGPL-2.1"
932 SLOT="0"
933 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
934 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap mp3 ncurses nls odbc openal opencl +opengl +oss +perl png +prelink samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
935 REQUIRED_USE="elibc_glibc? ( threads )" #286560
936 RESTRICT="test" #72375
937
938 @@ -100,7 +100,7 @@
939 x11-proto/xf86vidmodeproto
940 )
941 xinerama? ( x11-proto/xineramaproto )
942 - !hardened? ( sys-devel/prelink )
943 + prelink? ( sys-devel/prelink )
944 virtual/pkgconfig
945 virtual/yacc
946 sys-devel/flex"
947
948
949
950 1.2 app-emulation/wine/wine-1.5.18.ebuild
951
952 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.18.ebuild?rev=1.2&view=markup
953 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.18.ebuild?rev=1.2&content-type=text/plain
954 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.18.ebuild?r1=1.1&r2=1.2
955
956 Index: wine-1.5.18.ebuild
957 ===================================================================
958 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.18.ebuild,v
959 retrieving revision 1.1
960 retrieving revision 1.2
961 diff -u -r1.1 -r1.2
962 --- wine-1.5.18.ebuild 24 Nov 2012 23:06:38 -0000 1.1
963 +++ wine-1.5.18.ebuild 26 Dec 2012 22:19:44 -0000 1.2
964 @@ -1,6 +1,6 @@
965 # Copyright 1999-2012 Gentoo Foundation
966 # Distributed under the terms of the GNU General Public License v2
967 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.18.ebuild,v 1.1 2012/11/24 23:06:38 tetromino Exp $
968 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.18.ebuild,v 1.2 2012/12/26 22:19:44 vapier Exp $
969
970 EAPI="4"
971
972 @@ -35,7 +35,7 @@
973
974 LICENSE="LGPL-2.1"
975 SLOT="0"
976 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
977 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
978 REQUIRED_USE="elibc_glibc? ( threads )
979 mono? ( || ( win32 !win64 ) )
980 osmesa? ( opengl )" #286560
981 @@ -115,7 +115,7 @@
982 x11-proto/xf86vidmodeproto
983 )
984 xinerama? ( x11-proto/xineramaproto )
985 - !hardened? ( sys-devel/prelink )
986 + prelink? ( sys-devel/prelink )
987 virtual/pkgconfig
988 virtual/yacc
989 sys-devel/flex"
990
991
992
993 1.2 app-emulation/wine/wine-1.5.13-r1.ebuild
994
995 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.13-r1.ebuild?rev=1.2&view=markup
996 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.13-r1.ebuild?rev=1.2&content-type=text/plain
997 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.13-r1.ebuild?r1=1.1&r2=1.2
998
999 Index: wine-1.5.13-r1.ebuild
1000 ===================================================================
1001 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.13-r1.ebuild,v
1002 retrieving revision 1.1
1003 retrieving revision 1.2
1004 diff -u -r1.1 -r1.2
1005 --- wine-1.5.13-r1.ebuild 29 Oct 2012 23:36:46 -0000 1.1
1006 +++ wine-1.5.13-r1.ebuild 26 Dec 2012 22:19:44 -0000 1.2
1007 @@ -1,6 +1,6 @@
1008 # Copyright 1999-2012 Gentoo Foundation
1009 # Distributed under the terms of the GNU General Public License v2
1010 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.13-r1.ebuild,v 1.1 2012/10/29 23:36:46 tetromino Exp $
1011 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.13-r1.ebuild,v 1.2 2012/12/26 22:19:44 vapier Exp $
1012
1013 EAPI="4"
1014
1015 @@ -33,7 +33,7 @@
1016
1017 LICENSE="LGPL-2.1"
1018 SLOT="0"
1019 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
1020 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
1021 REQUIRED_USE="elibc_glibc? ( threads )
1022 mono? ( || ( win32 !win64 ) )
1023 osmesa? ( opengl )" #286560
1024 @@ -109,7 +109,7 @@
1025 x11-proto/xf86vidmodeproto
1026 )
1027 xinerama? ( x11-proto/xineramaproto )
1028 - !hardened? ( sys-devel/prelink )
1029 + prelink? ( sys-devel/prelink )
1030 virtual/pkgconfig
1031 virtual/yacc
1032 sys-devel/flex"
1033
1034
1035
1036 1.21 app-emulation/wine/wine-1.2.3.ebuild
1037
1038 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.21&view=markup
1039 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.21&content-type=text/plain
1040 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?r1=1.20&r2=1.21
1041
1042 Index: wine-1.2.3.ebuild
1043 ===================================================================
1044 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v
1045 retrieving revision 1.20
1046 retrieving revision 1.21
1047 diff -u -r1.20 -r1.21
1048 --- wine-1.2.3.ebuild 10 Sep 2012 06:02:11 -0000 1.20
1049 +++ wine-1.2.3.ebuild 26 Dec 2012 22:19:44 -0000 1.21
1050 @@ -1,6 +1,6 @@
1051 # Copyright 1999-2012 Gentoo Foundation
1052 # Distributed under the terms of the GNU General Public License v2
1053 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.20 2012/09/10 06:02:11 tetromino Exp $
1054 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.21 2012/12/26 22:19:44 vapier Exp $
1055
1056 EAPI="4"
1057
1058 @@ -30,7 +30,7 @@
1059
1060 LICENSE="LGPL-2.1"
1061 SLOT="0"
1062 -IUSE="alsa capi cups custom-cflags dbus elibc_glibc fontconfig +gecko gnutls gphoto2 gsm hardened jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
1063 +IUSE="alsa capi cups custom-cflags dbus elibc_glibc fontconfig +gecko gnutls gphoto2 gsm jack jpeg lcms ldap mp3 nas ncurses openal +opengl +oss +perl png +prelink pulseaudio samba scanner ssl test +threads +truetype v4l +win32 +win64 +X xcomposite xinerama xml"
1064 REQUIRED_USE="elibc_glibc? ( threads )" #286560
1065 RESTRICT="test" #72375
1066
1067 @@ -96,7 +96,7 @@
1068 x11-proto/xf86vidmodeproto
1069 )
1070 xinerama? ( x11-proto/xineramaproto )
1071 - !hardened? ( sys-devel/prelink )
1072 + prelink? ( sys-devel/prelink )
1073 virtual/pkgconfig
1074 virtual/yacc
1075 sys-devel/flex"
1076
1077
1078
1079 1.2 app-emulation/wine/wine-1.5.16-r1.ebuild
1080
1081 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.16-r1.ebuild?rev=1.2&view=markup
1082 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.16-r1.ebuild?rev=1.2&content-type=text/plain
1083 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.16-r1.ebuild?r1=1.1&r2=1.2
1084
1085 Index: wine-1.5.16-r1.ebuild
1086 ===================================================================
1087 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.16-r1.ebuild,v
1088 retrieving revision 1.1
1089 retrieving revision 1.2
1090 diff -u -r1.1 -r1.2
1091 --- wine-1.5.16-r1.ebuild 29 Oct 2012 23:36:46 -0000 1.1
1092 +++ wine-1.5.16-r1.ebuild 26 Dec 2012 22:19:44 -0000 1.2
1093 @@ -1,6 +1,6 @@
1094 # Copyright 1999-2012 Gentoo Foundation
1095 # Distributed under the terms of the GNU General Public License v2
1096 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.16-r1.ebuild,v 1.1 2012/10/29 23:36:46 tetromino Exp $
1097 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.16-r1.ebuild,v 1.2 2012/12/26 22:19:44 vapier Exp $
1098
1099 EAPI="4"
1100
1101 @@ -33,7 +33,7 @@
1102
1103 LICENSE="LGPL-2.1"
1104 SLOT="0"
1105 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
1106 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
1107 REQUIRED_USE="elibc_glibc? ( threads )
1108 mono? ( || ( win32 !win64 ) )
1109 osmesa? ( opengl )" #286560
1110 @@ -113,7 +113,7 @@
1111 x11-proto/xf86vidmodeproto
1112 )
1113 xinerama? ( x11-proto/xineramaproto )
1114 - !hardened? ( sys-devel/prelink )
1115 + prelink? ( sys-devel/prelink )
1116 virtual/pkgconfig
1117 virtual/yacc
1118 sys-devel/flex"
1119
1120
1121
1122 1.2 app-emulation/wine/wine-1.5.19.ebuild
1123
1124 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.19.ebuild?rev=1.2&view=markup
1125 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.19.ebuild?rev=1.2&content-type=text/plain
1126 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.19.ebuild?r1=1.1&r2=1.2
1127
1128 Index: wine-1.5.19.ebuild
1129 ===================================================================
1130 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.19.ebuild,v
1131 retrieving revision 1.1
1132 retrieving revision 1.2
1133 diff -u -r1.1 -r1.2
1134 --- wine-1.5.19.ebuild 8 Dec 2012 05:11:36 -0000 1.1
1135 +++ wine-1.5.19.ebuild 26 Dec 2012 22:19:44 -0000 1.2
1136 @@ -1,6 +1,6 @@
1137 # Copyright 1999-2012 Gentoo Foundation
1138 # Distributed under the terms of the GNU General Public License v2
1139 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.19.ebuild,v 1.1 2012/12/08 05:11:36 tetromino Exp $
1140 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.19.ebuild,v 1.2 2012/12/26 22:19:44 vapier Exp $
1141
1142 EAPI="4"
1143
1144 @@ -35,7 +35,7 @@
1145
1146 LICENSE="LGPL-2.1"
1147 SLOT="0"
1148 -IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer hardened jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
1149 +IUSE="alsa capi cups custom-cflags elibc_glibc fontconfig +gecko gnutls gphoto2 gsm gstreamer jpeg lcms ldap +mono mp3 ncurses nls odbc openal opencl +opengl osmesa +oss +perl png +prelink pulseaudio samba scanner selinux ssl test +threads +truetype udisks v4l +win32 +win64 +X xcomposite xinerama xml"
1150 REQUIRED_USE="elibc_glibc? ( threads )
1151 mono? ( || ( win32 !win64 ) )
1152 osmesa? ( opengl )" #286560
1153 @@ -115,7 +115,7 @@
1154 x11-proto/xf86vidmodeproto
1155 )
1156 xinerama? ( x11-proto/xineramaproto )
1157 - !hardened? ( sys-devel/prelink )
1158 + prelink? ( sys-devel/prelink )
1159 virtual/pkgconfig
1160 virtual/yacc
1161 sys-devel/flex"
1162
1163
1164
1165 1.443 app-emulation/wine/ChangeLog
1166
1167 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.443&view=markup
1168 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.443&content-type=text/plain
1169 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.442&r2=1.443
1170
1171 Index: ChangeLog
1172 ===================================================================
1173 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
1174 retrieving revision 1.442
1175 retrieving revision 1.443
1176 diff -u -r1.442 -r1.443
1177 --- ChangeLog 22 Dec 2012 06:22:23 -0000 1.442
1178 +++ ChangeLog 26 Dec 2012 22:19:44 -0000 1.443
1179 @@ -1,6 +1,17 @@
1180 # ChangeLog for app-emulation/wine
1181 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
1182 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.442 2012/12/22 06:22:23 tetromino Exp $
1183 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.443 2012/12/26 22:19:44 vapier Exp $
1184 +
1185 + 26 Dec 2012; Mike Frysinger <vapier@g.o> metadata.xml,
1186 + wine-1.2.3.ebuild, wine-1.3.28.ebuild, wine-1.4.1.ebuild, wine-1.4.ebuild,
1187 + wine-1.5.0.ebuild, wine-1.5.1.ebuild, wine-1.5.10-r1.ebuild,
1188 + wine-1.5.11-r1.ebuild, wine-1.5.12-r1.ebuild, wine-1.5.13-r1.ebuild,
1189 + wine-1.5.14-r1.ebuild, wine-1.5.15-r2.ebuild, wine-1.5.16-r1.ebuild,
1190 + wine-1.5.17.ebuild, wine-1.5.18.ebuild, wine-1.5.19.ebuild, wine-1.5.2.ebuild,
1191 + wine-1.5.20.ebuild, wine-1.5.3.ebuild, wine-1.5.4.ebuild, wine-1.5.5.ebuild,
1192 + wine-1.5.6.ebuild, wine-1.5.7.ebuild, wine-1.5.8.ebuild, wine-1.5.9.ebuild,
1193 + wine-9999.ebuild:
1194 + Change USE=hardened to USE=prelink #381033.
1195
1196 22 Dec 2012; Alexandre Rostovtsev <tetromino@g.o> wine-1.5.20.ebuild,
1197 wine-9999.ebuild: