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: ChangeLog iasl-20080701.ebuild iasl-20090521.ebuild iasl-20080514.ebuild iasl-20090123.ebuild
Date: Fri, 31 Jul 2009 06:47:17
Message-Id: E1MWltW-0001UH-EE@stork.gentoo.org
1 robbat2 09/07/31 06:47:10
2
3 Modified: ChangeLog iasl-20080701.ebuild iasl-20090521.ebuild
4 iasl-20080514.ebuild iasl-20090123.ebuild
5 Log:
6 Bug #278730.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.27 sys-power/iasl/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.27&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/ChangeLog?rev=1.27&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/ChangeLog?r1=1.26&r2=1.27
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v
19 retrieving revision 1.26
20 retrieving revision 1.27
21 diff -p -w -b -B -u -u -r1.26 -r1.27
22 --- ChangeLog 29 May 2009 01:12:07 -0000 1.26
23 +++ ChangeLog 31 Jul 2009 06:47:10 -0000 1.27
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-power/iasl
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.26 2009/05/29 01:12:07 beandog Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.27 2009/07/31 06:47:10 robbat2 Exp $
29 +
30 + 31 Jul 2009; Robin H. Johnson <robbat2@g.o> iasl-20080514.ebuild,
31 + iasl-20080701.ebuild, iasl-20090123.ebuild, iasl-20090521.ebuild:
32 + Bug #278730.
33
34 29 May 2009; Steve Dibb <beandog@g.o> iasl-20090123.ebuild:
35 amd64 stable, bug 271248
36
37
38
39 1.3 sys-power/iasl/iasl-20080701.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild?r1=1.2&r2=1.3
44
45 Index: iasl-20080701.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -p -w -b -B -u -u -r1.2 -r1.3
51 --- iasl-20080701.ebuild 9 Sep 2008 06:01:36 -0000 1.2
52 +++ iasl-20080701.ebuild 31 Jul 2009 06:47:10 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v 1.2 2008/09/09 06:01:36 robbat2 Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v 1.3 2009/07/31 06:47:10 robbat2 Exp $
59
60 inherit toolchain-funcs flag-o-matic eutils
61
62 @@ -80,15 +80,15 @@ src_install() {
63 dobin "${T}"/${bin}
64 done
65 dodoc README changes.txt
66 - if hasq test $FEATURES ; then
67 + if use test ; then
68 + tb="${T}"/testresults.tar.bz2
69 export ASLTSDIR="$(<"${T}"/asltdir)"
70 - cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed"
71 ebegin "Creating Test Tarball"
72 - tar -cjf testresults.tar.bz2 * || die "tar failed"
73 + tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS . || die "tar failed"
74 eend $?
75 dodir /usr/share/${PF}
76 insinto /usr/share/${PF}
77 - doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed"
78 + doins ${tb} || die "doins testresults.tar.bz2 failed"
79 fi
80
81 }
82
83
84
85 1.2 sys-power/iasl/iasl-20090521.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?rev=1.2&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?rev=1.2&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild?r1=1.1&r2=1.2
90
91 Index: iasl-20090521.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v
94 retrieving revision 1.1
95 retrieving revision 1.2
96 diff -p -w -b -B -u -u -r1.1 -r1.2
97 --- iasl-20090521.ebuild 26 May 2009 02:07:59 -0000 1.1
98 +++ iasl-20090521.ebuild 31 Jul 2009 06:47:10 -0000 1.2
99 @@ -1,6 +1,6 @@
100 # Copyright 1999-2009 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v 1.1 2009/05/26 02:07:59 robbat2 Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v 1.2 2009/07/31 06:47:10 robbat2 Exp $
104
105 inherit toolchain-funcs flag-o-matic eutils
106
107 @@ -83,15 +83,15 @@ src_install() {
108 dobin "${T}"/${bin}
109 done
110 dodoc README changes.txt
111 - if hasq test $FEATURES ; then
112 + if use test ; then
113 + tb="${T}"/testresults.tar.bz2
114 export ASLTSDIR="$(<"${T}"/asltdir)"
115 - cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed"
116 ebegin "Creating Test Tarball"
117 - tar -cjf testresults.tar.bz2 * || die "tar failed"
118 + tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS . || die "tar failed"
119 eend $?
120 dodir /usr/share/${PF}
121 insinto /usr/share/${PF}
122 - doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed"
123 + doins ${tb} || die "doins testresults.tar.bz2 failed"
124 fi
125
126 }
127
128
129
130 1.4 sys-power/iasl/iasl-20080514.ebuild
131
132 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?rev=1.4&view=markup
133 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?rev=1.4&content-type=text/plain
134 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild?r1=1.3&r2=1.4
135
136 Index: iasl-20080514.ebuild
137 ===================================================================
138 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v
139 retrieving revision 1.3
140 retrieving revision 1.4
141 diff -p -w -b -B -u -u -r1.3 -r1.4
142 --- iasl-20080514.ebuild 7 Jun 2008 02:55:49 -0000 1.3
143 +++ iasl-20080514.ebuild 31 Jul 2009 06:47:10 -0000 1.4
144 @@ -1,6 +1,6 @@
145 -# Copyright 1999-2008 Gentoo Foundation
146 +# Copyright 1999-2009 Gentoo Foundation
147 # Distributed under the terms of the GNU General Public License v2
148 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v 1.3 2008/06/07 02:55:49 robbat2 Exp $
149 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v 1.4 2009/07/31 06:47:10 robbat2 Exp $
150
151 inherit toolchain-funcs flag-o-matic eutils
152
153 @@ -74,15 +74,15 @@ src_install() {
154 dobin "${T}"/${bin}
155 done
156 dodoc README changes.txt
157 - if hasq test $FEATURES ; then
158 + if use test ; then
159 + tb="${T}"/testresults.tar.bz2
160 export ASLTSDIR="$(<"${T}"/asltdir)"
161 - cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed"
162 ebegin "Creating Test Tarball"
163 - tar -cjf testresults.tar.bz2 * || die "tar failed"
164 + tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS . || die "tar failed"
165 eend $?
166 dodir /usr/share/${PF}
167 insinto /usr/share/${PF}
168 - doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed"
169 + doins ${tb} || die "doins testresults.tar.bz2 failed"
170 fi
171
172 }
173
174
175
176 1.5 sys-power/iasl/iasl-20090123.ebuild
177
178 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.5&view=markup
179 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?rev=1.5&content-type=text/plain
180 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild?r1=1.4&r2=1.5
181
182 Index: iasl-20090123.ebuild
183 ===================================================================
184 RCS file: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v
185 retrieving revision 1.4
186 retrieving revision 1.5
187 diff -p -w -b -B -u -u -r1.4 -r1.5
188 --- iasl-20090123.ebuild 29 May 2009 01:12:07 -0000 1.4
189 +++ iasl-20090123.ebuild 31 Jul 2009 06:47:10 -0000 1.5
190 @@ -1,6 +1,6 @@
191 # Copyright 1999-2009 Gentoo Foundation
192 # Distributed under the terms of the GNU General Public License v2
193 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.4 2009/05/29 01:12:07 beandog Exp $
194 +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.5 2009/07/31 06:47:10 robbat2 Exp $
195
196 inherit toolchain-funcs flag-o-matic eutils
197
198 @@ -83,15 +83,15 @@ src_install() {
199 dobin "${T}"/${bin}
200 done
201 dodoc README changes.txt
202 - if hasq test $FEATURES ; then
203 + if use test ; then
204 + tb="${T}"/testresults.tar.bz2
205 export ASLTSDIR="$(<"${T}"/asltdir)"
206 - cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed"
207 ebegin "Creating Test Tarball"
208 - tar -cjf testresults.tar.bz2 * || die "tar failed"
209 + tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS . || die "tar failed"
210 eend $?
211 dodir /usr/share/${PF}
212 insinto /usr/share/${PF}
213 - doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed"
214 + doins ${tb} || die "doins testresults.tar.bz2 failed"
215 fi
216
217 }