summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/pmtools/pmtools-20071116.ebuild')
-rw-r--r--sys-power/pmtools/pmtools-20071116.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/sys-power/pmtools/pmtools-20071116.ebuild b/sys-power/pmtools/pmtools-20071116.ebuild
deleted file mode 100644
index 9453c5d8037f..000000000000
--- a/sys-power/pmtools/pmtools-20071116.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils flag-o-matic toolchain-funcs
-
-DESCRIPTION="ACPI disassembler tools, including acpidump"
-HOMEPAGE="http://www.lesswatts.org/projects/acpi/utilities.php"
-SRC_URI="http://www.lesswatts.org/patches/linux_acpi/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}
- dev-lang/perl
- >=sys-power/iasl-20060512"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${PN}-20071116-acpixtract-pmtools.patch
-
- sed -i.orig -e '/^CFLAGS/s, -s , ,' \
- -i.orig -e "s:-Os::g" \
- acpidump/Makefile || die "sed failed"
-
- strip-unsupported-flags
-}
-
-src_compile() {
- # respect user's LDFLAGS
- emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" || die "emake failed"
-}
-
-src_install() {
- # acpidump access the ACPI data via /dev/mem or EFI firmware in /sys
- dosbin acpidump/acpidump
- # the other tools only process data
- newbin acpixtract/acpixtract acpixtract-pmtools
- dobin madt/madt
-
- dodoc README
- docinto madt
- dodoc madt/README madt/example.APIC*
-}
-
-pkg_postinst() {
- ewarn "Please note that acpixtract is now named acpixtract-pmtools to avoid"
- ewarn "conflicts with the new tool of the same name from the iasl package."
-}