diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-06 23:21:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-06 23:21:49 +0000 |
commit | 3807a3dce7fc0abed2df723b6700039397466920 (patch) | |
tree | 626cea2beb0ebe08fa03406ba54687765861610a /sys-apps | |
parent | arm/ia64/s390 stable (diff) | |
download | gentoo-2-3807a3dce7fc0abed2df723b6700039397466920.tar.gz gentoo-2-3807a3dce7fc0abed2df723b6700039397466920.tar.bz2 gentoo-2-3807a3dce7fc0abed2df723b6700039397466920.zip |
pawn off onto mobile
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/acpi/acpi-0.06.ebuild | 28 | ||||
-rw-r--r-- | sys-apps/acpi/files/digest-acpi-0.06 | 1 | ||||
-rw-r--r-- | sys-apps/acpi/metadata.xml | 2 |
3 files changed, 1 insertions, 30 deletions
diff --git a/sys-apps/acpi/acpi-0.06.ebuild b/sys-apps/acpi/acpi-0.06.ebuild deleted file mode 100644 index 4a011162934f..000000000000 --- a/sys-apps/acpi/acpi-0.06.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpi/acpi-0.06.ebuild,v 1.7 2004/06/28 15:57:24 vapier Exp $ - -DESCRIPTION="Attempts to replicate the functionality of the 'old' apm command on ACPI systems, including battery and thermal information." -HOMEPAGE="http://packages.debian.org/unstable/utils/acpi.html" -SRC_URI="http://ftp.debian.org/debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="-* x86" -IUSE="" - -DEPEND="virtual/libc" - -S=${WORKDIR}/${PN} - -src_compile() { - econf || die - emake || die - ( cd doc && make ) || die -} - -src_install() { - einstall || die - ( cd doc && doman acpi.1 ) - dodoc AUTHORS CREDITS ChangeLog README -} diff --git a/sys-apps/acpi/files/digest-acpi-0.06 b/sys-apps/acpi/files/digest-acpi-0.06 deleted file mode 100644 index a470d2f56c6a..000000000000 --- a/sys-apps/acpi/files/digest-acpi-0.06 +++ /dev/null @@ -1 +0,0 @@ -MD5 062a77b38b929fe34120c3f258fd01ba acpi_0.06.orig.tar.gz 42907 diff --git a/sys-apps/acpi/metadata.xml b/sys-apps/acpi/metadata.xml index 96a2d586367d..b27ff8eb4ed6 100644 --- a/sys-apps/acpi/metadata.xml +++ b/sys-apps/acpi/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>base-system</herd> +<herd>mobile</herd> </pkgmetadata> |