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: Sun, 10 Jul 2016 13:10:46
Message-Id: 1468156229.dccf0f34e820fc1005386632a2292fdab032dbf4.np-hardass@gentoo
1 commit: dccf0f34e820fc1005386632a2292fdab032dbf4
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 10 13:09:13 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 10 13:10:29 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccf0f34
7
8 app-emulation/wine: Fix STAGING_{MV,GV} in phases; thanks to mgorny
9
10 Package-Manager: portage-2.2.28
11
12 app-emulation/wine/wine-1.8-r2.ebuild | 4 ++++
13 app-emulation/wine/wine-1.8.1-r2.ebuild | 4 ++++
14 app-emulation/wine/wine-1.8.2-r1.ebuild | 4 ++++
15 app-emulation/wine/wine-1.9.10-r1.ebuild | 4 ++++
16 app-emulation/wine/wine-1.9.11-r1.ebuild | 4 ++++
17 app-emulation/wine/wine-1.9.4-r2.ebuild | 4 ++++
18 app-emulation/wine/wine-1.9.5-r2.ebuild | 4 ++++
19 app-emulation/wine/wine-1.9.6-r2.ebuild | 4 ++++
20 app-emulation/wine/wine-1.9.7-r2.ebuild | 4 ++++
21 app-emulation/wine/wine-1.9.8-r1.ebuild | 4 ++++
22 app-emulation/wine/wine-1.9.9-r1.ebuild | 4 ++++
23 app-emulation/wine/wine-9999.ebuild | 4 ++++
24 12 files changed, 48 insertions(+)
25
26 diff --git a/app-emulation/wine/wine-1.8-r2.ebuild b/app-emulation/wine/wine-1.8-r2.ebuild
27 index 8b73b5b..4675885 100644
28 --- a/app-emulation/wine/wine-1.8-r2.ebuild
29 +++ b/app-emulation/wine/wine-1.8-r2.ebuild
30 @@ -261,6 +261,10 @@ pkg_pretend() {
31
32 pkg_setup() {
33 wine_build_environment_check || die
34 + if use staging; then
35 + GV=${STAGING_GV}
36 + MV=${STAGING_MV}
37 + fi
38 }
39
40 src_unpack() {
41
42 diff --git a/app-emulation/wine/wine-1.8.1-r2.ebuild b/app-emulation/wine/wine-1.8.1-r2.ebuild
43 index be42443..fb71732 100644
44 --- a/app-emulation/wine/wine-1.8.1-r2.ebuild
45 +++ b/app-emulation/wine/wine-1.8.1-r2.ebuild
46 @@ -262,6 +262,10 @@ pkg_pretend() {
47
48 pkg_setup() {
49 wine_build_environment_check || die
50 + if use staging; then
51 + GV=${STAGING_GV}
52 + MV=${STAGING_MV}
53 + fi
54 }
55
56 src_unpack() {
57
58 diff --git a/app-emulation/wine/wine-1.8.2-r1.ebuild b/app-emulation/wine/wine-1.8.2-r1.ebuild
59 index b01ffd8..6d7436a 100644
60 --- a/app-emulation/wine/wine-1.8.2-r1.ebuild
61 +++ b/app-emulation/wine/wine-1.8.2-r1.ebuild
62 @@ -262,6 +262,10 @@ pkg_pretend() {
63
64 pkg_setup() {
65 wine_build_environment_check || die
66 + if use staging; then
67 + GV=${STAGING_GV}
68 + MV=${STAGING_MV}
69 + fi
70 }
71
72 src_unpack() {
73
74 diff --git a/app-emulation/wine/wine-1.9.10-r1.ebuild b/app-emulation/wine/wine-1.9.10-r1.ebuild
75 index fb182df..97400a5 100644
76 --- a/app-emulation/wine/wine-1.9.10-r1.ebuild
77 +++ b/app-emulation/wine/wine-1.9.10-r1.ebuild
78 @@ -264,6 +264,10 @@ pkg_pretend() {
79
80 pkg_setup() {
81 wine_build_environment_check || die
82 + if use staging; then
83 + GV=${STAGING_GV}
84 + MV=${STAGING_MV}
85 + fi
86 }
87
88 src_unpack() {
89
90 diff --git a/app-emulation/wine/wine-1.9.11-r1.ebuild b/app-emulation/wine/wine-1.9.11-r1.ebuild
91 index fb182df..97400a5 100644
92 --- a/app-emulation/wine/wine-1.9.11-r1.ebuild
93 +++ b/app-emulation/wine/wine-1.9.11-r1.ebuild
94 @@ -264,6 +264,10 @@ pkg_pretend() {
95
96 pkg_setup() {
97 wine_build_environment_check || die
98 + if use staging; then
99 + GV=${STAGING_GV}
100 + MV=${STAGING_MV}
101 + fi
102 }
103
104 src_unpack() {
105
106 diff --git a/app-emulation/wine/wine-1.9.4-r2.ebuild b/app-emulation/wine/wine-1.9.4-r2.ebuild
107 index e63c554..e72fc49 100644
108 --- a/app-emulation/wine/wine-1.9.4-r2.ebuild
109 +++ b/app-emulation/wine/wine-1.9.4-r2.ebuild
110 @@ -260,6 +260,10 @@ pkg_pretend() {
111
112 pkg_setup() {
113 wine_build_environment_check || die
114 + if use staging; then
115 + GV=${STAGING_GV}
116 + MV=${STAGING_MV}
117 + fi
118 }
119
120 src_unpack() {
121
122 diff --git a/app-emulation/wine/wine-1.9.5-r2.ebuild b/app-emulation/wine/wine-1.9.5-r2.ebuild
123 index 48e5cdc..a2e4f3e 100644
124 --- a/app-emulation/wine/wine-1.9.5-r2.ebuild
125 +++ b/app-emulation/wine/wine-1.9.5-r2.ebuild
126 @@ -259,6 +259,10 @@ pkg_pretend() {
127
128 pkg_setup() {
129 wine_build_environment_check || die
130 + if use staging; then
131 + GV=${STAGING_GV}
132 + MV=${STAGING_MV}
133 + fi
134 }
135
136 src_unpack() {
137
138 diff --git a/app-emulation/wine/wine-1.9.6-r2.ebuild b/app-emulation/wine/wine-1.9.6-r2.ebuild
139 index f9bb12c..47058cb 100644
140 --- a/app-emulation/wine/wine-1.9.6-r2.ebuild
141 +++ b/app-emulation/wine/wine-1.9.6-r2.ebuild
142 @@ -259,6 +259,10 @@ pkg_pretend() {
143
144 pkg_setup() {
145 wine_build_environment_check || die
146 + if use staging; then
147 + GV=${STAGING_GV}
148 + MV=${STAGING_MV}
149 + fi
150 }
151
152 src_unpack() {
153
154 diff --git a/app-emulation/wine/wine-1.9.7-r2.ebuild b/app-emulation/wine/wine-1.9.7-r2.ebuild
155 index f9bb12c..47058cb 100644
156 --- a/app-emulation/wine/wine-1.9.7-r2.ebuild
157 +++ b/app-emulation/wine/wine-1.9.7-r2.ebuild
158 @@ -259,6 +259,10 @@ pkg_pretend() {
159
160 pkg_setup() {
161 wine_build_environment_check || die
162 + if use staging; then
163 + GV=${STAGING_GV}
164 + MV=${STAGING_MV}
165 + fi
166 }
167
168 src_unpack() {
169
170 diff --git a/app-emulation/wine/wine-1.9.8-r1.ebuild b/app-emulation/wine/wine-1.9.8-r1.ebuild
171 index bd899ef..c886ca7 100644
172 --- a/app-emulation/wine/wine-1.9.8-r1.ebuild
173 +++ b/app-emulation/wine/wine-1.9.8-r1.ebuild
174 @@ -259,6 +259,10 @@ pkg_pretend() {
175
176 pkg_setup() {
177 wine_build_environment_check || die
178 + if use staging; then
179 + GV=${STAGING_GV}
180 + MV=${STAGING_MV}
181 + fi
182 }
183
184 src_unpack() {
185
186 diff --git a/app-emulation/wine/wine-1.9.9-r1.ebuild b/app-emulation/wine/wine-1.9.9-r1.ebuild
187 index 243e832..34d2b89 100644
188 --- a/app-emulation/wine/wine-1.9.9-r1.ebuild
189 +++ b/app-emulation/wine/wine-1.9.9-r1.ebuild
190 @@ -264,6 +264,10 @@ pkg_pretend() {
191
192 pkg_setup() {
193 wine_build_environment_check || die
194 + if use staging; then
195 + GV=${STAGING_GV}
196 + MV=${STAGING_MV}
197 + fi
198 }
199
200 src_unpack() {
201
202 diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild
203 index e7bbd72..acdcdd0 100644
204 --- a/app-emulation/wine/wine-9999.ebuild
205 +++ b/app-emulation/wine/wine-9999.ebuild
206 @@ -264,6 +264,10 @@ pkg_pretend() {
207
208 pkg_setup() {
209 wine_build_environment_check || die
210 + if use staging; then
211 + GV=${STAGING_GV}
212 + MV=${STAGING_MV}
213 + fi
214 }
215
216 src_unpack() {