diff options
author | Michael Imhof <tantive@gentoo.org> | 2003-11-01 23:40:47 +0000 |
---|---|---|
committer | Michael Imhof <tantive@gentoo.org> | 2003-11-01 23:40:47 +0000 |
commit | e058bf71e81c8eb21ccfbf71a1de7610edc01826 (patch) | |
tree | 35860402973d19341a243883b92aedd40ce2dee9 /sys-apps | |
parent | version bump (diff) | |
download | historical-e058bf71e81c8eb21ccfbf71a1de7610edc01826.tar.gz historical-e058bf71e81c8eb21ccfbf71a1de7610edc01826.tar.bz2 historical-e058bf71e81c8eb21ccfbf71a1de7610edc01826.zip |
removed trailing whitespace
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/apcupsd/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/apcupsd/apcupsd-3.10.6.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/apcupsd/Manifest b/sys-apps/apcupsd/Manifest index 435e72b92937..fe7bb4f8ae72 100644 --- a/sys-apps/apcupsd/Manifest +++ b/sys-apps/apcupsd/Manifest @@ -2,7 +2,7 @@ MD5 37a17ef92e0fa96f32d68b794be5e396 apcupsd-3.10.5-r2.ebuild 1896 MD5 51d33fa0d6b6fec4502f239d89f112b1 apcupsd-3.10.5-r3.ebuild 1993 MD5 283e8c353e47e2962f6b238ac08a0b42 ChangeLog 3658 MD5 95fbe0b2c22a6ac60e34a6449c2a90d6 apcupsd-3.10.5-r4.ebuild 2180 -MD5 7a09e1450254503dc63823c8841653f1 apcupsd-3.10.6.ebuild 2423 +MD5 df983aa4ae096bef4a6d388a0eabe67e apcupsd-3.10.6.ebuild 2421 MD5 f7092406e32869eb0535d85b4c09be0d files/digest-apcupsd-3.10.5-r4 123 MD5 f66859d42d0af37659622f78b276a8bc files/digest-apcupsd-3.10.6 123 MD5 f7092406e32869eb0535d85b4c09be0d files/digest-apcupsd-3.10.5-r3 123 diff --git a/sys-apps/apcupsd/apcupsd-3.10.6.ebuild b/sys-apps/apcupsd/apcupsd-3.10.6.ebuild index 1e94ae9c1c25..69404efedf0d 100644 --- a/sys-apps/apcupsd/apcupsd-3.10.6.ebuild +++ b/sys-apps/apcupsd/apcupsd-3.10.6.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/apcupsd/apcupsd-3.10.6.ebuild,v 1.6 2003/11/01 19:57:41 tantive Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.10.6.ebuild,v 1.7 2003/11/01 23:40:37 tantive Exp $ IUSE="doc snmp usb apache2" @@ -67,7 +67,7 @@ src_install () { use apache2 || insinto /etc/apache/conf/addon-modules use apache2 || newins ${FILESDIR}/${PV}/apache.conf apcupsd.conf - + use apache2 && insinto /etc/apache2/conf/modules.d use apache2 && newins ${FILESDIR}/${PV}/apache.conf 60_apcupsd.conf @@ -76,7 +76,7 @@ src_install () { cd ${D}/etc/apcupsd epatch ${FILESDIR}/${PV}/smtp.patch - + ln -s onbattery powerout if [ "`use doc`x" != "x" ] |