diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-09-30 16:56:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-09-30 16:56:57 +0000 |
commit | 97332f2fd27f8f03003b3650518c6da9a7faf868 (patch) | |
tree | d04563d2a11a71b69f7c916be4fa016e56ae3ce4 /sys-power/iasl/iasl-20090903.ebuild | |
parent | Drop die with edos2unix since it does it for us now. (diff) | |
download | historical-97332f2fd27f8f03003b3650518c6da9a7faf868.tar.gz historical-97332f2fd27f8f03003b3650518c6da9a7faf868.tar.bz2 historical-97332f2fd27f8f03003b3650518c6da9a7faf868.zip |
Drop die with edos2unix since it does it for us now.
Package-Manager: portage-2.2.0_alpha59/cvs/Linux x86_64
Diffstat (limited to 'sys-power/iasl/iasl-20090903.ebuild')
-rw-r--r-- | sys-power/iasl/iasl-20090903.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys-power/iasl/iasl-20090903.ebuild b/sys-power/iasl/iasl-20090903.ebuild index a3512f2b5081..bd0d5fe4a7a3 100644 --- a/sys-power/iasl/iasl-20090903.ebuild +++ b/sys-power/iasl/iasl-20090903.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild,v 1.1 2009/09/30 01:17:18 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20090903.ebuild,v 1.2 2011/09/30 16:56:57 vapier Exp $ inherit toolchain-funcs flag-o-matic eutils @@ -15,11 +15,10 @@ SRC_URI="http://www.acpica.org/download/${MY_P}.tar.gz LICENSE="iASL" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" - IUSE="test" -DEPEND="sys-devel/bison - sys-devel/flex" +DEPEND="sys-devel/bison + sys-devel/flex" RDEPEND="" S=${WORKDIR}/${MY_P} @@ -104,7 +103,7 @@ aslts_test() { export PATH="${PATH}:${ASLTSDIR}/bin" echo "$ASLTSDIR" >"${T}"/asltdir cd "${ASLTSDIR}" - edos2unix $(find . -type 'f') || die "edos2unix failed in aslts" + edos2unix $(find . -type 'f') make install || die "make install aslts test failed" chmod +x $(find bin/ ! -regex 'ERROR_OPCODES|HOW_TO_USE|README' ) || die "chmod bin +x failed" @@ -117,7 +116,7 @@ aslts_test() { aapits_test() { mv "${WORKDIR}/${MY_TESTS_P}/tests/aapits" "${S}/tools/" || die "mv failed" cd "${S}/tools/aapits" || die "cannot find ${S}/tools/aapits" - edos2unix $(find . -type 'f') || die "edos2unix failed in aapits" + edos2unix $(find . -type 'f') chmod +x $(find bin/ | sed -r -e '/\/[A-Z_]+$/d') || die "chmod bin +x failed" make || die "make in aapits failed" cd asl || die "cd asl failed" |