summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/acpi/acpi-1.6.ebuild')
-rw-r--r--sys-power/acpi/acpi-1.6.ebuild16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-power/acpi/acpi-1.6.ebuild b/sys-power/acpi/acpi-1.6.ebuild
new file mode 100644
index 000000000000..89fff57e2b91
--- /dev/null
+++ b/sys-power/acpi/acpi-1.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi/acpi-1.6.ebuild,v 1.1 2012/01/30 14:31:19 ssuominen Exp $
+
+EAPI=4
+
+DESCRIPTION="Attempts to replicate the functionality of the 'old' apm command on ACPI systems."
+HOMEPAGE="http://sourceforge.net/projects/acpiclient/"
+SRC_URI="mirror://sourceforge/acpiclient/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DOCS="AUTHORS ChangeLog README"