diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-08-12 18:20:57 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-08-12 18:20:57 +0000 |
commit | ac557649eaa678fd0cf4daa651db4c2764421056 (patch) | |
tree | 6af828ad694d6b12f8df49e3e2cc438623bbdd9a /sys-apps | |
parent | New ebuild. Changed --prefix/ to --prefix/usr and added --bindir (this fixes ... (diff) | |
download | gentoo-2-ac557649eaa678fd0cf4daa651db4c2764421056.tar.gz gentoo-2-ac557649eaa678fd0cf4daa651db4c2764421056.tar.bz2 gentoo-2-ac557649eaa678fd0cf4daa651db4c2764421056.zip |
Bumped to new version.
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/apcupsd/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/apcupsd/apcupsd-3.8.5.ebuild | 44 | ||||
-rw-r--r-- | sys-apps/apcupsd/files/digest-apcupsd-3.8.5 | 1 |
3 files changed, 52 insertions, 1 deletions
diff --git a/sys-apps/apcupsd/ChangeLog b/sys-apps/apcupsd/ChangeLog index 07f2715a43da..f7d6fb99937d 100644 --- a/sys-apps/apcupsd/ChangeLog +++ b/sys-apps/apcupsd/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/apcupsd # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/ChangeLog,v 1.2 2002/07/14 19:20:15 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/ChangeLog,v 1.3 2002/08/12 18:20:57 phoenix Exp $ + +*apcupsd-3.8.1 (1 Feb 2002) + + 14 Jul 2002; phoen][x <phoenix@gentoo.org> apcupsd-3.8.1.ebuild, files/digest-apcupsd-3.8.1 : + Bumped to new version. + Thanks to tantive <tantive@tantive.de> for the contribution. *apcupsd-3.8.1 (1 Feb 2002) diff --git a/sys-apps/apcupsd/apcupsd-3.8.5.ebuild b/sys-apps/apcupsd/apcupsd-3.8.5.ebuild new file mode 100644 index 000000000000..b5e21a3c254f --- /dev/null +++ b/sys-apps/apcupsd/apcupsd-3.8.5.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/apcupsd-3.8.5.ebuild,v 1.1 2002/08/12 18:20:57 phoenix Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="APC UPS daemon with integrated tcp/ip remote shutdown" +SRC_URI="http://www.sibbald.com/apcupsd/download/${P}.tar.gz" +HOMEPAGE="http://www.sibbald.com/apcupsd/" +KEYWORDS="x86" +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 +} diff --git a/sys-apps/apcupsd/files/digest-apcupsd-3.8.5 b/sys-apps/apcupsd/files/digest-apcupsd-3.8.5 new file mode 100644 index 000000000000..3060ce5074da --- /dev/null +++ b/sys-apps/apcupsd/files/digest-apcupsd-3.8.5 @@ -0,0 +1 @@ +MD5 0fc2fd41899d80ce8e482e3defa49bb2 apcupsd-3.8.5.tar.gz 1979485 |