diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 11:40:12 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 11:40:12 +0000 |
commit | 1e4b581725e1a7a7c13b336f3a400ccddd16f81d (patch) | |
tree | fd15ffd5b93cf4325374f478fab91303c35bf2e4 /net-misc | |
parent | Cleanup (diff) | |
download | gentoo-2-1e4b581725e1a7a7c13b336f3a400ccddd16f81d.tar.gz gentoo-2-1e4b581725e1a7a7c13b336f3a400ccddd16f81d.tar.bz2 gentoo-2-1e4b581725e1a7a7c13b336f3a400ccddd16f81d.zip |
Cleanup
Diffstat (limited to 'net-misc')
20 files changed, 0 insertions, 472 deletions
diff --git a/net-misc/dhcp/dhcp-3.0_beta0207.ebuild b/net-misc/dhcp/dhcp-3.0_beta0207.ebuild deleted file mode 100644 index 0e5a396369c6..000000000000 --- a/net-misc/dhcp/dhcp-3.0_beta0207.ebuild +++ /dev/null @@ -1,73 +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/dhcp/dhcp-3.0_beta0207.ebuild,v 1.1 2000/11/26 22:48:36 achim Exp $ - -P=dhcp-3.0b2pl7 -A="${P}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="ISC Dynamic Host Configuration Protocol" -SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" -HOMEPAGE="http://www.isc.org/products/DHCP/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - - cd ${S} - echo "CC = gcc ${CFLAGS}" > site.conf - echo "ETC = /etc/dhcp" >> site.conf - try ./configure - try make -} - -src_install () { - - cd ${S}/work.linux-2.2/client - into /usr - dosbin dhclient - doman *.5 *.8 - - cd ../common - doman *.5 - - cd ../dhcpctl - dolib libdhcpctl.a - insinto /usr/include - doins dhcpctl.h - - cd ../omapip - dolib libomapi.a - doman *.3 - - cd ../relay - dosbin dhcrelay - doman *.8 - - cd ../server - dosbin dhcpd - doman *.5 *.8 - - cd ${S}/client - insinto /etc/dhcp - doins dhclient.conf - donewins scripts/linux dhclient-script - - cd ${S}/server - doins dhcpd.conf - - cd ${S}/includes/omapip - insinto /usr/include/omapip - doins alloc.h buffer.h omapip.h - cd ${S}/includes/isc - insinto /usr/include/isc - doins boolean.h dst.h int.h lang.h list.h result.h types.h - - cd ${S} - dodoc ANONCVS CHANGES COPYRIGHT README RELNOTES - docinto doc - dodoc doc/* -} - - - diff --git a/net-misc/dhcp/dhcp-3.0_beta0211.ebuild b/net-misc/dhcp/dhcp-3.0_beta0211.ebuild deleted file mode 100644 index 36801a9f099d..000000000000 --- a/net-misc/dhcp/dhcp-3.0_beta0211.ebuild +++ /dev/null @@ -1,73 +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/dhcp/dhcp-3.0_beta0211.ebuild,v 1.1 2000/12/17 17:04:30 achim Exp $ - -P=dhcp-3.0b2pl11 -A="${P}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="ISC Dynamic Host Configuration Protocol" -SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" -HOMEPAGE="http://www.isc.org/products/DHCP/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - - cd ${S} - echo "CC = gcc ${CFLAGS}" > site.conf - echo "ETC = /etc/dhcp" >> site.conf - try ./configure - try make -} - -src_install () { - - cd ${S}/work.linux-2.2/client - into /usr - dosbin dhclient - doman *.5 *.8 - - cd ../common - doman *.5 - - cd ../dhcpctl - dolib libdhcpctl.a - insinto /usr/include - doins dhcpctl.h - - cd ../omapip - dolib libomapi.a - doman *.3 - - cd ../relay - dosbin dhcrelay - doman *.8 - - cd ../server - dosbin dhcpd - doman *.5 *.8 - - cd ${S}/client - insinto /etc/dhcp - doins dhclient.conf - donewins scripts/linux dhclient-script - - cd ${S}/server - doins dhcpd.conf - - cd ${S}/includes/omapip - insinto /usr/include/omapip - doins alloc.h buffer.h omapip.h - cd ${S}/includes/isc - insinto /usr/include/isc - doins boolean.h dst.h int.h lang.h list.h result.h types.h - - cd ${S} - dodoc ANONCVS CHANGES COPYRIGHT README RELNOTES - docinto doc - dodoc doc/* -} - - - diff --git a/net-misc/dhcp/dhcp-3.0_beta0216.ebuild b/net-misc/dhcp/dhcp-3.0_beta0216.ebuild deleted file mode 100644 index d0856bd8bdae..000000000000 --- a/net-misc/dhcp/dhcp-3.0_beta0216.ebuild +++ /dev/null @@ -1,73 +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/dhcp/dhcp-3.0_beta0216.ebuild,v 1.1 2001/02/10 18:03:19 achim Exp $ - -P=dhcp-3.0b2pl16 -A="${P}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="ISC Dynamic Host Configuration Protocol" -SRC_URI="ftp://ftp.isc.org/isc/dhcp/${P}.tar.gz" -HOMEPAGE="http://www.isc.org/products/DHCP/" - -DEPEND="virtual/glibc" - -src_compile() { - - cd ${S} - echo "CC = gcc ${CFLAGS}" > site.conf - echo "ETC = /etc/dhcp" >> site.conf - try ./configure - try make -} - -src_install () { - - cd ${S}/work.linux-2.2/client - into /usr - dosbin dhclient - doman *.5 *.8 - - cd ../common - doman *.5 - - cd ../dhcpctl - dolib libdhcpctl.a - insinto /usr/include - doins dhcpctl.h - - cd ../omapip - dolib libomapi.a - doman *.3 - - cd ../relay - dosbin dhcrelay - doman *.8 - - cd ../server - dosbin dhcpd - doman *.5 *.8 - - cd ${S}/client - insinto /etc/dhcp - doins dhclient.conf - donewins scripts/linux dhclient-script - - cd ${S}/server - doins dhcpd.conf - - cd ${S}/includes/omapip - insinto /usr/include/omapip - doins alloc.h buffer.h omapip.h - cd ${S}/includes/isc - insinto /usr/include/isc - doins boolean.h dst.h int.h lang.h list.h result.h types.h - - cd ${S} - dodoc ANONCVS CHANGES COPYRIGHT README RELNOTES - docinto doc - dodoc doc/* -} - - - diff --git a/net-misc/dhcp/files/digest-dhcp-3.0_beta0211 b/net-misc/dhcp/files/digest-dhcp-3.0_beta0211 deleted file mode 100644 index 706213ee37bd..000000000000 --- a/net-misc/dhcp/files/digest-dhcp-3.0_beta0211 +++ /dev/null @@ -1 +0,0 @@ -MD5 5fd2c97d850c41e6445648a4108b509f dhcp-3.0b2pl11.tar.gz diff --git a/net-misc/dhcp/files/digest-dhcp-3.0_beta0216 b/net-misc/dhcp/files/digest-dhcp-3.0_beta0216 deleted file mode 100644 index a1aa832d9e85..000000000000 --- a/net-misc/dhcp/files/digest-dhcp-3.0_beta0216 +++ /dev/null @@ -1 +0,0 @@ -MD5 88fb65480a1b66c8d011957ea6c2e138 dhcp-3.0b2pl16.tar.gz diff --git a/net-misc/djbdns/djbdns-1.02-r1.ebuild b/net-misc/djbdns/djbdns-1.02-r1.ebuild deleted file mode 100644 index 2330cee01977..000000000000 --- a/net-misc/djbdns/djbdns-1.02-r1.ebuild +++ /dev/null @@ -1,42 +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/djbdns/djbdns-1.02-r1.ebuild,v 1.1 2001/01/10 07:04:58 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Excellent high-performance DNS services" -SRC_URI="http://cr.yp.to/djbdns/${A}" -HOMEPAGE="http://cr.yp.to/djbdns.html" - -DEPEND=">=sys-libs/glibc-2.1.3 >=sys-apps/daemontools-0.70" - -src_unpack() { - unpack ${A} - cd ${S} - echo "gcc ${CFLAGS}" > conf-cc - echo "gcc" > conf-ld - echo "/usr" > conf-home -} - -src_compile() { - cd ${S} - try pmake -} - -src_install() { - cd ${S} - into /usr - for i in *-conf dnscache tinydns walldns rbldns pickdns axfrdns *-get *-data *-edit dnsip dnsipq dnsname dnstxt dnsmx dnsfilter random-ip dnsqr dnsq dnstrace - do - dobin $i - done - insinto /etc - doins dnsroots.global - dodoc CHANGES FILES README SYSDEPS TARGETS TODO VERSION - exeinto /etc/rc.d/init.d - doexe ${FILESDIR}/svc-dnscache -} - - - diff --git a/net-misc/djbdns/files/digest-djbdns-1.02 b/net-misc/djbdns/files/digest-djbdns-1.02 deleted file mode 100644 index cff8fac46b0b..000000000000 --- a/net-misc/djbdns/files/digest-djbdns-1.02 +++ /dev/null @@ -1 +0,0 @@ -MD5 c27b7ffd4af1c93db96f40f6d5f793b6 djbdns-1.02.tar.gz diff --git a/net-misc/djbdns/files/digest-djbdns-1.02-r1 b/net-misc/djbdns/files/digest-djbdns-1.02-r1 deleted file mode 100644 index cff8fac46b0b..000000000000 --- a/net-misc/djbdns/files/digest-djbdns-1.02-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 c27b7ffd4af1c93db96f40f6d5f793b6 djbdns-1.02.tar.gz diff --git a/net-misc/netkit-fingerd/files/digest-netkit-fingerd-0.17-r1 b/net-misc/netkit-fingerd/files/digest-netkit-fingerd-0.17-r1 deleted file mode 100644 index 1c94cbe5cd59..000000000000 --- a/net-misc/netkit-fingerd/files/digest-netkit-fingerd-0.17-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 52bf281aac8814bf56cdc92f7661ee75 bsd-finger-0.17.tar.gz diff --git a/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild b/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild deleted file mode 100644 index 9fe1ad2b7fba..000000000000 --- a/net-misc/netkit-fingerd/netkit-fingerd-0.17-r1.ebuild +++ /dev/null @@ -1,32 +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-fingerd/netkit-fingerd-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:21 achim Exp $ - -P=netkit-fingerd-0.17 -A=bsd-finger-0.17.tar.gz -S=${WORKDIR}/bsd-finger-0.17 -DESCRIPTION="Netkit - fingerd" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - cd ${S} - try ./configure - try make -} - -src_install() { - into /usr - dobin finger/finger - dosbin fingerd/fingerd - dosym fingerd /usr/sbin/in.fingerd - doman finger/finger.1 - doman fingerd/fingerd.8 - dosym fingerd.8.gz /usr/man/man8/in.fingerd.8.gz - dodoc README ChangeLog BUGS -} - - - diff --git a/net-misc/netkit-talk/files/digest-netkit-talk-0.17-r1 b/net-misc/netkit-talk/files/digest-netkit-talk-0.17-r1 deleted file mode 100644 index 30b880857e24..000000000000 --- a/net-misc/netkit-talk/files/digest-netkit-talk-0.17-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 e3c57208f8644ae206dab5e236daf7b3 netkit-ntalk-0.17.tar.gz diff --git a/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild b/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild deleted file mode 100644 index 3c973fdf26fa..000000000000 --- a/net-misc/netkit-talk/netkit-talk-0.17-r1.ebuild +++ /dev/null @@ -1,32 +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-talk/netkit-talk-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:21 achim Exp $ - -P=netkit-talk-0.17 -A=netkit-ntalk-0.17.tar.gz -S=${WORKDIR}/netkit-ntalk-0.17 -DESCRIPTION="Netkit - talkd" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1" - -src_compile() { - try ./configure - try make -} - -src_install() { - into /usr - dobin talk/talk - doman talk/talk.1 - dosbin talkd/talkd - dosym talkd /usr/sbin/in.talkd - doman talkd/talkd.8 - dosym talkd.8.gz /usr/man/man8/in.talkd.8.gz - dodoc README ChangeLog BUGS -} - - diff --git a/net-misc/ntp/files/digest-ntp-4.0.99k b/net-misc/ntp/files/digest-ntp-4.0.99k deleted file mode 100644 index 7052a16b0338..000000000000 --- a/net-misc/ntp/files/digest-ntp-4.0.99k +++ /dev/null @@ -1 +0,0 @@ -MD5 6335d5b9b04a2d4670c4eed7300cdb82 ntp-4.0.99k.tar.gz diff --git a/net-misc/ntp/ntp-4.0.99k.ebuild b/net-misc/ntp/ntp-4.0.99k.ebuild deleted file mode 100644 index e80f5578fea4..000000000000 --- a/net-misc/ntp/ntp-4.0.99k.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Jerry Alexandratos <jerry@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/ntp-4.0.99k.ebuild,v 1.1 2000/11/22 02:12:21 jerry Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Network Time Protocol suite/programs" -SRC_URI="http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${A}" -HOMEPAGE="http://www.ntp.org/" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} - try make -} - -src_install () { - cd ${S} - try make prefix=${D}/usr install - - dodoc ChangeLog INSTALL NEWS README TODO WHERE-TO-START - - cd ${S}/html - docinto html - dodoc *.htm - - cd ${S}/html/hints - docinto html/hints - dodoc * - - cd ${S}/html/pic - docinto html/pic - dodoc * - - cd ${S}/scripts - insinto /usr/share/ntp - doins * -} diff --git a/net-misc/openssh/files/digest-openssh-2.3.0_p1-r1 b/net-misc/openssh/files/digest-openssh-2.3.0_p1-r1 deleted file mode 100644 index 894bbf191bc9..000000000000 --- a/net-misc/openssh/files/digest-openssh-2.3.0_p1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b3d53dfb45da6e7bf88aaaf65b528aac openssh-2.3.0p1.tar.gz diff --git a/net-misc/openssh/files/digest-openssh-2.3.0_p1-r4 b/net-misc/openssh/files/digest-openssh-2.3.0_p1-r4 deleted file mode 100644 index 894bbf191bc9..000000000000 --- a/net-misc/openssh/files/digest-openssh-2.3.0_p1-r4 +++ /dev/null @@ -1 +0,0 @@ -MD5 b3d53dfb45da6e7bf88aaaf65b528aac openssh-2.3.0p1.tar.gz diff --git a/net-misc/openssh/openssh-2.3.0_p1-r4.ebuild b/net-misc/openssh/openssh-2.3.0_p1-r4.ebuild deleted file mode 100644 index c61511501fe3..000000000000 --- a/net-misc/openssh/openssh-2.3.0_p1-r4.ebuild +++ /dev/null @@ -1,52 +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/openssh/openssh-2.3.0_p1-r4.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $ - -P=openssh-2.3.0p1 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Port of OpenBSD's free SSH release" -SRC_URI="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/"${A} -HOMEPAGE="http://www.openssh.com/" - -DEPEND=">=sys-apps/bash-2.04 - >=sys-apps/tcp-wrappers-7.6 - >=sys-libs/glibc-2.1.3 - >=sys-libs/pam-0.72 - >=dev-libs/openssl-0.9.6" - -src_compile() { - try ./configure --prefix=/usr --sysconfdir=/etc/ssh \ - --libexecdir=/usr/libexec --mandir=/usr/man \ - --enable-gnome-askpass \ - --with-tcp-wrappers --with-ipv4-default --host=${CHOST} - try make -} - -src_unpack() { - unpack ${A} - cd ${S} -# patch -p0 < contrib/chroot.diff -} - -src_install() { - try make manpages install-files DESTDIR=${D} - dodoc ChangeLog COPYING.* CREDITS OVERVIEW README* TODO - insinto /etc/pam.d - donewins ${FILESDIR}/sshd.pam sshd - exeinto /etc/rc.d/init.d - newexe ${FILESDIR}/openssh sshd - newexe ${FILESDIR}/svc-openssh svc-sshd - exeinto /var/lib/supervise/services/sshd - newexe ${FILESDIR}/sshd-run run -} - - -pkg_postinst() { - # Make ssh start at boot - . ${ROOT}/etc/rc.d/config/functions - einfo ">>> Generating symlinks" - ${ROOT}/usr/sbin/rc-update add svc-sshd -} - diff --git a/net-misc/rsync/files/digest-rsync-2.4.6 b/net-misc/rsync/files/digest-rsync-2.4.6 deleted file mode 100644 index aba39e5e0aa3..000000000000 --- a/net-misc/rsync/files/digest-rsync-2.4.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 2ceb5e659f257c89569664c780b6fa6c rsync-2.4.6.tar.gz diff --git a/net-misc/rsync/files/digest-rsync-2.4.6-r1 b/net-misc/rsync/files/digest-rsync-2.4.6-r1 deleted file mode 100644 index aba39e5e0aa3..000000000000 --- a/net-misc/rsync/files/digest-rsync-2.4.6-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2ceb5e659f257c89569664c780b6fa6c rsync-2.4.6.tar.gz diff --git a/net-misc/rsync/rsync-2.4.6-r1.ebuild b/net-misc/rsync/rsync-2.4.6-r1.ebuild deleted file mode 100644 index 68a1d1a43b17..000000000000 --- a/net-misc/rsync/rsync-2.4.6-r1.ebuild +++ /dev/null @@ -1,43 +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/rsync/rsync-2.4.6-r1.ebuild,v 1.1 2000/12/21 03:28:40 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="File transfer program to keep remote files into sync" -SRC_URI="http://rsync.samba.org/ftp/rsync/${A}" -HOMEPAGE="http://rsync.samba.org" - -DEPEND=">=sys-libs/glibc-2.1.3" - -src_unpack() { - unpack ${A} - cd ${S} -#change confdir to /etc/rsync rather than just /etc (the --sysconfdir configure option doesn't work - cp rsync.h rsync.h.orig - sed -e 's:RSYNCD_CONF "/etc/rsyncd.conf":RSYNCD_CONF "/etc/rsync/rsyncd.conf":g' rsync.h.orig > rsync.h -#yes, updating the man page is very important. - cp rsyncd.conf.5 rsyncd.conf.5.orig - sed -e 's:/etc/rsyncd:/etc/rsync/rsyncd:g' rsyncd.conf.5.orig > rsyncd.conf.5 -} - -src_compile() { - - cd ${S} - try ./configure --prefix=/usr --host=${CHOST} - try make - -} - -src_install () { - - cd ${S} - try make prefix=${D}/usr install - prepman - dodir /etc/rsync - dodoc COPYING README - -} - - |