Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/iasl: iasl-20100428.ebuild iasl-20080514.ebuild iasl-20090123.ebuild iasl-20080701.ebuild iasl-20100528.ebuild iasl-20090521.ebuild iasl-20110922.ebuild ChangeLog iasl-20091013.ebuild iasl-20111123.ebuild iasl-20090903.ebuild
Date: Sun, 25 Dec 2011 22:46:09
Message-Id: 20111225224559.D7C082004B@flycatcher.gentoo.org
1 robbat2 11/12/25 22:45:59
2
3 Modified: iasl-20100428.ebuild iasl-20080514.ebuild
4 iasl-20090123.ebuild iasl-20080701.ebuild
5 iasl-20100528.ebuild iasl-20090521.ebuild
6 iasl-20110922.ebuild ChangeLog iasl-20091013.ebuild
7 iasl-20111123.ebuild iasl-20090903.ebuild
8 Log:
9 Bug #288144: check both features and use for test, so we get the correct result with FEATURES=-test USE=test.
10
11 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.3 sys-power/iasl/iasl-20100428.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild?rev=1.3&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild?rev=1.3&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild?r1=1.2&r2=1.3
19
20 Index: iasl-20100428.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild,v
23 retrieving revision 1.2
24 retrieving revision 1.3
25 diff -p -w -b -B -u -u -r1.2 -r1.3
26 --- iasl-20100428.ebuild 30 Sep 2011 16:56:57 -0000 1.2
27 +++ iasl-20100428.ebuild 25 Dec 2011 22:45:59 -0000 1.3
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2011 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild,v 1.3 2011/12/25 22:45:59 robbat2 Exp $
33
34 inherit toolchain-funcs flag-o-matic eutils
35
36 @@ -24,8 +24,7 @@ RDEPEND=""
37 S=${WORKDIR}/${MY_P}
38
39 pkg_setup() {
40 - if use test
41 - then
42 + if use test && has test ${FEATURES}; then
43 ewarn 'You have selected USE="test". This will install the test results'
44 ewarn "into /usr/share/${PF}/, compressed as a tarball."
45 ewarn 'The tests themselves will only rarely die, but the test results'
46 @@ -83,7 +82,7 @@ src_install() {
47 dobin "${T}"/${bin}
48 done
49 dodoc README changes.txt
50 - if use test ; then
51 + if use test && has test ${FEATURES}; then
52 tb="${T}"/testresults.tar.bz2
53 export ASLTSDIR="$(<"${T}"/asltdir)"
54 ebegin "Creating Test Tarball"
55
56
57
58 1.6 sys-power/iasl/iasl-20080514.ebuild
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?rev=1.6&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?rev=1.6&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?r1=1.5&r2=1.6
63
64 Index: iasl-20080514.ebuild
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v
67 retrieving revision 1.5
68 retrieving revision 1.6
69 diff -p -w -b -B -u -u -r1.5 -r1.6
70 --- iasl-20080514.ebuild 30 Sep 2011 16:56:57 -0000 1.5
71 +++ iasl-20080514.ebuild 25 Dec 2011 22:45:59 -0000 1.6
72 @@ -1,6 +1,6 @@
73 # Copyright 1999-2011 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v 1.5 2011/09/30 16:56:57 vapier Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v 1.6 2011/12/25 22:45:59 robbat2 Exp $
77
78 inherit toolchain-funcs flag-o-matic eutils
79
80 @@ -24,8 +24,7 @@ RDEPEND=""
81 S=${WORKDIR}/${MY_P}
82
83 pkg_setup() {
84 - if use test
85 - then
86 + if use test && has test ${FEATURES}; then
87 ewarn 'You have selected USE="test". This will install the test results'
88 ewarn "into /usr/share/${PF}/, compressed as a tarball."
89 ewarn 'The tests themselves will only rarely die, but the test results'
90 @@ -73,7 +72,7 @@ src_install() {
91 dobin "${T}"/${bin}
92 done
93 dodoc README changes.txt
94 - if use test ; then
95 + if use test && has test ${FEATURES}; then
96 tb="${T}"/testresults.tar.bz2
97 export ASLTSDIR="$(<"${T}"/asltdir)"
98 ebegin "Creating Test Tarball"
99
100
101
102 1.8 sys-power/iasl/iasl-20090123.ebuild
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.8&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.8&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?r1=1.7&r2=1.8
107
108 Index: iasl-20090123.ebuild
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v
111 retrieving revision 1.7
112 retrieving revision 1.8
113 diff -p -w -b -B -u -u -r1.7 -r1.8
114 --- iasl-20090123.ebuild 30 Sep 2011 16:56:57 -0000 1.7
115 +++ iasl-20090123.ebuild 25 Dec 2011 22:45:59 -0000 1.8
116 @@ -1,6 +1,6 @@
117 # Copyright 1999-2011 Gentoo Foundation
118 # Distributed under the terms of the GNU General Public License v2
119 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.7 2011/09/30 16:56:57 vapier Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.8 2011/12/25 22:45:59 robbat2 Exp $
121
122 inherit toolchain-funcs flag-o-matic eutils
123
124 @@ -24,8 +24,7 @@ RDEPEND=""
125 S=${WORKDIR}/${MY_P}
126
127 pkg_setup() {
128 - if use test
129 - then
130 + if use test && has test ${FEATURES}; then
131 ewarn 'You have selected USE="test". This will install the test results'
132 ewarn "into /usr/share/${PF}/, compressed as a tarball."
133 ewarn 'The tests themselves will only rarely die, but the test results'
134 @@ -82,7 +81,7 @@ src_install() {
135 dobin "${T}"/${bin}
136 done
137 dodoc README changes.txt
138 - if use test ; then
139 + if use test && has test ${FEATURES}; then
140 tb="${T}"/testresults.tar.bz2
141 export ASLTSDIR="$(<"${T}"/asltdir)"
142 ebegin "Creating Test Tarball"
143
144
145
146 1.5 sys-power/iasl/iasl-20080701.ebuild
147
148 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?rev=1.5&view=markup
149 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?rev=1.5&content-type=text/plain
150 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?r1=1.4&r2=1.5
151
152 Index: iasl-20080701.ebuild
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v
155 retrieving revision 1.4
156 retrieving revision 1.5
157 diff -p -w -b -B -u -u -r1.4 -r1.5
158 --- iasl-20080701.ebuild 30 Sep 2011 16:56:57 -0000 1.4
159 +++ iasl-20080701.ebuild 25 Dec 2011 22:45:59 -0000 1.5
160 @@ -1,6 +1,6 @@
161 # Copyright 1999-2011 Gentoo Foundation
162 # Distributed under the terms of the GNU General Public License v2
163 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v 1.4 2011/09/30 16:56:57 vapier Exp $
164 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v 1.5 2011/12/25 22:45:59 robbat2 Exp $
165
166 inherit toolchain-funcs flag-o-matic eutils
167
168 @@ -24,8 +24,7 @@ RDEPEND=""
169 S=${WORKDIR}/${MY_P}
170
171 pkg_setup() {
172 - if use test
173 - then
174 + if use test && has test ${FEATURES}; then
175 ewarn 'You have selected USE="test". This will install the test results'
176 ewarn "into /usr/share/${PF}/, compressed as a tarball."
177 ewarn 'The tests themselves will only rarely die, but the test results'
178 @@ -79,7 +78,7 @@ src_install() {
179 dobin "${T}"/${bin}
180 done
181 dodoc README changes.txt
182 - if use test ; then
183 + if use test && has test ${FEATURES}; then
184 tb="${T}"/testresults.tar.bz2
185 export ASLTSDIR="$(<"${T}"/asltdir)"
186 ebegin "Creating Test Tarball"
187
188
189
190 1.3 sys-power/iasl/iasl-20100528.ebuild
191
192 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild?rev=1.3&view=markup
193 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild?rev=1.3&content-type=text/plain
194 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild?r1=1.2&r2=1.3
195
196 Index: iasl-20100528.ebuild
197 ===================================================================
198 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild,v
199 retrieving revision 1.2
200 retrieving revision 1.3
201 diff -p -w -b -B -u -u -r1.2 -r1.3
202 --- iasl-20100528.ebuild 30 Sep 2011 16:56:57 -0000 1.2
203 +++ iasl-20100528.ebuild 25 Dec 2011 22:45:59 -0000 1.3
204 @@ -1,6 +1,6 @@
205 # Copyright 1999-2011 Gentoo Foundation
206 # Distributed under the terms of the GNU General Public License v2
207 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
208 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild,v 1.3 2011/12/25 22:45:59 robbat2 Exp $
209
210 inherit toolchain-funcs flag-o-matic eutils
211
212 @@ -24,8 +24,7 @@ RDEPEND=""
213 S=${WORKDIR}/${MY_P}
214
215 pkg_setup() {
216 - if use test
217 - then
218 + if use test && has test ${FEATURES}; then
219 ewarn 'You have selected USE="test". This will install the test results'
220 ewarn "into /usr/share/${PF}/, compressed as a tarball."
221 ewarn 'The tests themselves will only rarely die, but the test results'
222 @@ -83,7 +82,7 @@ src_install() {
223 dobin "${T}"/${bin}
224 done
225 dodoc README changes.txt
226 - if use test ; then
227 + if use test && has test ${FEATURES}; then
228 tb="${T}"/testresults.tar.bz2
229 export ASLTSDIR="$(<"${T}"/asltdir)"
230 ebegin "Creating Test Tarball"
231
232
233
234 1.4 sys-power/iasl/iasl-20090521.ebuild
235
236 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?rev=1.4&view=markup
237 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?rev=1.4&content-type=text/plain
238 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?r1=1.3&r2=1.4
239
240 Index: iasl-20090521.ebuild
241 ===================================================================
242 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v
243 retrieving revision 1.3
244 retrieving revision 1.4
245 diff -p -w -b -B -u -u -r1.3 -r1.4
246 --- iasl-20090521.ebuild 30 Sep 2011 16:56:57 -0000 1.3
247 +++ iasl-20090521.ebuild 25 Dec 2011 22:45:59 -0000 1.4
248 @@ -1,6 +1,6 @@
249 # Copyright 1999-2011 Gentoo Foundation
250 # Distributed under the terms of the GNU General Public License v2
251 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v 1.3 2011/09/30 16:56:57 vapier Exp $
252 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v 1.4 2011/12/25 22:45:59 robbat2 Exp $
253
254 inherit toolchain-funcs flag-o-matic eutils
255
256 @@ -24,8 +24,7 @@ RDEPEND=""
257 S=${WORKDIR}/${MY_P}
258
259 pkg_setup() {
260 - if use test
261 - then
262 + if use test && has test ${FEATURES}; then
263 ewarn 'You have selected USE="test". This will install the test results'
264 ewarn "into /usr/share/${PF}/, compressed as a tarball."
265 ewarn 'The tests themselves will only rarely die, but the test results'
266 @@ -82,7 +81,7 @@ src_install() {
267 dobin "${T}"/${bin}
268 done
269 dodoc README changes.txt
270 - if use test ; then
271 + if use test && has test ${FEATURES}; then
272 tb="${T}"/testresults.tar.bz2
273 export ASLTSDIR="$(<"${T}"/asltdir)"
274 ebegin "Creating Test Tarball"
275
276
277
278 1.3 sys-power/iasl/iasl-20110922.ebuild
279
280 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20110922.ebuild?rev=1.3&view=markup
281 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20110922.ebuild?rev=1.3&content-type=text/plain
282 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20110922.ebuild?r1=1.2&r2=1.3
283
284 Index: iasl-20110922.ebuild
285 ===================================================================
286 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20110922.ebuild,v
287 retrieving revision 1.2
288 retrieving revision 1.3
289 diff -p -w -b -B -u -u -r1.2 -r1.3
290 --- iasl-20110922.ebuild 7 Nov 2011 11:30:29 -0000 1.2
291 +++ iasl-20110922.ebuild 25 Dec 2011 22:45:59 -0000 1.3
292 @@ -1,6 +1,6 @@
293 # Copyright 1999-2011 Gentoo Foundation
294 # Distributed under the terms of the GNU General Public License v2
295 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20110922.ebuild,v 1.2 2011/11/07 11:30:29 robbat2 Exp $
296 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20110922.ebuild,v 1.3 2011/12/25 22:45:59 robbat2 Exp $
297
298 EAPI=4
299
300 @@ -26,8 +26,7 @@ RDEPEND=""
301 S=${WORKDIR}/${MY_P}
302
303 pkg_setup() {
304 - if use test
305 - then
306 + if use test && has test ${FEATURES}; then
307 ewarn 'You have selected USE="test". This will install the test results'
308 ewarn "into /usr/share/${PF}/, compressed as a tarball."
309 ewarn 'The tests themselves will only rarely die, but the test results'
310 @@ -91,7 +90,7 @@ src_install() {
311 dobin "${T}"/${bin}
312 done
313 dodoc README changes.txt
314 - if use test ; then
315 + if use test && has test ${FEATURES}; then
316 tb="${T}"/testresults.tar.bz2
317 export ASLTSDIR="$(<"${T}"/asltdir)"
318 ebegin "Creating Test Tarball"
319
320
321
322 1.37 sys-power/iasl/ChangeLog
323
324 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.37&view=markup
325 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.37&content-type=text/plain
326 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?r1=1.36&r2=1.37
327
328 Index: ChangeLog
329 ===================================================================
330 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v
331 retrieving revision 1.36
332 retrieving revision 1.37
333 diff -p -w -b -B -u -u -r1.36 -r1.37
334 --- ChangeLog 11 Dec 2011 19:05:42 -0000 1.36
335 +++ ChangeLog 25 Dec 2011 22:45:59 -0000 1.37
336 @@ -1,6 +1,13 @@
337 # ChangeLog for sys-power/iasl
338 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
339 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.36 2011/12/11 19:05:42 robbat2 Exp $
340 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.37 2011/12/25 22:45:59 robbat2 Exp $
341 +
342 + 25 Dec 2011; Robin H. Johnson <robbat2@g.o> iasl-20080514.ebuild,
343 + iasl-20080701.ebuild, iasl-20090123.ebuild, iasl-20090521.ebuild,
344 + iasl-20090903.ebuild, iasl-20091013.ebuild, iasl-20100428.ebuild,
345 + iasl-20100528.ebuild, iasl-20110922.ebuild, iasl-20111123.ebuild:
346 + Bug #288144: check both features and use for test, so we get the correct
347 + result with FEATURES=-test USE=test.
348
349 *iasl-20111123 (11 Dec 2011)
350
351
352
353
354 1.3 sys-power/iasl/iasl-20091013.ebuild
355
356 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild?rev=1.3&view=markup
357 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild?rev=1.3&content-type=text/plain
358 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild?r1=1.2&r2=1.3
359
360 Index: iasl-20091013.ebuild
361 ===================================================================
362 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild,v
363 retrieving revision 1.2
364 retrieving revision 1.3
365 diff -p -w -b -B -u -u -r1.2 -r1.3
366 --- iasl-20091013.ebuild 30 Sep 2011 16:56:57 -0000 1.2
367 +++ iasl-20091013.ebuild 25 Dec 2011 22:45:59 -0000 1.3
368 @@ -1,6 +1,6 @@
369 # Copyright 1999-2011 Gentoo Foundation
370 # Distributed under the terms of the GNU General Public License v2
371 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
372 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild,v 1.3 2011/12/25 22:45:59 robbat2 Exp $
373
374 inherit toolchain-funcs flag-o-matic eutils
375
376 @@ -24,8 +24,7 @@ RDEPEND=""
377 S=${WORKDIR}/${MY_P}
378
379 pkg_setup() {
380 - if use test
381 - then
382 + if use test && has test ${FEATURES}; then
383 ewarn 'You have selected USE="test". This will install the test results'
384 ewarn "into /usr/share/${PF}/, compressed as a tarball."
385 ewarn 'The tests themselves will only rarely die, but the test results'
386 @@ -83,7 +82,7 @@ src_install() {
387 dobin "${T}"/${bin}
388 done
389 dodoc README changes.txt
390 - if use test ; then
391 + if use test && has test ${FEATURES}; then
392 tb="${T}"/testresults.tar.bz2
393 export ASLTSDIR="$(<"${T}"/asltdir)"
394 ebegin "Creating Test Tarball"
395
396
397
398 1.2 sys-power/iasl/iasl-20111123.ebuild
399
400 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20111123.ebuild?rev=1.2&view=markup
401 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20111123.ebuild?rev=1.2&content-type=text/plain
402 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20111123.ebuild?r1=1.1&r2=1.2
403
404 Index: iasl-20111123.ebuild
405 ===================================================================
406 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20111123.ebuild,v
407 retrieving revision 1.1
408 retrieving revision 1.2
409 diff -p -w -b -B -u -u -r1.1 -r1.2
410 --- iasl-20111123.ebuild 11 Dec 2011 19:05:42 -0000 1.1
411 +++ iasl-20111123.ebuild 25 Dec 2011 22:45:59 -0000 1.2
412 @@ -1,6 +1,6 @@
413 # Copyright 1999-2011 Gentoo Foundation
414 # Distributed under the terms of the GNU General Public License v2
415 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20111123.ebuild,v 1.1 2011/12/11 19:05:42 robbat2 Exp $
416 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20111123.ebuild,v 1.2 2011/12/25 22:45:59 robbat2 Exp $
417
418 EAPI=4
419
420 @@ -26,8 +26,7 @@ RDEPEND=""
421 S=${WORKDIR}/${MY_P}
422
423 pkg_setup() {
424 - if use test
425 - then
426 + if use test && has test ${FEATURES}; then
427 ewarn 'You have selected USE="test". This will install the test results'
428 ewarn "into /usr/share/${PF}/, compressed as a tarball."
429 ewarn 'The tests themselves will only rarely die, but the test results'
430 @@ -91,7 +90,7 @@ src_install() {
431 dobin "${T}"/${bin}
432 done
433 dodoc README changes.txt
434 - if use test ; then
435 + if use test && has test ${FEATURES}; then
436 tb="${T}"/testresults.tar.bz2
437 export ASLTSDIR="$(<"${T}"/asltdir)"
438 ebegin "Creating Test Tarball"
439
440
441
442 1.3 sys-power/iasl/iasl-20090903.ebuild
443
444 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild?rev=1.3&view=markup
445 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild?rev=1.3&content-type=text/plain
446 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild?r1=1.2&r2=1.3
447
448 Index: iasl-20090903.ebuild
449 ===================================================================
450 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild,v
451 retrieving revision 1.2
452 retrieving revision 1.3
453 diff -p -w -b -B -u -u -r1.2 -r1.3
454 --- iasl-20090903.ebuild 30 Sep 2011 16:56:57 -0000 1.2
455 +++ iasl-20090903.ebuild 25 Dec 2011 22:45:59 -0000 1.3
456 @@ -1,6 +1,6 @@
457 # Copyright 1999-2011 Gentoo Foundation
458 # Distributed under the terms of the GNU General Public License v2
459 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
460 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild,v 1.3 2011/12/25 22:45:59 robbat2 Exp $
461
462 inherit toolchain-funcs flag-o-matic eutils
463
464 @@ -24,8 +24,7 @@ RDEPEND=""
465 S=${WORKDIR}/${MY_P}
466
467 pkg_setup() {
468 - if use test
469 - then
470 + if use test && has test ${FEATURES}; then
471 ewarn 'You have selected USE="test". This will install the test results'
472 ewarn "into /usr/share/${PF}/, compressed as a tarball."
473 ewarn 'The tests themselves will only rarely die, but the test results'
474 @@ -83,7 +82,7 @@ src_install() {
475 dobin "${T}"/${bin}
476 done
477 dodoc README changes.txt
478 - if use test ; then
479 + if use test && has test ${FEATURES}; then
480 tb="${T}"/testresults.tar.bz2
481 export ASLTSDIR="$(<"${T}"/asltdir)"
482 ebegin "Creating Test Tarball"