Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine/
Date: Tue, 06 Sep 2016 21:31:24
Message-Id: 1473197472.2d5f9def602ddde168192e7f68125fb1ff8a8265.np-hardass@gentoo
1 commit: 2d5f9def602ddde168192e7f68125fb1ff8a8265
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 6 20:35:44 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 6 21:31:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5f9def
7
8 app-emulation/wine: Fix typo
9
10 Package-Manager: portage-2.3.0
11
12 app-emulation/wine/foo.patch | 13 +++++++++++++
13 app-emulation/wine/wine-1.8-r3.ebuild | 2 +-
14 app-emulation/wine/wine-1.8.1-r3.ebuild | 2 +-
15 app-emulation/wine/wine-1.8.2-r2.ebuild | 2 +-
16 app-emulation/wine/wine-1.8.3-r1.ebuild | 2 +-
17 app-emulation/wine/wine-1.8.4.ebuild | 2 +-
18 app-emulation/wine/wine-1.9.10-r3.ebuild | 2 +-
19 app-emulation/wine/wine-1.9.11-r3.ebuild | 2 +-
20 app-emulation/wine/wine-1.9.12-r2.ebuild | 2 +-
21 app-emulation/wine/wine-1.9.13-r2.ebuild | 2 +-
22 app-emulation/wine/wine-1.9.14-r2.ebuild | 2 +-
23 app-emulation/wine/wine-1.9.15-r1.ebuild | 2 +-
24 app-emulation/wine/wine-1.9.16.ebuild | 2 +-
25 app-emulation/wine/wine-1.9.17.ebuild | 2 +-
26 app-emulation/wine/wine-1.9.18.ebuild | 2 +-
27 app-emulation/wine/wine-1.9.4-r3.ebuild | 2 +-
28 app-emulation/wine/wine-1.9.5-r3.ebuild | 2 +-
29 app-emulation/wine/wine-1.9.6-r3.ebuild | 2 +-
30 app-emulation/wine/wine-1.9.7-r3.ebuild | 2 +-
31 app-emulation/wine/wine-1.9.8-r2.ebuild | 2 +-
32 app-emulation/wine/wine-1.9.9-r3.ebuild | 2 +-
33 app-emulation/wine/wine-9999.ebuild | 2 +-
34 22 files changed, 34 insertions(+), 21 deletions(-)
35
36 diff --git a/app-emulation/wine/foo.patch b/app-emulation/wine/foo.patch
37 new file mode 100644
38 index 00000000..c7c3262
39 --- /dev/null
40 +++ b/app-emulation/wine/foo.patch
41 @@ -0,0 +1,13 @@
42 +diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
43 +index 8cfdb3e..3e02ff4 100644
44 +--- a/app-emulation/wine/wine-9999.ebuild
45 ++++ b/app-emulation/wine/wine-9999.ebuild
46 +@@ -315,7 +315,7 @@ src_unpack() {
47 +
48 + if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
49 + einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
50 +- einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
51 ++ einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
52 + einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
53 + fi
54 + fi
55
56 diff --git a/app-emulation/wine/wine-1.8-r3.ebuild b/app-emulation/wine/wine-1.8-r3.ebuild
57 index 14de6ad..ae19c1a 100644
58 --- a/app-emulation/wine/wine-1.8-r3.ebuild
59 +++ b/app-emulation/wine/wine-1.8-r3.ebuild
60 @@ -307,7 +307,7 @@ src_unpack() {
61
62 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
63 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
64 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
65 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
66 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
67 fi
68 fi
69
70 diff --git a/app-emulation/wine/wine-1.8.1-r3.ebuild b/app-emulation/wine/wine-1.8.1-r3.ebuild
71 index c83c20d..d7b27bd 100644
72 --- a/app-emulation/wine/wine-1.8.1-r3.ebuild
73 +++ b/app-emulation/wine/wine-1.8.1-r3.ebuild
74 @@ -308,7 +308,7 @@ src_unpack() {
75
76 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
77 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
78 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
79 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
80 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
81 fi
82 fi
83
84 diff --git a/app-emulation/wine/wine-1.8.2-r2.ebuild b/app-emulation/wine/wine-1.8.2-r2.ebuild
85 index 43c0243..3af0ad7 100644
86 --- a/app-emulation/wine/wine-1.8.2-r2.ebuild
87 +++ b/app-emulation/wine/wine-1.8.2-r2.ebuild
88 @@ -308,7 +308,7 @@ src_unpack() {
89
90 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
91 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
92 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
93 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
94 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
95 fi
96 fi
97
98 diff --git a/app-emulation/wine/wine-1.8.3-r1.ebuild b/app-emulation/wine/wine-1.8.3-r1.ebuild
99 index c856ece..5b0473b 100644
100 --- a/app-emulation/wine/wine-1.8.3-r1.ebuild
101 +++ b/app-emulation/wine/wine-1.8.3-r1.ebuild
102 @@ -308,7 +308,7 @@ src_unpack() {
103
104 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
105 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
106 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
107 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
108 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
109 fi
110 fi
111
112 diff --git a/app-emulation/wine/wine-1.8.4.ebuild b/app-emulation/wine/wine-1.8.4.ebuild
113 index 3a81b95..29a3071 100644
114 --- a/app-emulation/wine/wine-1.8.4.ebuild
115 +++ b/app-emulation/wine/wine-1.8.4.ebuild
116 @@ -308,7 +308,7 @@ src_unpack() {
117
118 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
119 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
120 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
121 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
122 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
123 fi
124 fi
125
126 diff --git a/app-emulation/wine/wine-1.9.10-r3.ebuild b/app-emulation/wine/wine-1.9.10-r3.ebuild
127 index 5012252..0509877 100644
128 --- a/app-emulation/wine/wine-1.9.10-r3.ebuild
129 +++ b/app-emulation/wine/wine-1.9.10-r3.ebuild
130 @@ -315,7 +315,7 @@ src_unpack() {
131
132 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
133 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
134 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
135 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
136 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
137 fi
138 fi
139
140 diff --git a/app-emulation/wine/wine-1.9.11-r3.ebuild b/app-emulation/wine/wine-1.9.11-r3.ebuild
141 index 5012252..0509877 100644
142 --- a/app-emulation/wine/wine-1.9.11-r3.ebuild
143 +++ b/app-emulation/wine/wine-1.9.11-r3.ebuild
144 @@ -315,7 +315,7 @@ src_unpack() {
145
146 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
147 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
148 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
149 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
150 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
151 fi
152 fi
153
154 diff --git a/app-emulation/wine/wine-1.9.12-r2.ebuild b/app-emulation/wine/wine-1.9.12-r2.ebuild
155 index 6e2868f..8b92f6b 100644
156 --- a/app-emulation/wine/wine-1.9.12-r2.ebuild
157 +++ b/app-emulation/wine/wine-1.9.12-r2.ebuild
158 @@ -315,7 +315,7 @@ src_unpack() {
159
160 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
161 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
162 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
163 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
164 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
165 fi
166 fi
167
168 diff --git a/app-emulation/wine/wine-1.9.13-r2.ebuild b/app-emulation/wine/wine-1.9.13-r2.ebuild
169 index 8c4e720..d38bbbd 100644
170 --- a/app-emulation/wine/wine-1.9.13-r2.ebuild
171 +++ b/app-emulation/wine/wine-1.9.13-r2.ebuild
172 @@ -315,7 +315,7 @@ src_unpack() {
173
174 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
175 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
176 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
177 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
178 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
179 fi
180 fi
181
182 diff --git a/app-emulation/wine/wine-1.9.14-r2.ebuild b/app-emulation/wine/wine-1.9.14-r2.ebuild
183 index 8c4e720..d38bbbd 100644
184 --- a/app-emulation/wine/wine-1.9.14-r2.ebuild
185 +++ b/app-emulation/wine/wine-1.9.14-r2.ebuild
186 @@ -315,7 +315,7 @@ src_unpack() {
187
188 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
189 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
190 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
191 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
192 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
193 fi
194 fi
195
196 diff --git a/app-emulation/wine/wine-1.9.15-r1.ebuild b/app-emulation/wine/wine-1.9.15-r1.ebuild
197 index 8c4e720..d38bbbd 100644
198 --- a/app-emulation/wine/wine-1.9.15-r1.ebuild
199 +++ b/app-emulation/wine/wine-1.9.15-r1.ebuild
200 @@ -315,7 +315,7 @@ src_unpack() {
201
202 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
203 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
204 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
205 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
206 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
207 fi
208 fi
209
210 diff --git a/app-emulation/wine/wine-1.9.16.ebuild b/app-emulation/wine/wine-1.9.16.ebuild
211 index 8c4e720..d38bbbd 100644
212 --- a/app-emulation/wine/wine-1.9.16.ebuild
213 +++ b/app-emulation/wine/wine-1.9.16.ebuild
214 @@ -315,7 +315,7 @@ src_unpack() {
215
216 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
217 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
218 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
219 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
220 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
221 fi
222 fi
223
224 diff --git a/app-emulation/wine/wine-1.9.17.ebuild b/app-emulation/wine/wine-1.9.17.ebuild
225 index 4f8f3e9..c36e882 100644
226 --- a/app-emulation/wine/wine-1.9.17.ebuild
227 +++ b/app-emulation/wine/wine-1.9.17.ebuild
228 @@ -315,7 +315,7 @@ src_unpack() {
229
230 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
231 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
232 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
233 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
234 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
235 fi
236 fi
237
238 diff --git a/app-emulation/wine/wine-1.9.18.ebuild b/app-emulation/wine/wine-1.9.18.ebuild
239 index 8cfdb3e..3e02ff4 100644
240 --- a/app-emulation/wine/wine-1.9.18.ebuild
241 +++ b/app-emulation/wine/wine-1.9.18.ebuild
242 @@ -315,7 +315,7 @@ src_unpack() {
243
244 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
245 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
246 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
247 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
248 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
249 fi
250 fi
251
252 diff --git a/app-emulation/wine/wine-1.9.4-r3.ebuild b/app-emulation/wine/wine-1.9.4-r3.ebuild
253 index 9f75de1..25b915c 100644
254 --- a/app-emulation/wine/wine-1.9.4-r3.ebuild
255 +++ b/app-emulation/wine/wine-1.9.4-r3.ebuild
256 @@ -306,7 +306,7 @@ src_unpack() {
257
258 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
259 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
260 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
261 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
262 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
263 fi
264 fi
265
266 diff --git a/app-emulation/wine/wine-1.9.5-r3.ebuild b/app-emulation/wine/wine-1.9.5-r3.ebuild
267 index c280dc5..01be562 100644
268 --- a/app-emulation/wine/wine-1.9.5-r3.ebuild
269 +++ b/app-emulation/wine/wine-1.9.5-r3.ebuild
270 @@ -305,7 +305,7 @@ src_unpack() {
271
272 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
273 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
274 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
275 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
276 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
277 fi
278 fi
279
280 diff --git a/app-emulation/wine/wine-1.9.6-r3.ebuild b/app-emulation/wine/wine-1.9.6-r3.ebuild
281 index d77474b..c179080 100644
282 --- a/app-emulation/wine/wine-1.9.6-r3.ebuild
283 +++ b/app-emulation/wine/wine-1.9.6-r3.ebuild
284 @@ -305,7 +305,7 @@ src_unpack() {
285
286 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
287 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
288 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
289 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
290 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
291 fi
292 fi
293
294 diff --git a/app-emulation/wine/wine-1.9.7-r3.ebuild b/app-emulation/wine/wine-1.9.7-r3.ebuild
295 index d77474b..c179080 100644
296 --- a/app-emulation/wine/wine-1.9.7-r3.ebuild
297 +++ b/app-emulation/wine/wine-1.9.7-r3.ebuild
298 @@ -305,7 +305,7 @@ src_unpack() {
299
300 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
301 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
302 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
303 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
304 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
305 fi
306 fi
307
308 diff --git a/app-emulation/wine/wine-1.9.8-r2.ebuild b/app-emulation/wine/wine-1.9.8-r2.ebuild
309 index 714463e..37f284e 100644
310 --- a/app-emulation/wine/wine-1.9.8-r2.ebuild
311 +++ b/app-emulation/wine/wine-1.9.8-r2.ebuild
312 @@ -305,7 +305,7 @@ src_unpack() {
313
314 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
315 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
316 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
317 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
318 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
319 fi
320 fi
321
322 diff --git a/app-emulation/wine/wine-1.9.9-r3.ebuild b/app-emulation/wine/wine-1.9.9-r3.ebuild
323 index 180e41d..357a86c 100644
324 --- a/app-emulation/wine/wine-1.9.9-r3.ebuild
325 +++ b/app-emulation/wine/wine-1.9.9-r3.ebuild
326 @@ -315,7 +315,7 @@ src_unpack() {
327
328 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
329 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
330 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
331 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
332 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
333 fi
334 fi
335
336 diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
337 index 8cfdb3e..3e02ff4 100644
338 --- a/app-emulation/wine/wine-9999.ebuild
339 +++ b/app-emulation/wine/wine-9999.ebuild
340 @@ -315,7 +315,7 @@ src_unpack() {
341
342 if [[ "${CURRENT_WINE_COMMIT}" != "${COMPAT_WINE_COMMIT}" ]]; then
343 einfo "The current Staging patchset is not guaranteed to apply on this WINE commit."
344 - einfo "If src_prepare fails, try emerging with the env var EGIT_COMMIT."
345 + einfo "If src_prepare fails, try emerging with the env var WINE_COMMIT."
346 einfo "Example: WINE_COMMIT=${COMPAT_WINE_COMMIT} emerge -1 wine"
347 fi
348 fi