summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 02:51:39 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 02:51:39 +0000
commit0ea178644f3a6e0ed1533b1c2941ffff20332682 (patch)
tree5b94fc49981679fe690aee0ee10db2e38aa5d3fa /sys-apps/acpid
parentAdded patch and myconf fix to fix bug #23767. (diff)
downloadgentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.tar.gz
gentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.tar.bz2
gentoo-2-0ea178644f3a6e0ed1533b1c2941ffff20332682.zip
repoman: trim trailing whitespace
Diffstat (limited to 'sys-apps/acpid')
-rw-r--r--sys-apps/acpid/Manifest2
-rw-r--r--sys-apps/acpid/acpid-1.0.1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/acpid/Manifest b/sys-apps/acpid/Manifest
index 6f4a2361321f..29ecef06d6a3 100644
--- a/sys-apps/acpid/Manifest
+++ b/sys-apps/acpid/Manifest
@@ -1,5 +1,5 @@
MD5 f0327fb73c5c7b0f6a59a431436d1bf5 ChangeLog 1803
-MD5 5c681052b24190636b453b9708669747 acpid-1.0.1.ebuild 1011
+MD5 07f82ecfd192372da0341fcb372fbc53 acpid-1.0.1.ebuild 1009
MD5 86fe76ed8fa5d12ab3a4bf704c9a3d29 acpid-1.0.2-r1.ebuild 1131
MD5 03b28b0dfd6ae498f2273d343b28c52e acpid-1.0.2-r2.ebuild 1229
MD5 4bd2fb8d3844765258c746c05ca35c50 files/acpid.rc6 665
diff --git a/sys-apps/acpid/acpid-1.0.1.ebuild b/sys-apps/acpid/acpid-1.0.1.ebuild
index fffd6c287b45..835222d163fe 100644
--- a/sys-apps/acpid/acpid-1.0.1.ebuild
+++ b/sys-apps/acpid/acpid-1.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1.ebuild,v 1.11 2003/06/21 21:19:38 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/acpid-1.0.1.ebuild,v 1.12 2003/09/07 02:48:58 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Daemon for Advanced Configuration and Power Interface."
@@ -24,13 +24,13 @@ src_compile() {
src_install () {
make INSTPREFIX=${D} install || die
-
+
dodir /etc/acpi/events
exeinto /etc/acpi
doexe debian/default.sh
insinto /etc/acpi/events
doins debian/default
-
+
dodoc README Changelog
exeinto /etc/init.d