diff options
-rw-r--r-- | sys-apps/xinetd/files/digest-xinetd-2.3.3-r7 | 1 | ||||
-rw-r--r-- | sys-apps/xinetd/files/digest-xinetd-2.3.4 | 1 | ||||
-rw-r--r-- | sys-apps/xinetd/files/digest-xinetd-2.3.5 | 1 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.3-r7.ebuild | 53 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.4.ebuild | 53 | ||||
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.5.ebuild | 53 |
6 files changed, 0 insertions, 162 deletions
diff --git a/sys-apps/xinetd/files/digest-xinetd-2.3.3-r7 b/sys-apps/xinetd/files/digest-xinetd-2.3.3-r7 deleted file mode 100644 index 3449de4f8de9..000000000000 --- a/sys-apps/xinetd/files/digest-xinetd-2.3.3-r7 +++ /dev/null @@ -1 +0,0 @@ -MD5 6bbf329e3c101fbd25b68fa933250d74 xinetd-2.3.3.tar.gz 272863 diff --git a/sys-apps/xinetd/files/digest-xinetd-2.3.4 b/sys-apps/xinetd/files/digest-xinetd-2.3.4 deleted file mode 100644 index bf863f579675..000000000000 --- a/sys-apps/xinetd/files/digest-xinetd-2.3.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 8f7ac612910aaf811c4554f4ab40fd65 xinetd-2.3.4.tar.gz 270723 diff --git a/sys-apps/xinetd/files/digest-xinetd-2.3.5 b/sys-apps/xinetd/files/digest-xinetd-2.3.5 deleted file mode 100644 index 9716e5342558..000000000000 --- a/sys-apps/xinetd/files/digest-xinetd-2.3.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 a8a9b429ff491e88fb65a7d7822fd261 xinetd-2.3.5.tar.gz 269473 diff --git a/sys-apps/xinetd/xinetd-2.3.3-r7.ebuild b/sys-apps/xinetd/xinetd-2.3.3-r7.ebuild deleted file mode 100644 index eb328dcad934..000000000000 --- a/sys-apps/xinetd/xinetd-2.3.3-r7.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.3-r7.ebuild,v 1.10 2003/03/11 21:11:46 seemant Exp $ - -IUSE="tcpd" - -# NB: This ebuild introduces the /etc/xinetd.d includedir with a default -# /etc/xinetd.conf file. Check your config files if you're upgrading -# from an older ebuild version. You should browse /etc/xinetd.conf -# and the files in /etc/xinetd.d. Everything is off by default with -# access restricted to localhost. - -S=${WORKDIR}/${P} -DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" -HOMEPAGE="http://www.xinetd.org" -KEYWORDS="x86" -SLOT="0" -LICENSE="BSD" -SRC_URI="http://www.xinetd.org/${P}.tar.gz" - -DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" -RDEPEND="virtual/glibc dev-lang/perl" - -src_compile() { - - local myconf - use tcpd && myconf="--with-libwrap" - - ./configure --with-loadavg --host=${CHOST} ${myconf} || die - - # Parallel make does not work - make || die -} - -src_install() { - - into /usr ; dosbin xinetd/xinetd xinetd/itox - exeinto /usr/sbin ; doexe ${FILESDIR}/xconv.pl - - newman xinetd/xinetd.conf.man xinetd.conf.5 - newman xinetd/xinetd.log.man xinetd.log.8 - newman xinetd/xinetd.man xinetd.8 - doman xinetd/itox.8 - - newdoc xinetd/sample.conf xinetd.conf.dist.sample - newdoc ${FILESDIR}/xinetd.conf xinetd.conf.default - dodoc AUDIT CHANGELOG README COPYRIGHT - - insinto /etc/xinetd.d ; doins ${FILESDIR}/etc.xinetd.d/* - exeinto /etc/init.d ; newexe ${FILESDIR}/xinetd.rc6 xinetd - insinto /etc/conf.d ; newins ${FILESDIR}/xinetd.confd xinetd - insinto /etc ; doins ${FILESDIR}/xinetd.conf -} diff --git a/sys-apps/xinetd/xinetd-2.3.4.ebuild b/sys-apps/xinetd/xinetd-2.3.4.ebuild deleted file mode 100644 index 53fe353c34e0..000000000000 --- a/sys-apps/xinetd/xinetd-2.3.4.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.4.ebuild,v 1.7 2003/03/11 21:11:46 seemant Exp $ - -IUSE="tcpd" - -# NB: This ebuild introduces the /etc/xinetd.d includedir with a default -# /etc/xinetd.conf file. Check your config files if you're upgrading -# from an older ebuild version. You should browse /etc/xinetd.conf -# and the files in /etc/xinetd.d. Everything is off by default with -# access restricted to localhost. - -S=${WORKDIR}/${P} -DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" -HOMEPAGE="http://www.xinetd.org" -KEYWORDS="x86" -SLOT="0" -LICENSE="BSD" -SRC_URI="http://www.xinetd.org/${P}.tar.gz" - -DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" -RDEPEND="virtual/glibc dev-lang/perl" - -src_compile() { - - local myconf - use tcpd && myconf="--with-libwrap" - - ./configure --with-loadavg --host=${CHOST} ${myconf} || die - - # Parallel make does not work - make || die -} - -src_install() { - - into /usr ; dosbin xinetd/xinetd xinetd/itox - exeinto /usr/sbin ; doexe ${FILESDIR}/xconv.pl - - newman xinetd/xinetd.conf.man xinetd.conf.5 - newman xinetd/xinetd.log.man xinetd.log.8 - newman xinetd/xinetd.man xinetd.8 - doman xinetd/itox.8 - - newdoc xinetd/sample.conf xinetd.conf.dist.sample - newdoc ${FILESDIR}/xinetd.conf xinetd.conf.default - dodoc AUDIT CHANGELOG README COPYRIGHT - - insinto /etc/xinetd.d ; doins ${FILESDIR}/etc.xinetd.d/* - exeinto /etc/init.d ; newexe ${FILESDIR}/xinetd.rc6 xinetd - insinto /etc/conf.d ; newins ${FILESDIR}/xinetd.confd xinetd - insinto /etc ; doins ${FILESDIR}/xinetd.conf -} diff --git a/sys-apps/xinetd/xinetd-2.3.5.ebuild b/sys-apps/xinetd/xinetd-2.3.5.ebuild deleted file mode 100644 index 432404cb5b01..000000000000 --- a/sys-apps/xinetd/xinetd-2.3.5.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.5.ebuild,v 1.10 2003/03/11 21:11:46 seemant Exp $ - -IUSE="tcpd" - -# NB: This ebuild introduces the /etc/xinetd.d includedir with a default -# /etc/xinetd.conf file. Check your config files if you're upgrading -# from an older ebuild version. You should browse /etc/xinetd.conf -# and the files in /etc/xinetd.d. Everything is off by default with -# access restricted to localhost. - -S=${WORKDIR}/${P} -DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" -HOMEPAGE="http://www.xinetd.org" -KEYWORDS="x86 ppc sparc " -SLOT="0" -LICENSE="BSD" -SRC_URI="http://www.xinetd.org/${P}.tar.gz" - -DEPEND="virtual/glibc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" -RDEPEND="virtual/glibc dev-lang/perl" - -src_compile() { - - local myconf - use tcpd && myconf="--with-libwrap" - - ./configure --with-loadavg --host=${CHOST} ${myconf} || die - - # Parallel make does not work - make || die -} - -src_install() { - - into /usr ; dosbin xinetd/xinetd xinetd/itox - exeinto /usr/sbin ; doexe ${FILESDIR}/xconv.pl - - newman xinetd/xinetd.conf.man xinetd.conf.5 - newman xinetd/xinetd.log.man xinetd.log.8 - newman xinetd/xinetd.man xinetd.8 - doman xinetd/itox.8 - - newdoc xinetd/sample.conf xinetd.conf.dist.sample - newdoc ${FILESDIR}/xinetd.conf xinetd.conf.default - dodoc AUDIT CHANGELOG README COPYRIGHT - - insinto /etc/xinetd.d ; doins ${FILESDIR}/etc.xinetd.d/* - exeinto /etc/init.d ; newexe ${FILESDIR}/xinetd.rc6 xinetd - insinto /etc/conf.d ; newins ${FILESDIR}/xinetd.confd xinetd - insinto /etc ; doins ${FILESDIR}/xinetd.conf -} |