summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-05-22 21:23:02 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-05-22 21:23:02 +0000
commit7977d39417eab5d859ae0aa1154f7f5cd699ce2c (patch)
tree7b220a63223f370dcc0ca0fe6b29d8647eb9fd03 /sys-power
parentClean up ebuild syntax. (diff)
downloadgentoo-2-7977d39417eab5d859ae0aa1154f7f5cd699ce2c.tar.gz
gentoo-2-7977d39417eab5d859ae0aa1154f7f5cd699ce2c.tar.bz2
gentoo-2-7977d39417eab5d859ae0aa1154f7f5cd699ce2c.zip
Remove old builds.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-power')
-rw-r--r--sys-power/iasl/ChangeLog7
-rw-r--r--sys-power/iasl/iasl-20050309.ebuild24
-rw-r--r--sys-power/iasl/iasl-20050513.ebuild32
-rw-r--r--sys-power/iasl/iasl-20051216.ebuild36
-rw-r--r--sys-power/iasl/iasl-20060127.ebuild40
-rw-r--r--sys-power/iasl/iasl-20060512.ebuild40
6 files changed, 6 insertions, 173 deletions
diff --git a/sys-power/iasl/ChangeLog b/sys-power/iasl/ChangeLog
index 0b9d6c53e489..c64f75c0a90b 100644
--- a/sys-power/iasl/ChangeLog
+++ b/sys-power/iasl/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-power/iasl
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.16 2008/05/22 21:21:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/ChangeLog,v 1.17 2008/05/22 21:23:02 robbat2 Exp $
+
+ 22 May 2008; Robin H. Johnson <robbat2@gentoo.org> -iasl-20050309.ebuild,
+ -iasl-20050513.ebuild, -iasl-20051216.ebuild, -iasl-20060127.ebuild,
+ -iasl-20060512.ebuild:
+ Remove old builds.
22 May 2008; Robin H. Johnson <robbat2@gentoo.org> iasl-20050309.ebuild,
iasl-20050513.ebuild, iasl-20051216.ebuild, iasl-20060127.ebuild,
diff --git a/sys-power/iasl/iasl-20050309.ebuild b/sys-power/iasl/iasl-20050309.ebuild
deleted file mode 100644
index 002d42c41374..000000000000
--- a/sys-power/iasl/iasl-20050309.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20050309.ebuild,v 1.3 2008/05/22 21:21:59 robbat2 Exp $
-
-MY_PN="acpica-unix"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Intel ACPI Source Language (ASL) compiler"
-HOMEPAGE="http://www.intel.com/technology/iapc/acpi/"
-SRC_URI="${HOMEPAGE}/downloads/${MY_P}.tar.gz"
-LICENSE="iASL"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-DEPEND="virtual/libc"
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- cd "${S}"/compiler && emake -j1 || die "make failed"
-}
-
-src_install() {
- dobin compiler/iasl || die "iasl binary not created"
- dodoc "${S}"/README || die "README not found"
-}
diff --git a/sys-power/iasl/iasl-20050513.ebuild b/sys-power/iasl/iasl-20050513.ebuild
deleted file mode 100644
index e6d101590075..000000000000
--- a/sys-power/iasl/iasl-20050513.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20050513.ebuild,v 1.4 2008/05/22 21:21:59 robbat2 Exp $
-
-inherit toolchain-funcs
-
-MY_P=acpica-unix-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Intel ACPI Source Language (ASL) compiler"
-HOMEPAGE="http://www.intel.com/technology/iapc/acpi/"
-SRC_URI="http://www.intel.com/technology/iapc/acpi/downloads/${MY_P}.tar.gz"
-
-LICENSE="iASL"
-SLOT="0"
-KEYWORDS="~ppc ~x86 ~amd64"
-
-IUSE=""
-DEPEND="sys-devel/bison
- sys-devel/flex"
-RDEPEND=""
-
-src_compile() {
- cd "${S}"/compiler
- emake -j1 CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
- dobin compiler/iasl
-
- dodoc "${S}"/README
-}
diff --git a/sys-power/iasl/iasl-20051216.ebuild b/sys-power/iasl/iasl-20051216.ebuild
deleted file mode 100644
index 1e005e162582..000000000000
--- a/sys-power/iasl/iasl-20051216.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20051216.ebuild,v 1.2 2008/05/22 21:21:59 robbat2 Exp $
-
-inherit toolchain-funcs eutils
-
-MY_PN=acpica-unix
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Intel ACPI Source Language (ASL) compiler"
-HOMEPAGE="http://www.intel.com/technology/iapc/acpi/"
-SRC_URI="http://www.intel.com/technology/iapc/acpi/downloads/${MY_P}.tar.gz"
-
-LICENSE="iASL"
-SLOT="0"
-KEYWORDS="~ppc ~x86 ~amd64"
-
-IUSE=""
-DEPEND="sys-devel/bison
- sys-devel/flex"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- EPATCH_OPTS="-p1 -d '${S}'" epatch "${FILESDIR}"/${MY_PN}-20051216-buildfixup.patch
-}
-
-src_compile() {
- emake CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
- dobin compiler/iasl tools/acpibin/acpibin tools/acpiexec/acpiexec tools/acpisrc/acpisrc
- dodoc README changes.txt
-}
diff --git a/sys-power/iasl/iasl-20060127.ebuild b/sys-power/iasl/iasl-20060127.ebuild
deleted file mode 100644
index c180fee536a7..000000000000
--- a/sys-power/iasl/iasl-20060127.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20060127.ebuild,v 1.2 2008/05/22 21:21:59 robbat2 Exp $
-
-inherit toolchain-funcs eutils
-
-MY_PN=acpica-unix
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Intel ACPI Source Language (ASL) compiler"
-HOMEPAGE="http://www.intel.com/technology/iapc/acpi/"
-SRC_URI="http://www.intel.com/technology/iapc/acpi/downloads/${MY_P}.tar.gz"
-
-LICENSE="iASL"
-SLOT="0"
-KEYWORDS="~ppc ~x86 ~amd64"
-
-IUSE=""
-DEPEND="sys-devel/bison
- sys-devel/flex"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- EPATCH_OPTS="-p1 -d '${S}'" epatch "${FILESDIR}"/${MY_PN}-20051216-buildfixup.patch
-}
-
-src_compile() {
- # fix stupid flex 2.5.31 bug
- emake -C compiler aslcompilerlex.c || die "emake aslcompilerlex.c failed"
- sed -i.orig -e '/#define unput/s,yytext_ptr,AslCompilertext,' \
- "${S}"/compiler/aslcompilerlex.c || die "sed failed"
- emake CC=$(tc-getCC) || die "emake failed"
-}
-
-src_install() {
- dobin compiler/iasl tools/acpibin/acpibin tools/acpiexec/acpiexec tools/acpisrc/acpisrc
- dodoc README changes.txt
-}
diff --git a/sys-power/iasl/iasl-20060512.ebuild b/sys-power/iasl/iasl-20060512.ebuild
deleted file mode 100644
index d19ac41afc49..000000000000
--- a/sys-power/iasl/iasl-20060512.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/iasl/iasl-20060512.ebuild,v 1.2 2008/05/22 21:21:59 robbat2 Exp $
-
-inherit toolchain-funcs eutils
-
-MY_PN=acpica-unix
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Intel ACPI Source Language (ASL) compiler"
-HOMEPAGE="http://www.intel.com/technology/iapc/acpi/"
-SRC_URI="http://www.intel.com/technology/iapc/acpi/downloads/${MY_P}.tar.gz"
-
-LICENSE="iASL"
-SLOT="0"
-KEYWORDS="~ppc ~x86 ~amd64"
-
-IUSE=""
-DEPEND="sys-devel/bison
- sys-devel/flex"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- EPATCH_OPTS="-p1 -d '${S}'" epatch "${FILESDIR}"/${MY_PN}-20060512-buildfixup.patch
-}
-
-src_compile() {
- # fix stupid flex 2.5.31 bug
- emake -C compiler aslcompilerlex.c || die "emake aslcompilerlex.c failed"
- sed -i.orig -e '/#define unput/s,yytext_ptr,AslCompilertext,' \
- "${S}"/compiler/aslcompilerlex.c || die "sed failed"
- emake CC="$(tc-getCC)" || die "emake failed"
-}
-
-src_install() {
- dobin compiler/iasl tools/acpixtract/acpixtract tools/acpiexec/acpiexec tools/acpisrc/acpisrc
- dodoc README changes.txt
-}