diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:02:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:02:16 +0000 |
commit | d4d443510fc8f27848a4f0f7832b0da89642da36 (patch) | |
tree | 2c766ee6fd9579b0107d87f7cfe9454a90830dec /sys-apps/acpi | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-d4d443510fc8f27848a4f0f7832b0da89642da36.tar.gz gentoo-2-d4d443510fc8f27848a4f0f7832b0da89642da36.tar.bz2 gentoo-2-d4d443510fc8f27848a4f0f7832b0da89642da36.zip |
Add inherit eutils
Diffstat (limited to 'sys-apps/acpi')
-rw-r--r-- | sys-apps/acpi/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/acpi/acpi-0.06-r5.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/acpi/acpi-0.06.ebuild | 4 |
3 files changed, 11 insertions, 6 deletions
diff --git a/sys-apps/acpi/ChangeLog b/sys-apps/acpi/ChangeLog index e442a38dab38..14d64f6b4642 100644 --- a/sys-apps/acpi/ChangeLog +++ b/sys-apps/acpi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/acpi -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpi/ChangeLog,v 1.4 2003/10/13 11:50:30 robbat2 Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpi/ChangeLog,v 1.5 2004/04/27 20:58:32 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> acpi-0.06-r5.ebuild: + Add inherit eutils *acpi-0.06-r5 (13 Oct 2003) diff --git a/sys-apps/acpi/acpi-0.06-r5.ebuild b/sys-apps/acpi/acpi-0.06-r5.ebuild index 94c2b2e2c783..0834dc15f961 100644 --- a/sys-apps/acpi/acpi-0.06-r5.ebuild +++ b/sys-apps/acpi/acpi-0.06-r5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/02/23 00:37:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpi/acpi-0.06-r5.ebuild,v 1.3 2004/04/27 20:58:32 agriffis Exp $ + +inherit eutils 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" diff --git a/sys-apps/acpi/acpi-0.06.ebuild b/sys-apps/acpi/acpi-0.06.ebuild index 88a2ac442ab6..1588c1e266a3 100644 --- a/sys-apps/acpi/acpi-0.06.ebuild +++ b/sys-apps/acpi/acpi-0.06.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # 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.4 2004/02/23 00:37:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpi/acpi-0.06.ebuild,v 1.5 2004/04/27 20:58:32 agriffis 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" |