summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-06-29 22:21:42 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-06-29 22:21:42 +0000
commit2df527b0fa0af867912f85b47d2df84be2e7a081 (patch)
tree9579789cac0d8d41de2175689f0f526cd451afd5 /sys-apps/apcupsd/apcupsd-3.8.1.ebuild
parentset ppc in keywords (diff)
downloadhistorical-2df527b0fa0af867912f85b47d2df84be2e7a081.tar.gz
historical-2df527b0fa0af867912f85b47d2df84be2e7a081.tar.bz2
historical-2df527b0fa0af867912f85b47d2df84be2e7a081.zip
cleanup
Diffstat (limited to 'sys-apps/apcupsd/apcupsd-3.8.1.ebuild')
-rw-r--r--sys-apps/apcupsd/apcupsd-3.8.1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/sys-apps/apcupsd/apcupsd-3.8.1.ebuild b/sys-apps/apcupsd/apcupsd-3.8.1.ebuild
deleted file mode 100644
index 2bbfc2d30bca..000000000000
--- a/sys-apps/apcupsd/apcupsd-3.8.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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.8.1.ebuild,v 1.16 2003/06/21 21:19:38 drobbins Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="APC UPS daemon with integrated tcp/ip remote shutdown"
-SRC_URI="http://www.sibbald.com/apcupsd/download/oldversions/${P}.tar.gz"
-HOMEPAGE="http://www.sibbald.com/apcupsd/"
-KEYWORDS="x86 amd64 -ppc -sparc -alpha"
-SLOT="0"
-LICENSE="GPL-2"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
- ./configure || die
- make || die
-}
-
-src_install() {
- dosbin apcupsd apcaccess apcnetd
- cd ${S}/etc
- dodir etc/apcupsd
- insinto etc/apcupsd
- doins *.conf
- exeinto etc/apcupsd
- doexe changeme commfailure commok mainsback onbattery
- doexe ${FILESDIR}/apccontrol
- dodir var/log/apcupsd
- sed -e "s:/etc/apcupsd:/var/log/apcupsd:g" ${D}/etc/apcupsd/apcupsd.conf > ${D}/etc/apcupsd/apcupsd.conf.tmp
- mv ${D}/etc/apcupsd/apcupsd.conf.tmp ${D}/etc/apcupsd/apcupsd.conf
- cd ${S}/doc
- dodoc *
- docinto developers
- dodoc developers/*
- docinto manual
- dodoc manual/*
- mv ${S}/doc/apcupsd.man ${S}/doc/apcupsd.8
- doman apcupsd.8
- dodir /etc/init.d
- exeinto /etc/init.d
- doexe ${FILESDIR}/apcupsd
- doexe ${FILESDIR}/halt
-}