summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-misc/dhcp/dhcp-3.0_beta0206.ebuild73
-rw-r--r--net-misc/dhcp/files/digest-dhcp-3.0_beta02061
-rw-r--r--net-misc/netkit-timed/files/digest-netkit-timed-0.17-r11
-rw-r--r--net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild41
-rw-r--r--net-misc/openssh/files/digest-openssh-2.3.0_p11
-rw-r--r--net-misc/openssh/openssh-2.3.0_p1.ebuild54
-rw-r--r--net-misc/snort/files/digest-snort-1.6.32
-rw-r--r--net-misc/snort/snort-1.6.3.ebuild38
8 files changed, 0 insertions, 211 deletions
diff --git a/net-misc/dhcp/dhcp-3.0_beta0206.ebuild b/net-misc/dhcp/dhcp-3.0_beta0206.ebuild
deleted file mode 100644
index ab32f6fa23f9..000000000000
--- a/net-misc/dhcp/dhcp-3.0_beta0206.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_beta0206.ebuild,v 1.3 2000/11/01 04:44:21 achim Exp $
-
-P=dhcp-3.0b2pl6
-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/files/digest-dhcp-3.0_beta0206 b/net-misc/dhcp/files/digest-dhcp-3.0_beta0206
deleted file mode 100644
index 3dc4304fbd9c..000000000000
--- a/net-misc/dhcp/files/digest-dhcp-3.0_beta0206
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3eea722a460000feabb06a975f9ab27b dhcp-3.0b2pl6.tar.gz
diff --git a/net-misc/netkit-timed/files/digest-netkit-timed-0.17-r1 b/net-misc/netkit-timed/files/digest-netkit-timed-0.17-r1
deleted file mode 100644
index 3d9b4090a062..000000000000
--- a/net-misc/netkit-timed/files/digest-netkit-timed-0.17-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1bffb4db753d9e5be227e444cf119bfe netkit-timed-0.17.tar.gz
diff --git a/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild b/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild
deleted file mode 100644
index c35abe83f1cb..000000000000
--- a/net-misc/netkit-timed/netkit-timed-0.17-r1.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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/netkit-timed-0.17-r1.ebuild,v 1.4 2000/11/01 04:44:22 achim Exp $
-
-P=netkit-timed-0.17
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Netkit - timed"
-SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${A}"
-
-DEPEND=">=sys-apps/bash-2.04
- >=sys-libs/glibc-2.1.3"
-
-src_compile() {
- try ./configure
- try make
-}
-
-src_install() {
-
- into /usr
- dosbin timed/timed/timed
- doman timed/timed/timed.8
- dosbin timed/timedc/timedc
- doman timed/timedc/timedc.8
- dodoc README ChangeLog BUGS
- dodir /etc/rc.d/init.d
- cp ${O}/files/timed ${D}/etc/rc.d/init.d/timed
-}
-
-pkg_config() {
-
- . /etc/rc.d/config/functions
-
- echo "Generating symlinks..."
- ${ROOT}/usr/sbin/rc-update add timed
-
-}
-
-
diff --git a/net-misc/openssh/files/digest-openssh-2.3.0_p1 b/net-misc/openssh/files/digest-openssh-2.3.0_p1
deleted file mode 100644
index 894bbf191bc9..000000000000
--- a/net-misc/openssh/files/digest-openssh-2.3.0_p1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b3d53dfb45da6e7bf88aaaf65b528aac openssh-2.3.0p1.tar.gz
diff --git a/net-misc/openssh/openssh-2.3.0_p1.ebuild b/net-misc/openssh/openssh-2.3.0_p1.ebuild
deleted file mode 100644
index 1b0cce193809..000000000000
--- a/net-misc/openssh/openssh-2.3.0_p1.ebuild
+++ /dev/null
@@ -1,54 +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.ebuild,v 1.2 2000/12/05 18:34:25 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 UPGRADING
- cd ${O}/files
- dodir /etc/rc.d/init.d/
- insinto /etc/rc.d/init.d
- insopts -m755
- doins sshd
- insinto /etc/pam.d
- donewins sshd.pam sshd
-}
-
-pkg_config() {
-
- # Make ssh start at boot
- echo "Generating symlinks"
- ${ROOT}/usr/sbin/rc-update add sshd
-
-}
-
-
-
diff --git a/net-misc/snort/files/digest-snort-1.6.3 b/net-misc/snort/files/digest-snort-1.6.3
deleted file mode 100644
index ff1a0329269b..000000000000
--- a/net-misc/snort/files/digest-snort-1.6.3
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 5d628b08c0bf42af3affc9fcfca7ea69 snort-1.6.3.tar.gz
-MD5 6fd76cac4a5c65a020e13954f850481e snort-1.6.3-patch2.tar.gz
diff --git a/net-misc/snort/snort-1.6.3.ebuild b/net-misc/snort/snort-1.6.3.ebuild
deleted file mode 100644
index 85cf8de7c505..000000000000
--- a/net-misc/snort/snort-1.6.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Your Name <your email>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/snort/snort-1.6.3.ebuild,v 1.3 2000/11/13 20:26:47 achim Exp $
-
-#P=
-A="${P}.tar.gz"
-S=${WORKDIR}/${P}
-DESCRIPTION="Libpcap packet sniffer/logger/lightweight IDS"
-SRC_URI="http://www.snort.org/Files/${A}"
-HOMEPAGE="http://www.snort.org"
-
-DEPEND=">=net-libs/libpcap-0.5.2
- >=dev-db/mysql-3.23.26"
-
-RDEPEND=">=dev-db/mysql-3.23.26"
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --host=${CHOST} \
- --enable-smbalerts --enable-pthreads \
- --with-mysql-includes=/usr/include/mysql \
- --with-mysql-libraries=/usr/lib/mysql/lib
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- into /usr/lib/snort/bin
- doins contrib/create_mysql contrib/*.pl contrib/snortlog
- dodoc AUTHORS BUGS ChangeLog COPYING CREDITS NEWS README.*
- dodoc RULES.SAMPLE USAGE contrib/pgsql.php3
-}
-