diff options
author | 2001-04-30 12:01:45 +0000 | |
---|---|---|
committer | 2001-04-30 12:01:45 +0000 | |
commit | d7bf18692f7ba480025f3ddd63f879e2d7932c14 (patch) | |
tree | be2624e8dc08d84e55b45f1225bd851121d9faac /sys-apps/xinetd | |
parent | Update (diff) | |
download | historical-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-r1 | 1 | ||||
-rw-r--r-- | sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r2 | 1 | ||||
-rw-r--r-- | sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r3 | 1 | ||||
-rw-r--r-- | sys-apps/xinetd/files/digest-xinetd-2.1.8.8_p3-r4 | 1 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.1.8.8_p3-r4.ebuild | 38 |
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 -} - - - - |