Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/wine: wine-1.5.0.ebuild wine-1.5.3.ebuild wine-1.5.4.ebuild wine-1.5.11.ebuild wine-1.3.28.ebuild wine-1.4.ebuild wine-1.5.2.ebuild wine-1.5.1.ebuild wine-1.5.6.ebuild ChangeLog wine-1.5.10.ebuild wine-1.5.5.ebuild wine-1.2.3.ebuild wine-1.5.7.ebuild wine-1.5.8.ebuild wine-1.5.9.ebuild wine-9999.ebuild wine-1.4.1.ebuild
Date: Thu, 23 Aug 2012 16:45:40
Message-Id: 20120823164520.DBE8C20492@flycatcher.gentoo.org
1 tetromino 12/08/23 16:45:20
2
3 Modified: wine-1.5.0.ebuild wine-1.5.3.ebuild
4 wine-1.5.4.ebuild wine-1.5.11.ebuild
5 wine-1.3.28.ebuild wine-1.4.ebuild
6 wine-1.5.2.ebuild wine-1.5.1.ebuild
7 wine-1.5.6.ebuild ChangeLog wine-1.5.10.ebuild
8 wine-1.5.5.ebuild wine-1.2.3.ebuild
9 wine-1.5.7.ebuild wine-1.5.8.ebuild
10 wine-1.5.9.ebuild wine-9999.ebuild
11 wine-1.4.1.ebuild
12 Log:
13 Run tools/make_requests if a user patch modifies the server protocol definition (bug #432348, thanks to Oliver 'oGGy' Ney).
14
15 (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
16
17 Revision Changes Path
18 1.7 app-emulation/wine/wine-1.5.0.ebuild
19
20 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild?rev=1.7&view=markup
21 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild?rev=1.7&content-type=text/plain
22 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild?r1=1.6&r2=1.7
23
24 Index: wine-1.5.0.ebuild
25 ===================================================================
26 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild,v
27 retrieving revision 1.6
28 retrieving revision 1.7
29 diff -u -r1.6 -r1.7
30 --- wine-1.5.0.ebuild 12 Aug 2012 21:53:11 -0000 1.6
31 +++ wine-1.5.0.ebuild 23 Aug 2012 16:45:20 -0000 1.7
32 @@ -1,6 +1,6 @@
33 # Copyright 1999-2012 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild,v 1.6 2012/08/12 21:53:11 tetromino Exp $
36 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.0.ebuild,v 1.7 2012/08/23 16:45:20 tetromino Exp $
37
38 EAPI="4"
39
40 @@ -121,9 +121,14 @@
41 }
42
43 src_prepare() {
44 + local md5="$(md5sum server/protocol.def)"
45 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
46 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
47 epatch_user #282735
48 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
49 + einfo "server/protocol.def was patched; running tools/make_requests"
50 + tools/make_requests || die #432348
51 + fi
52 eautoreconf
53 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
54 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
55
56
57
58 1.6 app-emulation/wine/wine-1.5.3.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild?rev=1.6&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild?rev=1.6&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild?r1=1.5&r2=1.6
63
64 Index: wine-1.5.3.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild,v
67 retrieving revision 1.5
68 retrieving revision 1.6
69 diff -u -r1.5 -r1.6
70 --- wine-1.5.3.ebuild 12 Aug 2012 21:53:11 -0000 1.5
71 +++ wine-1.5.3.ebuild 23 Aug 2012 16:45:20 -0000 1.6
72 @@ -1,6 +1,6 @@
73 # Copyright 1999-2012 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild,v 1.5 2012/08/12 21:53:11 tetromino Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.3.ebuild,v 1.6 2012/08/23 16:45:20 tetromino Exp $
77
78 EAPI="4"
79
80 @@ -121,9 +121,14 @@
81 }
82
83 src_prepare() {
84 + local md5="$(md5sum server/protocol.def)"
85 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
86 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
87 epatch_user #282735
88 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
89 + einfo "server/protocol.def was patched; running tools/make_requests"
90 + tools/make_requests || die #432348
91 + fi
92 eautoreconf
93 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
94 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
95
96
97
98 1.4 app-emulation/wine/wine-1.5.4.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild?rev=1.4&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild?rev=1.4&content-type=text/plain
102 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild?r1=1.3&r2=1.4
103
104 Index: wine-1.5.4.ebuild
105 ===================================================================
106 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild,v
107 retrieving revision 1.3
108 retrieving revision 1.4
109 diff -u -r1.3 -r1.4
110 --- wine-1.5.4.ebuild 12 Aug 2012 21:53:11 -0000 1.3
111 +++ wine-1.5.4.ebuild 23 Aug 2012 16:45:20 -0000 1.4
112 @@ -1,6 +1,6 @@
113 # Copyright 1999-2012 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild,v 1.3 2012/08/12 21:53:11 tetromino Exp $
116 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.4.ebuild,v 1.4 2012/08/23 16:45:20 tetromino Exp $
117
118 EAPI="4"
119
120 @@ -121,9 +121,14 @@
121 }
122
123 src_prepare() {
124 + local md5="$(md5sum server/protocol.def)"
125 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
126 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
127 epatch_user #282735
128 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
129 + einfo "server/protocol.def was patched; running tools/make_requests"
130 + tools/make_requests || die #432348
131 + fi
132 eautoreconf
133 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
134 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
135
136
137
138 1.3 app-emulation/wine/wine-1.5.11.ebuild
139
140 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.11.ebuild?rev=1.3&view=markup
141 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.11.ebuild?rev=1.3&content-type=text/plain
142 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.11.ebuild?r1=1.2&r2=1.3
143
144 Index: wine-1.5.11.ebuild
145 ===================================================================
146 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.11.ebuild,v
147 retrieving revision 1.2
148 retrieving revision 1.3
149 diff -u -r1.2 -r1.3
150 --- wine-1.5.11.ebuild 19 Aug 2012 02:24:09 -0000 1.2
151 +++ wine-1.5.11.ebuild 23 Aug 2012 16:45:20 -0000 1.3
152 @@ -1,6 +1,6 @@
153 # Copyright 1999-2012 Gentoo Foundation
154 # Distributed under the terms of the GNU General Public License v2
155 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.11.ebuild,v 1.2 2012/08/19 02:24:09 tetromino Exp $
156 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.11.ebuild,v 1.3 2012/08/23 16:45:20 tetromino Exp $
157
158 EAPI="4"
159
160 @@ -129,11 +129,16 @@
161 }
162
163 src_prepare() {
164 + local md5="$(md5sum server/protocol.def)"
165 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
166 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
167 epatch "${FILESDIR}"/${PN}-1.5.11-osmesa-check.patch #429386
168 epatch "${DISTDIR}/${PULSE_PATCH}" #421365
169 epatch_user #282735
170 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
171 + einfo "server/protocol.def was patched; running tools/make_requests"
172 + tools/make_requests || die #432348
173 + fi
174 eautoreconf
175 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
176 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
177
178
179
180 1.11 app-emulation/wine/wine-1.3.28.ebuild
181
182 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?rev=1.11&view=markup
183 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?rev=1.11&content-type=text/plain
184 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild?r1=1.10&r2=1.11
185
186 Index: wine-1.3.28.ebuild
187 ===================================================================
188 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v
189 retrieving revision 1.10
190 retrieving revision 1.11
191 diff -u -r1.10 -r1.11
192 --- wine-1.3.28.ebuild 12 Aug 2012 21:53:11 -0000 1.10
193 +++ wine-1.3.28.ebuild 23 Aug 2012 16:45:20 -0000 1.11
194 @@ -1,6 +1,6 @@
195 # Copyright 1999-2012 Gentoo Foundation
196 # Distributed under the terms of the GNU General Public License v2
197 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v 1.10 2012/08/12 21:53:11 tetromino Exp $
198 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.28.ebuild,v 1.11 2012/08/23 16:45:20 tetromino Exp $
199
200 EAPI="4"
201
202 @@ -110,8 +110,13 @@
203 }
204
205 src_prepare() {
206 + local md5="$(md5sum server/protocol.def)"
207 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
208 epatch_user #282735
209 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
210 + einfo "server/protocol.def was patched; running tools/make_requests"
211 + tools/make_requests || die #432348
212 + fi
213 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
214 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
215 }
216
217
218
219 1.9 app-emulation/wine/wine-1.4.ebuild
220
221 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.ebuild?rev=1.9&view=markup
222 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.ebuild?rev=1.9&content-type=text/plain
223 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.ebuild?r1=1.8&r2=1.9
224
225 Index: wine-1.4.ebuild
226 ===================================================================
227 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v
228 retrieving revision 1.8
229 retrieving revision 1.9
230 diff -u -r1.8 -r1.9
231 --- wine-1.4.ebuild 12 Aug 2012 21:53:11 -0000 1.8
232 +++ wine-1.4.ebuild 23 Aug 2012 16:45:20 -0000 1.9
233 @@ -1,6 +1,6 @@
234 # Copyright 1999-2012 Gentoo Foundation
235 # Distributed under the terms of the GNU General Public License v2
236 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v 1.8 2012/08/12 21:53:11 tetromino Exp $
237 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.ebuild,v 1.9 2012/08/23 16:45:20 tetromino Exp $
238
239 EAPI="4"
240
241 @@ -121,9 +121,14 @@
242 }
243
244 src_prepare() {
245 + local md5="$(md5sum server/protocol.def)"
246 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
247 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
248 epatch_user #282735
249 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
250 + einfo "server/protocol.def was patched; running tools/make_requests"
251 + tools/make_requests || die #432348
252 + fi
253 eautoreconf
254 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
255 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
256
257
258
259 1.6 app-emulation/wine/wine-1.5.2.ebuild
260
261 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild?rev=1.6&view=markup
262 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild?rev=1.6&content-type=text/plain
263 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild?r1=1.5&r2=1.6
264
265 Index: wine-1.5.2.ebuild
266 ===================================================================
267 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild,v
268 retrieving revision 1.5
269 retrieving revision 1.6
270 diff -u -r1.5 -r1.6
271 --- wine-1.5.2.ebuild 12 Aug 2012 21:53:11 -0000 1.5
272 +++ wine-1.5.2.ebuild 23 Aug 2012 16:45:20 -0000 1.6
273 @@ -1,6 +1,6 @@
274 # Copyright 1999-2012 Gentoo Foundation
275 # Distributed under the terms of the GNU General Public License v2
276 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild,v 1.5 2012/08/12 21:53:11 tetromino Exp $
277 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.2.ebuild,v 1.6 2012/08/23 16:45:20 tetromino Exp $
278
279 EAPI="4"
280
281 @@ -121,9 +121,14 @@
282 }
283
284 src_prepare() {
285 + local md5="$(md5sum server/protocol.def)"
286 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
287 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
288 epatch_user #282735
289 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
290 + einfo "server/protocol.def was patched; running tools/make_requests"
291 + tools/make_requests || die #432348
292 + fi
293 eautoreconf
294 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
295 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
296
297
298
299 1.6 app-emulation/wine/wine-1.5.1.ebuild
300
301 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild?rev=1.6&view=markup
302 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild?rev=1.6&content-type=text/plain
303 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild?r1=1.5&r2=1.6
304
305 Index: wine-1.5.1.ebuild
306 ===================================================================
307 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild,v
308 retrieving revision 1.5
309 retrieving revision 1.6
310 diff -u -r1.5 -r1.6
311 --- wine-1.5.1.ebuild 12 Aug 2012 21:53:11 -0000 1.5
312 +++ wine-1.5.1.ebuild 23 Aug 2012 16:45:20 -0000 1.6
313 @@ -1,6 +1,6 @@
314 # Copyright 1999-2012 Gentoo Foundation
315 # Distributed under the terms of the GNU General Public License v2
316 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild,v 1.5 2012/08/12 21:53:11 tetromino Exp $
317 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.1.ebuild,v 1.6 2012/08/23 16:45:20 tetromino Exp $
318
319 EAPI="4"
320
321 @@ -121,9 +121,14 @@
322 }
323
324 src_prepare() {
325 + local md5="$(md5sum server/protocol.def)"
326 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
327 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
328 epatch_user #282735
329 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
330 + einfo "server/protocol.def was patched; running tools/make_requests"
331 + tools/make_requests || die #432348
332 + fi
333 eautoreconf
334 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
335 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
336
337
338
339 1.3 app-emulation/wine/wine-1.5.6.ebuild
340
341 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild?rev=1.3&view=markup
342 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild?rev=1.3&content-type=text/plain
343 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild?r1=1.2&r2=1.3
344
345 Index: wine-1.5.6.ebuild
346 ===================================================================
347 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild,v
348 retrieving revision 1.2
349 retrieving revision 1.3
350 diff -u -r1.2 -r1.3
351 --- wine-1.5.6.ebuild 12 Aug 2012 21:53:11 -0000 1.2
352 +++ wine-1.5.6.ebuild 23 Aug 2012 16:45:20 -0000 1.3
353 @@ -1,6 +1,6 @@
354 # Copyright 1999-2012 Gentoo Foundation
355 # Distributed under the terms of the GNU General Public License v2
356 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild,v 1.2 2012/08/12 21:53:11 tetromino Exp $
357 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.6.ebuild,v 1.3 2012/08/23 16:45:20 tetromino Exp $
358
359 EAPI="4"
360
361 @@ -124,9 +124,14 @@
362 }
363
364 src_prepare() {
365 + local md5="$(md5sum server/protocol.def)"
366 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
367 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
368 epatch_user #282735
369 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
370 + einfo "server/protocol.def was patched; running tools/make_requests"
371 + tools/make_requests || die #432348
372 + fi
373 eautoreconf
374 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
375 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
376
377
378
379 1.427 app-emulation/wine/ChangeLog
380
381 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.427&view=markup
382 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.427&content-type=text/plain
383 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.426&r2=1.427
384
385 Index: ChangeLog
386 ===================================================================
387 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
388 retrieving revision 1.426
389 retrieving revision 1.427
390 diff -u -r1.426 -r1.427
391 --- ChangeLog 19 Aug 2012 02:24:09 -0000 1.426
392 +++ ChangeLog 23 Aug 2012 16:45:20 -0000 1.427
393 @@ -1,6 +1,14 @@
394 # ChangeLog for app-emulation/wine
395 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
396 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.426 2012/08/19 02:24:09 tetromino Exp $
397 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.427 2012/08/23 16:45:20 tetromino Exp $
398 +
399 + 23 Aug 2012; Alexandre Rostovtsev <tetromino@g.o> wine-1.2.3.ebuild,
400 + wine-1.3.28.ebuild, wine-1.4.ebuild, wine-1.4.1.ebuild, wine-1.5.0.ebuild,
401 + wine-1.5.1.ebuild, wine-1.5.2.ebuild, wine-1.5.3.ebuild, wine-1.5.4.ebuild,
402 + wine-1.5.5.ebuild, wine-1.5.6.ebuild, wine-1.5.7.ebuild, wine-1.5.8.ebuild,
403 + wine-1.5.9.ebuild, wine-1.5.10.ebuild, wine-1.5.11.ebuild, wine-9999.ebuild:
404 + Run tools/make_requests if a user patch modifies the server protocol
405 + definition (bug #432348, thanks to Oliver 'oGGy' Ney).
406
407 19 Aug 2012; Alexandre Rostovtsev <tetromino@g.o> wine-1.5.10.ebuild,
408 -files/wine-1.5.10-osmesa-check.patch, wine-1.5.11.ebuild,
409
410
411
412 1.4 app-emulation/wine/wine-1.5.10.ebuild
413
414 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.10.ebuild?rev=1.4&view=markup
415 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.10.ebuild?rev=1.4&content-type=text/plain
416 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.10.ebuild?r1=1.3&r2=1.4
417
418 Index: wine-1.5.10.ebuild
419 ===================================================================
420 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.10.ebuild,v
421 retrieving revision 1.3
422 retrieving revision 1.4
423 diff -u -r1.3 -r1.4
424 --- wine-1.5.10.ebuild 19 Aug 2012 02:24:09 -0000 1.3
425 +++ wine-1.5.10.ebuild 23 Aug 2012 16:45:20 -0000 1.4
426 @@ -1,6 +1,6 @@
427 # Copyright 1999-2012 Gentoo Foundation
428 # Distributed under the terms of the GNU General Public License v2
429 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.10.ebuild,v 1.3 2012/08/19 02:24:09 tetromino Exp $
430 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.10.ebuild,v 1.4 2012/08/23 16:45:20 tetromino Exp $
431
432 EAPI="4"
433
434 @@ -129,11 +129,16 @@
435 }
436
437 src_prepare() {
438 + local md5="$(md5sum server/protocol.def)"
439 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
440 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
441 epatch "${FILESDIR}"/${PN}-1.5.11-osmesa-check.patch #429386
442 epatch "${DISTDIR}/${PULSE_PATCH}" #421365
443 epatch_user #282735
444 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
445 + einfo "server/protocol.def was patched; running tools/make_requests"
446 + tools/make_requests || die #432348
447 + fi
448 eautoreconf
449 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
450 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
451
452
453
454 1.4 app-emulation/wine/wine-1.5.5.ebuild
455
456 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild?rev=1.4&view=markup
457 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild?rev=1.4&content-type=text/plain
458 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild?r1=1.3&r2=1.4
459
460 Index: wine-1.5.5.ebuild
461 ===================================================================
462 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild,v
463 retrieving revision 1.3
464 retrieving revision 1.4
465 diff -u -r1.3 -r1.4
466 --- wine-1.5.5.ebuild 12 Aug 2012 21:53:11 -0000 1.3
467 +++ wine-1.5.5.ebuild 23 Aug 2012 16:45:20 -0000 1.4
468 @@ -1,6 +1,6 @@
469 # Copyright 1999-2012 Gentoo Foundation
470 # Distributed under the terms of the GNU General Public License v2
471 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild,v 1.3 2012/08/12 21:53:11 tetromino Exp $
472 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.5.ebuild,v 1.4 2012/08/23 16:45:20 tetromino Exp $
473
474 EAPI="4"
475
476 @@ -121,9 +121,14 @@
477 }
478
479 src_prepare() {
480 + local md5="$(md5sum server/protocol.def)"
481 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
482 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
483 epatch_user #282735
484 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
485 + einfo "server/protocol.def was patched; running tools/make_requests"
486 + tools/make_requests || die #432348
487 + fi
488 eautoreconf
489 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
490 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
491
492
493
494 1.19 app-emulation/wine/wine-1.2.3.ebuild
495
496 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.19&view=markup
497 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?rev=1.19&content-type=text/plain
498 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild?r1=1.18&r2=1.19
499
500 Index: wine-1.2.3.ebuild
501 ===================================================================
502 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v
503 retrieving revision 1.18
504 retrieving revision 1.19
505 diff -u -r1.18 -r1.19
506 --- wine-1.2.3.ebuild 12 Aug 2012 21:53:11 -0000 1.18
507 +++ wine-1.2.3.ebuild 23 Aug 2012 16:45:20 -0000 1.19
508 @@ -1,6 +1,6 @@
509 # Copyright 1999-2012 Gentoo Foundation
510 # Distributed under the terms of the GNU General Public License v2
511 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.18 2012/08/12 21:53:11 tetromino Exp $
512 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild,v 1.19 2012/08/23 16:45:20 tetromino Exp $
513
514 EAPI="4"
515
516 @@ -112,6 +112,7 @@
517 }
518
519 src_prepare() {
520 + local md5="$(md5sum server/protocol.def)"
521 if use pulseaudio ; then
522 EPATCH_OPTS=-p1 epatch `pulse_patches "${DISTDIR}"`
523 eautoreconf
524 @@ -119,6 +120,10 @@
525 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
526 epatch "${FILESDIR}"/${PN}-1.2.3-msxml3-libxml2-headers.patch #397993
527 epatch_user #282735
528 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
529 + einfo "server/protocol.def was patched; running tools/make_requests"
530 + tools/make_requests || die #432348
531 + fi
532 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
533 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
534 }
535
536
537
538 1.3 app-emulation/wine/wine-1.5.7.ebuild
539
540 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild?rev=1.3&view=markup
541 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild?rev=1.3&content-type=text/plain
542 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild?r1=1.2&r2=1.3
543
544 Index: wine-1.5.7.ebuild
545 ===================================================================
546 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild,v
547 retrieving revision 1.2
548 retrieving revision 1.3
549 diff -u -r1.2 -r1.3
550 --- wine-1.5.7.ebuild 12 Aug 2012 21:53:11 -0000 1.2
551 +++ wine-1.5.7.ebuild 23 Aug 2012 16:45:20 -0000 1.3
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.7.ebuild,v 1.2 2012/08/12 21:53:11 tetromino Exp $
556 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.7.ebuild,v 1.3 2012/08/23 16:45:20 tetromino Exp $
557
558 EAPI="4"
559
560 @@ -127,10 +127,15 @@
561 }
562
563 src_prepare() {
564 + local md5="$(md5sum server/protocol.def)"
565 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
566 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
567 epatch "${DISTDIR}/${PULSE_PATCH}" #421365
568 epatch_user #282735
569 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
570 + einfo "server/protocol.def was patched; running tools/make_requests"
571 + tools/make_requests || die #432348
572 + fi
573 eautoreconf
574 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
575 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
576
577
578
579 1.3 app-emulation/wine/wine-1.5.8.ebuild
580
581 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild?rev=1.3&view=markup
582 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild?rev=1.3&content-type=text/plain
583 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild?r1=1.2&r2=1.3
584
585 Index: wine-1.5.8.ebuild
586 ===================================================================
587 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild,v
588 retrieving revision 1.2
589 retrieving revision 1.3
590 diff -u -r1.2 -r1.3
591 --- wine-1.5.8.ebuild 12 Aug 2012 21:53:11 -0000 1.2
592 +++ wine-1.5.8.ebuild 23 Aug 2012 16:45:20 -0000 1.3
593 @@ -1,6 +1,6 @@
594 # Copyright 1999-2012 Gentoo Foundation
595 # Distributed under the terms of the GNU General Public License v2
596 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild,v 1.2 2012/08/12 21:53:11 tetromino Exp $
597 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.8.ebuild,v 1.3 2012/08/23 16:45:20 tetromino Exp $
598
599 EAPI="4"
600
601 @@ -127,10 +127,15 @@
602 }
603
604 src_prepare() {
605 + local md5="$(md5sum server/protocol.def)"
606 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
607 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
608 epatch "${DISTDIR}/${PULSE_PATCH}" #421365
609 epatch_user #282735
610 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
611 + einfo "server/protocol.def was patched; running tools/make_requests"
612 + tools/make_requests || die #432348
613 + fi
614 eautoreconf
615 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
616 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
617
618
619
620 1.3 app-emulation/wine/wine-1.5.9.ebuild
621
622 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild?rev=1.3&view=markup
623 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild?rev=1.3&content-type=text/plain
624 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild?r1=1.2&r2=1.3
625
626 Index: wine-1.5.9.ebuild
627 ===================================================================
628 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild,v
629 retrieving revision 1.2
630 retrieving revision 1.3
631 diff -u -r1.2 -r1.3
632 --- wine-1.5.9.ebuild 12 Aug 2012 21:53:11 -0000 1.2
633 +++ wine-1.5.9.ebuild 23 Aug 2012 16:45:20 -0000 1.3
634 @@ -1,6 +1,6 @@
635 # Copyright 1999-2012 Gentoo Foundation
636 # Distributed under the terms of the GNU General Public License v2
637 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild,v 1.2 2012/08/12 21:53:11 tetromino Exp $
638 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.5.9.ebuild,v 1.3 2012/08/23 16:45:20 tetromino Exp $
639
640 EAPI="4"
641
642 @@ -127,10 +127,15 @@
643 }
644
645 src_prepare() {
646 + local md5="$(md5sum server/protocol.def)"
647 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
648 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
649 epatch "${DISTDIR}/${PULSE_PATCH}" #421365
650 epatch_user #282735
651 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
652 + einfo "server/protocol.def was patched; running tools/make_requests"
653 + tools/make_requests || die #432348
654 + fi
655 eautoreconf
656 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
657 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
658
659
660
661 1.114 app-emulation/wine/wine-9999.ebuild
662
663 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.114&view=markup
664 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.114&content-type=text/plain
665 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.113&r2=1.114
666
667 Index: wine-9999.ebuild
668 ===================================================================
669 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
670 retrieving revision 1.113
671 retrieving revision 1.114
672 diff -u -r1.113 -r1.114
673 --- wine-9999.ebuild 19 Aug 2012 02:24:09 -0000 1.113
674 +++ wine-9999.ebuild 23 Aug 2012 16:45:20 -0000 1.114
675 @@ -1,6 +1,6 @@
676 # Copyright 1999-2012 Gentoo Foundation
677 # Distributed under the terms of the GNU General Public License v2
678 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.113 2012/08/19 02:24:09 tetromino Exp $
679 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.114 2012/08/23 16:45:20 tetromino Exp $
680
681 EAPI="4"
682
683 @@ -129,11 +129,16 @@
684 }
685
686 src_prepare() {
687 + local md5="$(md5sum server/protocol.def)"
688 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
689 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
690 epatch "${FILESDIR}"/${PN}-1.5.11-osmesa-check.patch #429386
691 epatch "${DISTDIR}/${PULSE_PATCH}" #421365
692 epatch_user #282735
693 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
694 + einfo "server/protocol.def was patched; running tools/make_requests"
695 + tools/make_requests || die #432348
696 + fi
697 eautoreconf
698 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
699 sed -i '/^MimeType/d' tools/wine.desktop || die #117785
700
701
702
703 1.5 app-emulation/wine/wine-1.4.1.ebuild
704
705 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild?rev=1.5&view=markup
706 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild?rev=1.5&content-type=text/plain
707 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild?r1=1.4&r2=1.5
708
709 Index: wine-1.4.1.ebuild
710 ===================================================================
711 RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v
712 retrieving revision 1.4
713 retrieving revision 1.5
714 diff -u -r1.4 -r1.5
715 --- wine-1.4.1.ebuild 12 Aug 2012 21:53:11 -0000 1.4
716 +++ wine-1.4.1.ebuild 23 Aug 2012 16:45:20 -0000 1.5
717 @@ -1,6 +1,6 @@
718 # Copyright 1999-2012 Gentoo Foundation
719 # Distributed under the terms of the GNU General Public License v2
720 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.4 2012/08/12 21:53:11 tetromino Exp $
721 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.4.1.ebuild,v 1.5 2012/08/23 16:45:20 tetromino Exp $
722
723 EAPI="4"
724
725 @@ -121,9 +121,14 @@
726 }
727
728 src_prepare() {
729 + local md5="$(md5sum server/protocol.def)"
730 epatch "${FILESDIR}"/${PN}-1.1.15-winegcc.patch #260726
731 epatch "${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
732 epatch_user #282735
733 + if [[ "$(md5sum server/protocol.def)" != "${md5}" ]]; then
734 + einfo "server/protocol.def was patched; running tools/make_requests"
735 + tools/make_requests || die #432348
736 + fi
737 eautoreconf
738 sed -i '/^UPDATE_DESKTOP_DATABASE/s:=.*:=true:' tools/Makefile.in || die
739 sed -i '/^MimeType/d' tools/wine.desktop || die #117785