Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@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-20100528.ebuild iasl-20090521.ebuild iasl-20090903.ebuild ChangeLog iasl-20091013.ebuild iasl-20080701.ebuild iasl-20060912.ebuild
Date: Fri, 30 Sep 2011 16:57:12
Message-Id: 20110930165657.8FC8120036@flycatcher.gentoo.org
1 vapier 11/09/30 16:56:57
2
3 Modified: iasl-20100428.ebuild iasl-20080514.ebuild
4 iasl-20090123.ebuild iasl-20100528.ebuild
5 iasl-20090521.ebuild iasl-20090903.ebuild ChangeLog
6 iasl-20091013.ebuild iasl-20080701.ebuild
7 iasl-20060912.ebuild
8 Log:
9 Drop die with edos2unix since it does it for us now.
10
11 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.2 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.2&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild?rev=1.2&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild?r1=1.1&r2=1.2
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.1
24 retrieving revision 1.2
25 diff -u -r1.1 -r1.2
26 --- iasl-20100428.ebuild 4 May 2010 17:32:17 -0000 1.1
27 +++ iasl-20100428.ebuild 30 Sep 2011 16:56:57 -0000 1.2
28 @@ -1,6 +1,6 @@
29 -# Copyright 1999-2010 Gentoo Foundation
30 +# Copyright 1999-2011 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild,v 1.1 2010/05/04 17:32:17 robbat2 Exp $
33 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100428.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
34
35 inherit toolchain-funcs flag-o-matic eutils
36
37 @@ -15,11 +15,10 @@
38 LICENSE="iASL"
39 SLOT="0"
40 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
41 -
42 IUSE="test"
43 -DEPEND="sys-devel/bison
44 - sys-devel/flex"
45
46 +DEPEND="sys-devel/bison
47 + sys-devel/flex"
48 RDEPEND=""
49
50 S=${WORKDIR}/${MY_P}
51 @@ -104,7 +103,7 @@
52 export PATH="${PATH}:${ASLTSDIR}/bin"
53 echo "$ASLTSDIR" >"${T}"/asltdir
54 cd "${ASLTSDIR}"
55 - edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
56 + edos2unix $(find . -type 'f')
57 make install || die "make install aslts test failed"
58 chmod +x $(find bin/ ! -regex 'ERROR_OPCODES|HOW_TO_USE|README' ) || die "chmod bin +x failed"
59
60 @@ -117,7 +116,7 @@
61 aapits_test() {
62 mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
63 cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
64 - edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
65 + edos2unix $(find . -type 'f')
66 chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
67 make || die "make in aapits failed"
68 cd asl || die "cd asl failed"
69
70
71
72 1.5 sys-power/iasl/iasl-20080514.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?rev=1.5&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?rev=1.5&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?r1=1.4&r2=1.5
77
78 Index: iasl-20080514.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v
81 retrieving revision 1.4
82 retrieving revision 1.5
83 diff -u -r1.4 -r1.5
84 --- iasl-20080514.ebuild 31 Jul 2009 06:47:10 -0000 1.4
85 +++ iasl-20080514.ebuild 30 Sep 2011 16:56:57 -0000 1.5
86 @@ -1,6 +1,6 @@
87 -# Copyright 1999-2009 Gentoo Foundation
88 +# Copyright 1999-2011 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v 1.4 2009/07/31 06:47:10 robbat2 Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v 1.5 2011/09/30 16:56:57 vapier Exp $
92
93 inherit toolchain-funcs flag-o-matic eutils
94
95 @@ -15,11 +15,10 @@
96 LICENSE="iASL"
97 SLOT="0"
98 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
99 -
100 IUSE="test"
101 +
102 DEPEND="sys-devel/bison
103 sys-devel/flex"
104 -
105 RDEPEND=""
106
107 S=${WORKDIR}/${MY_P}
108 @@ -94,7 +93,7 @@
109 export PATH="${PATH}:${ASLTSDIR}/bin"
110 echo "$ASLTSDIR" >"${T}"/asltdir
111 cd "${ASLTSDIR}"
112 - edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
113 + edos2unix $(find . -type 'f')
114 make install || die "make install aslts test failed"
115 chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
116
117 @@ -107,7 +106,7 @@
118 aapits_test() {
119 mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
120 cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
121 - edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
122 + edos2unix $(find . -type 'f')
123 chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
124 make || die "make in aapits failed"
125 cd asl || die "cd asl failed"
126
127
128
129 1.7 sys-power/iasl/iasl-20090123.ebuild
130
131 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.7&view=markup
132 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.7&content-type=text/plain
133 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?r1=1.6&r2=1.7
134
135 Index: iasl-20090123.ebuild
136 ===================================================================
137 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v
138 retrieving revision 1.6
139 retrieving revision 1.7
140 diff -u -r1.6 -r1.7
141 --- iasl-20090123.ebuild 7 Oct 2009 16:15:23 -0000 1.6
142 +++ iasl-20090123.ebuild 30 Sep 2011 16:56:57 -0000 1.7
143 @@ -1,6 +1,6 @@
144 -# Copyright 1999-2009 Gentoo Foundation
145 +# Copyright 1999-2011 Gentoo Foundation
146 # Distributed under the terms of the GNU General Public License v2
147 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.6 2009/10/07 16:15:23 nixnut Exp $
148 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.7 2011/09/30 16:56:57 vapier Exp $
149
150 inherit toolchain-funcs flag-o-matic eutils
151
152 @@ -15,11 +15,10 @@
153 LICENSE="iASL"
154 SLOT="0"
155 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
156 -
157 IUSE="test"
158 +
159 DEPEND="sys-devel/bison
160 sys-devel/flex"
161 -
162 RDEPEND=""
163
164 S=${WORKDIR}/${MY_P}
165 @@ -103,7 +102,7 @@
166 export PATH="${PATH}:${ASLTSDIR}/bin"
167 echo "$ASLTSDIR" >"${T}"/asltdir
168 cd "${ASLTSDIR}"
169 - edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
170 + edos2unix $(find . -type 'f')
171 make install || die "make install aslts test failed"
172 chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
173
174 @@ -116,7 +115,7 @@
175 aapits_test() {
176 mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
177 cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
178 - edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
179 + edos2unix $(find . -type 'f')
180 chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
181 make || die "make in aapits failed"
182 cd asl || die "cd asl failed"
183
184
185
186 1.2 sys-power/iasl/iasl-20100528.ebuild
187
188 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild?rev=1.2&view=markup
189 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild?rev=1.2&content-type=text/plain
190 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild?r1=1.1&r2=1.2
191
192 Index: iasl-20100528.ebuild
193 ===================================================================
194 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild,v
195 retrieving revision 1.1
196 retrieving revision 1.2
197 diff -u -r1.1 -r1.2
198 --- iasl-20100528.ebuild 18 Jun 2010 06:31:38 -0000 1.1
199 +++ iasl-20100528.ebuild 30 Sep 2011 16:56:57 -0000 1.2
200 @@ -1,6 +1,6 @@
201 -# Copyright 1999-2010 Gentoo Foundation
202 +# Copyright 1999-2011 Gentoo Foundation
203 # Distributed under the terms of the GNU General Public License v2
204 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild,v 1.1 2010/06/18 06:31:38 robbat2 Exp $
205 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20100528.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
206
207 inherit toolchain-funcs flag-o-matic eutils
208
209 @@ -15,11 +15,10 @@
210 LICENSE="iASL"
211 SLOT="0"
212 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
213 -
214 IUSE="test"
215 -DEPEND="sys-devel/bison
216 - sys-devel/flex"
217
218 +DEPEND="sys-devel/bison
219 + sys-devel/flex"
220 RDEPEND=""
221
222 S=${WORKDIR}/${MY_P}
223 @@ -104,7 +103,7 @@
224 export PATH="${PATH}:${ASLTSDIR}/bin"
225 echo "$ASLTSDIR" >"${T}"/asltdir
226 cd "${ASLTSDIR}"
227 - edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
228 + edos2unix $(find . -type 'f')
229 make install || die "make install aslts test failed"
230 chmod +x $(find bin/ ! -regex 'ERROR_OPCODES|HOW_TO_USE|README' ) || die "chmod bin +x failed"
231
232 @@ -117,7 +116,7 @@
233 aapits_test() {
234 mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
235 cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
236 - edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
237 + edos2unix $(find . -type 'f')
238 chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
239 make || die "make in aapits failed"
240 cd asl || die "cd asl failed"
241
242
243
244 1.3 sys-power/iasl/iasl-20090521.ebuild
245
246 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?rev=1.3&view=markup
247 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?rev=1.3&content-type=text/plain
248 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?r1=1.2&r2=1.3
249
250 Index: iasl-20090521.ebuild
251 ===================================================================
252 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v
253 retrieving revision 1.2
254 retrieving revision 1.3
255 diff -u -r1.2 -r1.3
256 --- iasl-20090521.ebuild 31 Jul 2009 06:47:10 -0000 1.2
257 +++ iasl-20090521.ebuild 30 Sep 2011 16:56:57 -0000 1.3
258 @@ -1,6 +1,6 @@
259 -# Copyright 1999-2009 Gentoo Foundation
260 +# Copyright 1999-2011 Gentoo Foundation
261 # Distributed under the terms of the GNU General Public License v2
262 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v 1.2 2009/07/31 06:47:10 robbat2 Exp $
263 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v 1.3 2011/09/30 16:56:57 vapier Exp $
264
265 inherit toolchain-funcs flag-o-matic eutils
266
267 @@ -15,11 +15,10 @@
268 LICENSE="iASL"
269 SLOT="0"
270 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
271 -
272 IUSE="test"
273 +
274 DEPEND="sys-devel/bison
275 sys-devel/flex"
276 -
277 RDEPEND=""
278
279 S=${WORKDIR}/${MY_P}
280 @@ -103,7 +102,7 @@
281 export PATH="${PATH}:${ASLTSDIR}/bin"
282 echo "$ASLTSDIR" >"${T}"/asltdir
283 cd "${ASLTSDIR}"
284 - edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
285 + edos2unix $(find . -type 'f')
286 make install || die "make install aslts test failed"
287 chmod +x $(find bin/ ! -regex 'ERROR_OPCODES|HOW_TO_USE|README' ) || die "chmod bin +x failed"
288
289 @@ -116,7 +115,7 @@
290 aapits_test() {
291 mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
292 cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
293 - edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
294 + edos2unix $(find . -type 'f')
295 chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
296 make || die "make in aapits failed"
297 cd asl || die "cd asl failed"
298
299
300
301 1.2 sys-power/iasl/iasl-20090903.ebuild
302
303 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild?rev=1.2&view=markup
304 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild?rev=1.2&content-type=text/plain
305 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild?r1=1.1&r2=1.2
306
307 Index: iasl-20090903.ebuild
308 ===================================================================
309 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild,v
310 retrieving revision 1.1
311 retrieving revision 1.2
312 diff -u -r1.1 -r1.2
313 --- iasl-20090903.ebuild 30 Sep 2009 01:17:18 -0000 1.1
314 +++ iasl-20090903.ebuild 30 Sep 2011 16:56:57 -0000 1.2
315 @@ -1,6 +1,6 @@
316 -# Copyright 1999-2009 Gentoo Foundation
317 +# Copyright 1999-2011 Gentoo Foundation
318 # Distributed under the terms of the GNU General Public License v2
319 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild,v 1.1 2009/09/30 01:17:18 robbat2 Exp $
320 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
321
322 inherit toolchain-funcs flag-o-matic eutils
323
324 @@ -15,11 +15,10 @@
325 LICENSE="iASL"
326 SLOT="0"
327 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
328 -
329 IUSE="test"
330 -DEPEND="sys-devel/bison
331 - sys-devel/flex"
332
333 +DEPEND="sys-devel/bison
334 + sys-devel/flex"
335 RDEPEND=""
336
337 S=${WORKDIR}/${MY_P}
338 @@ -104,7 +103,7 @@
339 export PATH="${PATH}:${ASLTSDIR}/bin"
340 echo "$ASLTSDIR" >"${T}"/asltdir
341 cd "${ASLTSDIR}"
342 - edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
343 + edos2unix $(find . -type 'f')
344 make install || die "make install aslts test failed"
345 chmod +x $(find bin/ ! -regex 'ERROR_OPCODES|HOW_TO_USE|README' ) || die "chmod bin +x failed"
346
347 @@ -117,7 +116,7 @@
348 aapits_test() {
349 mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
350 cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
351 - edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
352 + edos2unix $(find . -type 'f')
353 chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
354 make || die "make in aapits failed"
355 cd asl || die "cd asl failed"
356
357
358
359 1.33 sys-power/iasl/ChangeLog
360
361 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.33&view=markup
362 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.33&content-type=text/plain
363 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/ChangeLog?r1=1.32&r2=1.33
364
365 Index: ChangeLog
366 ===================================================================
367 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v
368 retrieving revision 1.32
369 retrieving revision 1.33
370 diff -u -r1.32 -r1.33
371 --- ChangeLog 18 Jun 2010 06:31:38 -0000 1.32
372 +++ ChangeLog 30 Sep 2011 16:56:57 -0000 1.33
373 @@ -1,6 +1,12 @@
374 # ChangeLog for sys-power/iasl
375 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
376 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.32 2010/06/18 06:31:38 robbat2 Exp $
377 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
378 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.33 2011/09/30 16:56:57 vapier Exp $
379 +
380 + 30 Sep 2011; Mike Frysinger <vapier@g.o> iasl-20060912.ebuild,
381 + iasl-20080514.ebuild, iasl-20080701.ebuild, iasl-20090123.ebuild,
382 + iasl-20090521.ebuild, iasl-20090903.ebuild, iasl-20091013.ebuild,
383 + iasl-20100428.ebuild, iasl-20100528.ebuild:
384 + Drop die with edos2unix since it does it for us now.
385
386 *iasl-20100528 (18 Jun 2010)
387
388
389
390
391 1.2 sys-power/iasl/iasl-20091013.ebuild
392
393 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild?rev=1.2&view=markup
394 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild?rev=1.2&content-type=text/plain
395 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild?r1=1.1&r2=1.2
396
397 Index: iasl-20091013.ebuild
398 ===================================================================
399 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild,v
400 retrieving revision 1.1
401 retrieving revision 1.2
402 diff -u -r1.1 -r1.2
403 --- iasl-20091013.ebuild 23 Oct 2009 07:48:13 -0000 1.1
404 +++ iasl-20091013.ebuild 30 Sep 2011 16:56:57 -0000 1.2
405 @@ -1,6 +1,6 @@
406 -# Copyright 1999-2009 Gentoo Foundation
407 +# Copyright 1999-2011 Gentoo Foundation
408 # Distributed under the terms of the GNU General Public License v2
409 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild,v 1.1 2009/10/23 07:48:13 robbat2 Exp $
410 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20091013.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $
411
412 inherit toolchain-funcs flag-o-matic eutils
413
414 @@ -15,11 +15,10 @@
415 LICENSE="iASL"
416 SLOT="0"
417 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
418 -
419 IUSE="test"
420 -DEPEND="sys-devel/bison
421 - sys-devel/flex"
422
423 +DEPEND="sys-devel/bison
424 + sys-devel/flex"
425 RDEPEND=""
426
427 S=${WORKDIR}/${MY_P}
428 @@ -104,7 +103,7 @@
429 export PATH="${PATH}:${ASLTSDIR}/bin"
430 echo "$ASLTSDIR" >"${T}"/asltdir
431 cd "${ASLTSDIR}"
432 - edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
433 + edos2unix $(find . -type 'f')
434 make install || die "make install aslts test failed"
435 chmod +x $(find bin/ ! -regex 'ERROR_OPCODES|HOW_TO_USE|README' ) || die "chmod bin +x failed"
436
437 @@ -117,7 +116,7 @@
438 aapits_test() {
439 mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
440 cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
441 - edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
442 + edos2unix $(find . -type 'f')
443 chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
444 make || die "make in aapits failed"
445 cd asl || die "cd asl failed"
446
447
448
449 1.4 sys-power/iasl/iasl-20080701.ebuild
450
451 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?rev=1.4&view=markup
452 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?rev=1.4&content-type=text/plain
453 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?r1=1.3&r2=1.4
454
455 Index: iasl-20080701.ebuild
456 ===================================================================
457 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v
458 retrieving revision 1.3
459 retrieving revision 1.4
460 diff -u -r1.3 -r1.4
461 --- iasl-20080701.ebuild 31 Jul 2009 06:47:10 -0000 1.3
462 +++ iasl-20080701.ebuild 30 Sep 2011 16:56:57 -0000 1.4
463 @@ -1,6 +1,6 @@
464 -# Copyright 1999-2009 Gentoo Foundation
465 +# Copyright 1999-2011 Gentoo Foundation
466 # Distributed under the terms of the GNU General Public License v2
467 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v 1.3 2009/07/31 06:47:10 robbat2 Exp $
468 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v 1.4 2011/09/30 16:56:57 vapier Exp $
469
470 inherit toolchain-funcs flag-o-matic eutils
471
472 @@ -15,11 +15,10 @@
473 LICENSE="iASL"
474 SLOT="0"
475 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
476 -
477 IUSE="test"
478 +
479 DEPEND="sys-devel/bison
480 sys-devel/flex"
481 -
482 RDEPEND=""
483
484 S=${WORKDIR}/${MY_P}
485 @@ -100,7 +99,7 @@
486 export PATH="${PATH}:${ASLTSDIR}/bin"
487 echo "$ASLTSDIR" >"${T}"/asltdir
488 cd "${ASLTSDIR}"
489 - edos2unix $(find . -type 'f') || die "edos2unix failed in aslts"
490 + edos2unix $(find . -type 'f')
491 make install || die "make install aslts test failed"
492 chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
493
494 @@ -113,7 +112,7 @@
495 aapits_test() {
496 mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed"
497 cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits"
498 - edos2unix $(find . -type 'f') || die "edos2unix failed in aapits"
499 + edos2unix $(find . -type 'f')
500 chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed"
501 make || die "make in aapits failed"
502 cd asl || die "cd asl failed"
503
504
505
506 1.8 sys-power/iasl/iasl-20060912.ebuild
507
508 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild?rev=1.8&view=markup
509 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild?rev=1.8&content-type=text/plain
510 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild?r1=1.7&r2=1.8
511
512 Index: iasl-20060912.ebuild
513 ===================================================================
514 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild,v
515 retrieving revision 1.7
516 retrieving revision 1.8
517 diff -u -r1.7 -r1.8
518 --- iasl-20060912.ebuild 26 May 2008 21:51:01 -0000 1.7
519 +++ iasl-20060912.ebuild 30 Sep 2011 16:56:57 -0000 1.8
520 @@ -1,6 +1,6 @@
521 -# Copyright 1999-2008 Gentoo Foundation
522 +# Copyright 1999-2011 Gentoo Foundation
523 # Distributed under the terms of the GNU General Public License v2
524 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild,v 1.7 2008/05/26 21:51:01 robbat2 Exp $
525 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20060912.ebuild,v 1.8 2011/09/30 16:56:57 vapier Exp $
526
527 inherit toolchain-funcs eutils
528
529 @@ -15,10 +15,10 @@
530 LICENSE="iASL"
531 SLOT="0"
532 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
533 -
534 IUSE=""
535 +
536 DEPEND="sys-devel/bison
537 - sys-devel/flex"
538 + sys-devel/flex"
539 RDEPEND=""
540
541 src_unpack() {