summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 12:01:45 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 12:01:45 +0000
commitd7bf18692f7ba480025f3ddd63f879e2d7932c14 (patch)
treebe2624e8dc08d84e55b45f1225bd851121d9faac /sys-apps/xinetd
parentUpdate (diff)
downloadhistorical-d7bf18692f7ba480025f3ddd63f879e2d7932c14.tar.gz
historical-d7bf18692f7ba480025f3ddd63f879e2d7932c14.tar.bz2
historical-d7bf18692f7ba480025f3ddd63f879e2d7932c14.zip
Cleanup
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r--sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r11
-rw-r--r--sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r21
-rw-r--r--sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r31
-rw-r--r--sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r41
-rw-r--r--sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild38
5 files changed, 0 insertions, 42 deletions
diff --git a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r1 b/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r1
deleted file mode 100644
index 72aa49d63056..000000000000
--- a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5d1f4d5bab29d9e68dc8850b4cb90969 xinetd-2.1.8.8p3.tar.gz
diff --git a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r2 b/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r2
deleted file mode 100644
index 72aa49d63056..000000000000
--- a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5d1f4d5bab29d9e68dc8850b4cb90969 xinetd-2.1.8.8p3.tar.gz
diff --git a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r3 b/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r3
deleted file mode 100644
index 72aa49d63056..000000000000
--- a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5d1f4d5bab29d9e68dc8850b4cb90969 xinetd-2.1.8.8p3.tar.gz
diff --git a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r4 b/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r4
deleted file mode 100644
index 72aa49d63056..000000000000
--- a/sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5d1f4d5bab29d9e68dc8850b4cb90969 xinetd-2.1.8.8p3.tar.gz
diff --git a/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild b/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild
deleted file mode 100644
index c39ed3ba68eb..000000000000
--- a/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild,v 1.2 2001/01/13 20:07:52 achim Exp $
-
-P=xinetd-2.1.8.8p3
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Replacement for inetd."
-HOMEPAGE="http://www.xinetd.org"
-SRC_URI="http://www.xinetd.org/${A}"
-DEPEND=">=sys-libs/glibc-2.1.3"
-RDEPEND="$DEPEND
- >=sys-apps/bash-2.04
- >=sys-devel/perl-5.6"
-
-src_compile() {
- try ./configure --with-loadavg --with-libwrap --prefix=/usr --host=${CHOST}
- # Parallel make does not work
- try make
-
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D}/usr install
- dodoc CHANGELOG README COPYRIGHT
- exeinto /etc/rc.d/init.d
- doexe ${FILESDIR}/xinetd ${FILESDIR}/svc-xinetd
- insinto /etc
-# doins ${FILESDIR}/xinetd.conf
- exeinto /var/lib/supervise/services/xinetd
- newexe ${FILESDIR}/xinetd-run run
-}
-
-
-
-