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 | |
parent | clean up and SRC_URI update (diff) | |
download | historical-db10873e2596151c34652d3ba8e0865d3ed2a1fd.tar.gz historical-db10873e2596151c34652d3ba8e0865d3ed2a1fd.tar.bz2 historical-db10873e2596151c34652d3ba8e0865d3ed2a1fd.zip |
removed older ebuild
-rw-r--r-- | net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r1 | 1 | ||||
-rw-r--r-- | net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild | 56 | ||||
-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 |
4 files changed, 0 insertions, 119 deletions
diff --git a/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r1 b/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r1 deleted file mode 100644 index a1ef517c8c8b..000000000000 --- a/net-misc/netkit-rsh/files/digest-netkit-rsh-0.17-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 65f5f28e2fe22d9ad8b17bb9a10df096 netkit-rsh-0.17.tar.gz 58268 diff --git a/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild b/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild deleted file mode 100644 index 7927ae1a17ba..000000000000 --- a/net-misc/netkit-rsh/netkit-rsh-0.17-r1.ebuild +++ /dev/null @@ -1,56 +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/netkit-rsh/netkit-rsh-0.17-r1.ebuild,v 1.5 2001/05/28 14:32:32 achim Exp $ - -P=netkit-rsh-0.17 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Netkit - rshd" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" - -DEPEND="virtual/glibc - >=sys-libs/ncurses-5.2 - >=sys-libs/pam-0.72" - -src_compile() { - try ./configure - cp MCONFIG MCONFIG.orig - sed -e "s/-pipe -O2/${CFLAGS}/" -e "s:-Wpointer-arith::" MCONFIG.orig > MCONFIG - try make -} - -src_unpack () { - unpack ${A} - cd ${S} - patch -p0 < ${O}/files/rlogind-auth.diff -} - -src_install() { - into /usr - dobin rcp/rcp - doman rcp/rcp.1 - dobin rexec/rexec - doman rexec/rexec.1 - dosbin rexecd/rexecd - dosym rexecd /usr/sbin/in.rexecd - doman rexecd/rexecd.8 - dosym rexecd.8.gz /usr/share/man/man8/in.rexecd.8.gz - dobin rlogin/rlogin - doman rlogin/rlogin.1 - dosbin rlogind/rlogind - dosym rlogind /usr/sbin/in.rlogind - doman rlogind/rlogind.8 - dosym rlogind.8.gz /usr/share/man/man8/in.rlogind.8.gz - dobin rsh/rsh - doman rsh/rsh.1 - dosbin rshd/rshd - dosym rshd /usr/sbin/in.rshd - doman rshd/rshd.8 - dosym rshd.8.gz /usr/share/man/man8/in.rshd.8.gz - dodoc README ChangeLog BUGS - newdoc rexec/README README.rexec - -} - - 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 - -} - - - |