diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-14 08:09:48 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-14 08:09:48 +0000 |
commit | 6594cae11906e0ede1f2225abdabf02f5cf24bc0 (patch) | |
tree | 06c495b5e57ba7c6d90685020b18193f4acdb976 /sys-apps/apcupsd/apcupsd-3.10.9.ebuild | |
parent | QA - Add IUSE. (diff) | |
download | historical-6594cae11906e0ede1f2225abdabf02f5cf24bc0.tar.gz historical-6594cae11906e0ede1f2225abdabf02f5cf24bc0.tar.bz2 historical-6594cae11906e0ede1f2225abdabf02f5cf24bc0.zip |
don't assign default to S
Diffstat (limited to 'sys-apps/apcupsd/apcupsd-3.10.9.ebuild')
-rw-r--r-- | sys-apps/apcupsd/apcupsd-3.10.9.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/apcupsd/apcupsd-3.10.9.ebuild b/sys-apps/apcupsd/apcupsd-3.10.9.ebuild index 0f66266f0548..ec50bace2515 100644 --- a/sys-apps/apcupsd/apcupsd-3.10.9.ebuild +++ b/sys-apps/apcupsd/apcupsd-3.10.9.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 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.9.ebuild,v 1.4 2004/04/27 21:00:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.10.9.ebuild,v 1.5 2004/06/14 08:09:48 mr_bones_ Exp $ inherit eutils IUSE="doc snmp usb apache2" -S=${WORKDIR}/${P} DESCRIPTION="APC UPS daemon with integrated tcp/ip remote shutdown" SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz ftp://ftp.apcupsd.com/pub/apcupsd/contrib/gd1.2.tar.gz" |