diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-29 17:53:30 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-29 17:53:30 +0000 |
commit | dced6caeea997c7c22cf5d4907e6044c8ef6b357 (patch) | |
tree | c267f94246d2c194058b7f1b284ba39f7b22bb69 /sys-apps/apmd | |
parent | version bump. using debian's apmd as development seems to have moved there (#... (diff) | |
download | historical-dced6caeea997c7c22cf5d4907e6044c8ef6b357.tar.gz historical-dced6caeea997c7c22cf5d4907e6044c8ef6b357.tar.bz2 historical-dced6caeea997c7c22cf5d4907e6044c8ef6b357.zip |
oops, little typo
Diffstat (limited to 'sys-apps/apmd')
-rw-r--r-- | sys-apps/apmd/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/apmd/apmd-3.2.1_p4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/apmd/Manifest b/sys-apps/apmd/Manifest index 6881a7e161ab..11a7345f4900 100644 --- a/sys-apps/apmd/Manifest +++ b/sys-apps/apmd/Manifest @@ -1,7 +1,7 @@ MD5 ab21f0953584c86f038b567111fb4e02 ChangeLog 2441 MD5 dc8b813777e25c9774d298e46d0e66e1 apmd-3.0.2-r3.ebuild 1815 MD5 3d4ba3153facfd8bc4aafb44d5d077b9 apmd-3.2.0.ebuild 1957 -MD5 316c8cd871b2d7d0976012d28ad81a3e apmd-3.2.1_p4.ebuild 1585 +MD5 c5976458d9baf4df4f6448f7c94b54ed apmd-3.2.1_p4.ebuild 1584 MD5 c699d919f1c3463ae0e91f2c28c8b687 metadata.xml 184 MD5 bed1c6668552bbf528df267c302a75eb files/apmd-3.2.0.kernel26x.patch 627 MD5 1a2007554d23f0bd5af71b8021915fc0 files/apmd.confd 90 diff --git a/sys-apps/apmd/apmd-3.2.1_p4.ebuild b/sys-apps/apmd/apmd-3.2.1_p4.ebuild index 1699683a2477..bfd26fad5708 100644 --- a/sys-apps/apmd/apmd-3.2.1_p4.ebuild +++ b/sys-apps/apmd/apmd-3.2.1_p4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.2.1_p4.ebuild,v 1.1 2004/02/29 17:51:13 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.2.1_p4.ebuild,v 1.2 2004/02/29 17:53:30 liquidx Exp $ IUSE="X nls" @@ -44,7 +44,7 @@ src_install() { dodir /etc/apm/{event.d,suspend.d,resume.d,other.d,scripts.d} exeinto /etc/apm ; doexe debian/apmd_proxy - dodoc AUTHORS apmsleep.README README debian/README.debian + dodoc AUTHORS apmsleep.README README debian/README.Debian dodoc debian/changelog* debian/copyright* doman *.1 *.8 |