summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-04-22 18:20:37 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-04-22 18:20:37 +0000
commit3092b60ce7abbeaf25b9efd0b94768fe61b79cbc (patch)
tree7268ed0f2c7f3b53b1186f705455715e83848573 /sys-apps
parentManifest recommit (diff)
downloadhistorical-3092b60ce7abbeaf25b9efd0b94768fe61b79cbc.tar.gz
historical-3092b60ce7abbeaf25b9efd0b94768fe61b79cbc.tar.bz2
historical-3092b60ce7abbeaf25b9efd0b94768fe61b79cbc.zip
Moved to sys-power/acpi.
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/acpi/ChangeLog25
-rw-r--r--sys-apps/acpi/Manifest4
-rw-r--r--sys-apps/acpi/acpi-0.06-r5.ebuild41
-rw-r--r--sys-apps/acpi/files/digest-acpi-0.06-r52
-rw-r--r--sys-apps/acpi/metadata.xml5
5 files changed, 0 insertions, 77 deletions
diff --git a/sys-apps/acpi/ChangeLog b/sys-apps/acpi/ChangeLog
deleted file mode 100644
index ccf114de966b..000000000000
--- a/sys-apps/acpi/ChangeLog
+++ /dev/null
@@ -1,25 +0,0 @@
-# ChangeLog for sys-apps/acpi
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpi/ChangeLog,v 1.7 2004/06/24 21:57:04 agriffis Exp $
-
- 30 May 2004; Danny van Dyk <kugelfang@gentoo.org> acpi-0.06-r5.ebuild:
- Marked ~amd64.
-
- 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> acpi-0.06-r5.ebuild:
- Add inherit eutils
-
-*acpi-0.06-r5 (13 Oct 2003)
-
- 13 Oct 2003; Robin H. Johnson <robbat2@gentoo.org> acpi-0.06-r5.ebuild:
- fixed bug #31002, used debian patches
-
- 25 Sep 2003; Tom Payne <twp@gentoo.org> acpi-0.06.ebuild :
- Marked stable on x86 and n/a for other arches.
-
-*acpi-0.06 (27 Jul 2003)
-
- 28 Aug 2003; Tom Payne <twp@gentoo.org> acpi-0.06.ebuild :
- Fix typo. Bug # 25451.
-
- 27 Jul 2003; Tom Payne <twp@gentoo.org> acpi-0.06.ebuild :
- Initial version.
diff --git a/sys-apps/acpi/Manifest b/sys-apps/acpi/Manifest
deleted file mode 100644
index 539c2a997e08..000000000000
--- a/sys-apps/acpi/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 abe0d087497a4b02b707e8ffaac6df20 ChangeLog 833
-MD5 434e59289b4aded63e63f625c6ff165a acpi-0.06-r5.ebuild 1065
-MD5 19fd766bac8e110b4620363a1ace26dd metadata.xml 159
-MD5 110e12e115d1d3af995c88fa9db2639b files/digest-acpi-0.06-r5 127
diff --git a/sys-apps/acpi/acpi-0.06-r5.ebuild b/sys-apps/acpi/acpi-0.06-r5.ebuild
deleted file mode 100644
index 17a2894cc7c8..000000000000
--- a/sys-apps/acpi/acpi-0.06-r5.ebuild
+++ /dev/null
@@ -1,41 +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-r5.ebuild,v 1.6 2004/06/28 15:57:24 vapier Exp $
-
-inherit eutils
-
-SRC_URI_BASE="http://ftp.debian.org/debian/pool/main/${PN:0:1}/${PN}"
-SRC_URI_TGZ="${PN}_${PV}.orig.tar.gz"
-SRC_URI_PATCH="${PN}_${PV}-${PR/r}.diff.gz"
-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="${SRC_URI_BASE}/${SRC_URI_TGZ} ${SRC_URI_BASE}/${SRC_URI_PATCH}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="-* x86 ~amd64"
-IUSE=""
-
-RDEPEND="virtual/libc"
-DEPEND="${RDEPEND}
- sys-apps/help2man
- sys-devel/gcc"
-
-src_unpack() {
- unpack ${SRC_URI_TGZ}
- mv ${PN} ${P}
- epatch ${DISTDIR}/${SRC_URI_PATCH}
-}
-
-src_compile() {
- econf || die
- emake || die
- # build docs
- emake -C doc || die
-}
-
-src_install() {
- einstall || die
- doman doc/acpi.1
- dodoc AUTHORS CREDITS ChangeLog README
-}
diff --git a/sys-apps/acpi/files/digest-acpi-0.06-r5 b/sys-apps/acpi/files/digest-acpi-0.06-r5
deleted file mode 100644
index ad9386f877ca..000000000000
--- a/sys-apps/acpi/files/digest-acpi-0.06-r5
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 062a77b38b929fe34120c3f258fd01ba acpi_0.06.orig.tar.gz 42907
-MD5 94e1da7fdab883fc45edb96d812cb1f1 acpi_0.06-5.diff.gz 2627
diff --git a/sys-apps/acpi/metadata.xml b/sys-apps/acpi/metadata.xml
deleted file mode 100644
index b27ff8eb4ed6..000000000000
--- a/sys-apps/acpi/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>mobile</herd>
-</pkgmetadata>