diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 21:06:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 21:06:07 +0000 |
commit | db10873e2596151c34652d3ba8e0865d3ed2a1fd (patch) | |
tree | 5e9bfc6c28b1ddd0ae6e1de9e67996f382e5b5a5 /net-misc/nut | |
parent | clean up and SRC_URI update (diff) | |
download | historical-db10873e2596151c34652d3ba8e0865d3ed2a1fd.tar.gz historical-db10873e2596151c34652d3ba8e0865d3ed2a1fd.tar.bz2 historical-db10873e2596151c34652d3ba8e0865d3ed2a1fd.zip |
removed older ebuild
Diffstat (limited to 'net-misc/nut')
-rw-r--r-- | net-misc/nut/files/digest-nut-0.44.1 | 1 | ||||
-rw-r--r-- | net-misc/nut/nut-0.44.1.ebuild | 61 |
2 files changed, 0 insertions, 62 deletions
diff --git a/net-misc/nut/files/digest-nut-0.44.1 b/net-misc/nut/files/digest-nut-0.44.1 deleted file mode 100644 index 63c27bef9727..000000000000 --- a/net-misc/nut/files/digest-nut-0.44.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 f34b5c9c4fd55b9763bd801bf88f4ed5 nut-0.44.1.tar.gz 182139 diff --git a/net-misc/nut/nut-0.44.1.ebuild b/net-misc/nut/nut-0.44.1.ebuild deleted file mode 100644 index 90ce87591a8c..000000000000 --- a/net-misc/nut/nut-0.44.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/nut/nut-0.44.1.ebuild,v 1.6 2001/06/04 00:16:12 achim Exp $ - -P=nut-0.44.1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Network-UPS Tools" -SRC_URI="http://www.exploits.org/nut/release/"${A} -HOMEPAGE="http://www.exploits.org/nut/" - -DEPEND="virtual/glibc - >=media-libs/libgd-1.8.3 - >=media-libs/libpng-1.0.7" - -REPEND="virtual/glibc - >=media-libs/libgd-1.8.3 - >=media-libs/libpng-1.0.7" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr --sysconfdir=/etc/nut \ - --with-user=daemon --with-group=daemon - try make - try make cgi -} - -src_install() { - dodir /usr/bin - try make INSTALLROOT=${D} STATEPATH=${D}/var/state/ups \ - install - cd clients - exeinto /usr/local/httpd/cgi-bin/nut - doexe *.cgi - into /usr - dolib upsfetch.o - insinto /usr/include - doins upsfetch.h - cd .. - rmdir ${D}/usr/misc - insinto /etc/rc.d/init.d - doins ${O}/files/upsd - dodoc COPYING CREDITS Changes QUICKSTART README - docinto docs - dodoc docs/*.txt docs/FAQ docs/Changes.trust - docinto cables - dodoc docs/cables/*.txt -} - - -pkg_config() { - - . ${ROOT}/etc/rc.d/config/functions - - einfo "Generating symlinks..." - ${ROOT}/usr/sbin/rc-update add upsd - -} - - - |