diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-07-31 06:47:10 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-07-31 06:47:10 +0000 |
commit | 56cae24d70c16d0be292361e26b385fed2b5b050 (patch) | |
tree | ba2789cdde0d1251b1c270a0de3bbfc4462b5734 /sys-power | |
parent | add now released GNU Emacs 23 to the virtual (diff) | |
download | gentoo-2-56cae24d70c16d0be292361e26b385fed2b5b050.tar.gz gentoo-2-56cae24d70c16d0be292361e26b385fed2b5b050.tar.bz2 gentoo-2-56cae24d70c16d0be292361e26b385fed2b5b050.zip |
Bug #278730.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/iasl/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/iasl/iasl-20080514.ebuild | 12 | ||||
-rw-r--r-- | sys-power/iasl/iasl-20080701.ebuild | 12 | ||||
-rw-r--r-- | sys-power/iasl/iasl-20090123.ebuild | 10 | ||||
-rw-r--r-- | sys-power/iasl/iasl-20090521.ebuild | 10 |
5 files changed, 27 insertions, 23 deletions
diff --git a/sys-power/iasl/ChangeLog b/sys-power/iasl/ChangeLog index 9b545f0b5f99..94ed4790e059 100644 --- a/sys-power/iasl/ChangeLog +++ b/sys-power/iasl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/iasl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.26 2009/05/29 01:12:07 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.27 2009/07/31 06:47:10 robbat2 Exp $ + + 31 Jul 2009; Robin H. Johnson <robbat2@gentoo.org> iasl-20080514.ebuild, + iasl-20080701.ebuild, iasl-20090123.ebuild, iasl-20090521.ebuild: + Bug #278730. 29 May 2009; Steve Dibb <beandog@gentoo.org> iasl-20090123.ebuild: amd64 stable, bug 271248 diff --git a/sys-power/iasl/iasl-20080514.ebuild b/sys-power/iasl/iasl-20080514.ebuild index 9ac0969d9380..af0ae2745768 100644 --- a/sys-power/iasl/iasl-20080514.ebuild +++ b/sys-power/iasl/iasl-20080514.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v 1.3 2008/06/07 02:55:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080514.ebuild,v 1.4 2009/07/31 06:47:10 robbat2 Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -74,15 +74,15 @@ src_install() { dobin "${T}"/${bin} done dodoc README changes.txt - if hasq test $FEATURES ; then + if use test ; then + tb="${T}"/testresults.tar.bz2 export ASLTSDIR="$(<"${T}"/asltdir)" - cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed" ebegin "Creating Test Tarball" - tar -cjf testresults.tar.bz2 * || die "tar failed" + tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS . || die "tar failed" eend $? dodir /usr/share/${PF} insinto /usr/share/${PF} - doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed" + doins ${tb} || die "doins testresults.tar.bz2 failed" fi } diff --git a/sys-power/iasl/iasl-20080701.ebuild b/sys-power/iasl/iasl-20080701.ebuild index beafdaa20498..554e938ab651 100644 --- a/sys-power/iasl/iasl-20080701.ebuild +++ b/sys-power/iasl/iasl-20080701.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v 1.2 2008/09/09 06:01:36 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20080701.ebuild,v 1.3 2009/07/31 06:47:10 robbat2 Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -80,15 +80,15 @@ src_install() { dobin "${T}"/${bin} done dodoc README changes.txt - if hasq test $FEATURES ; then + if use test ; then + tb="${T}"/testresults.tar.bz2 export ASLTSDIR="$(<"${T}"/asltdir)" - cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed" ebegin "Creating Test Tarball" - tar -cjf testresults.tar.bz2 * || die "tar failed" + tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS . || die "tar failed" eend $? dodir /usr/share/${PF} insinto /usr/share/${PF} - doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed" + doins ${tb} || die "doins testresults.tar.bz2 failed" fi } diff --git a/sys-power/iasl/iasl-20090123.ebuild b/sys-power/iasl/iasl-20090123.ebuild index f22f859b70ab..28051883c396 100644 --- a/sys-power/iasl/iasl-20090123.ebuild +++ b/sys-power/iasl/iasl-20090123.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.4 2009/05/29 01:12:07 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090123.ebuild,v 1.5 2009/07/31 06:47:10 robbat2 Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -83,15 +83,15 @@ src_install() { dobin "${T}"/${bin} done dodoc README changes.txt - if hasq test $FEATURES ; then + if use test ; then + tb="${T}"/testresults.tar.bz2 export ASLTSDIR="$(<"${T}"/asltdir)" - cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed" ebegin "Creating Test Tarball" - tar -cjf testresults.tar.bz2 * || die "tar failed" + tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS . || die "tar failed" eend $? dodir /usr/share/${PF} insinto /usr/share/${PF} - doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed" + doins ${tb} || die "doins testresults.tar.bz2 failed" fi } diff --git a/sys-power/iasl/iasl-20090521.ebuild b/sys-power/iasl/iasl-20090521.ebuild index 689ff0b9aae9..bd875ff4e0ae 100644 --- a/sys-power/iasl/iasl-20090521.ebuild +++ b/sys-power/iasl/iasl-20090521.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v 1.1 2009/05/26 02:07:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090521.ebuild,v 1.2 2009/07/31 06:47:10 robbat2 Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -83,15 +83,15 @@ src_install() { dobin "${T}"/${bin} done dodoc README changes.txt - if hasq test $FEATURES ; then + if use test ; then + tb="${T}"/testresults.tar.bz2 export ASLTSDIR="$(<"${T}"/asltdir)" - cd "${ASLTSDIR}"/tmp/RESULTS || die "cd ${ASLTSDIR}/tmp/RESULTS failed" ebegin "Creating Test Tarball" - tar -cjf testresults.tar.bz2 * || die "tar failed" + tar -cjf "${tb}" -C "${ASLTSDIR}"/tmp/RESULTS . || die "tar failed" eend $? dodir /usr/share/${PF} insinto /usr/share/${PF} - doins testresults.tar.bz2 || die "doins testresults.tar.bz2 failed" + doins ${tb} || die "doins testresults.tar.bz2 failed" fi } |