diff options
Diffstat (limited to 'sys-power/acpi/acpi-0.06-r5.ebuild')
-rw-r--r-- | sys-power/acpi/acpi-0.06-r5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-power/acpi/acpi-0.06-r5.ebuild b/sys-power/acpi/acpi-0.06-r5.ebuild index 8cd5cae7984a..721f2065acd6 100644 --- a/sys-power/acpi/acpi-0.06-r5.ebuild +++ b/sys-power/acpi/acpi-0.06-r5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi/acpi-0.06-r5.ebuild,v 1.3 2007/04/07 16:42:08 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpi/acpi-0.06-r5.ebuild,v 1.4 2008/03/27 16:42:53 armin76 Exp $ inherit eutils @@ -8,7 +8,7 @@ SRC_URI_BASE="mirror://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="Attemp to replicate the functionality of the 'old' apm command on ACPI systems." -HOMEPAGE="http://packages.debian.org/unstable/utils/acpi.html" +HOMEPAGE="http://packages.debian.org/unstable/utils/acpi" SRC_URI="${SRC_URI_BASE}/${SRC_URI_TGZ} ${SRC_URI_BASE}/${SRC_URI_PATCH}" |