summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-27 07:19:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-27 07:19:54 +0000
commit4b30acedccb24bdf4337bb4d52131089f811199f (patch)
tree9a6cf68afca73e77dd5639cd9d06319d2a338ea3 /sys-apps/xinetd
parentremoved crusty ebuilds (diff)
downloadgentoo-2-4b30acedccb24bdf4337bb4d52131089f811199f.tar.gz
gentoo-2-4b30acedccb24bdf4337bb4d52131089f811199f.tar.bz2
gentoo-2-4b30acedccb24bdf4337bb4d52131089f811199f.zip
provide virtual/inetd
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r--sys-apps/xinetd/ChangeLog8
-rw-r--r--sys-apps/xinetd/xinetd-2.3.10.ebuild9
-rw-r--r--sys-apps/xinetd/xinetd-2.3.7.ebuild9
-rw-r--r--sys-apps/xinetd/xinetd-2.3.9.ebuild9
4 files changed, 24 insertions, 11 deletions
diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog
index bb234b156dd3..846a8846fdb7 100644
--- a/sys-apps/xinetd/ChangeLog
+++ b/sys-apps/xinetd/ChangeLog
@@ -1,9 +1,13 @@
# ChangeLog for sys-apps/xinetd
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.16 2003/03/27 04:34:17 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.17 2003/03/27 07:19:54 seemant Exp $
*xinetd-2.3.10 (26 Mar 2003)
-
+
+ 26 Mar 2003; Seemant Kulleen <seemant@gentoo.org> xinetd-2.3.10.ebuild,
+ xinetd-2.3.7.ebuild, xinetd-2.3.9.ebuild:
+ provide virtual/inetd
+
26 Mar 2003; Daniel Robbins <drobbins@gentoo.org>: new upstream release, unstable for
x86.
diff --git a/sys-apps/xinetd/xinetd-2.3.10.ebuild b/sys-apps/xinetd/xinetd-2.3.10.ebuild
index 72b9671e43f1..f2ee7964a935 100644
--- a/sys-apps/xinetd/xinetd-2.3.10.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.10.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.10.ebuild,v 1.1 2003/03/27 04:34:17 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.10.ebuild,v 1.2 2003/03/27 07:19:54 seemant Exp $
#SPV=the directory in files/ to grab the goodies from
@@ -8,15 +8,18 @@ SPV=2.3.9
DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features"
HOMEPAGE="http://www.xinetd.org"
-KEYWORDS="~x86"
+SRC_URI="http://www.xinetd.org/${P}.tar.gz"
+
SLOT="0"
LICENSE="BSD"
-SRC_URI="http://www.xinetd.org/${P}.tar.gz"
+KEYWORDS="~x86"
DEPEND="virtual/glibc
tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
RDEPEND="${DEPEND} dev-lang/perl"
+PROVIDE="virtual/inetd"
+
src_compile() {
local myconf
use tcpd && myconf="--with-libwrap"
diff --git a/sys-apps/xinetd/xinetd-2.3.7.ebuild b/sys-apps/xinetd/xinetd-2.3.7.ebuild
index 9ee13533d0f0..3f245f552db7 100644
--- a/sys-apps/xinetd/xinetd-2.3.7.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.7.ebuild
@@ -1,6 +1,6 @@
# 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.7.ebuild,v 1.10 2003/03/11 21:11:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.7.ebuild,v 1.11 2003/03/27 07:19:54 seemant Exp $
IUSE="ipv6 tcpd"
@@ -13,15 +13,18 @@ IUSE="ipv6 tcpd"
S=${WORKDIR}/${P}
DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features"
HOMEPAGE="http://www.xinetd.org"
-KEYWORDS="x86 ppc sparc"
+SRC_URI="http://www.xinetd.org/${P}.tar.gz"
+
SLOT="0"
LICENSE="BSD"
-SRC_URI="http://www.xinetd.org/${P}.tar.gz"
+KEYWORDS="x86 ppc sparc"
DEPEND="virtual/glibc
tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
RDEPEND="${DEPEND} dev-lang/perl"
+PROVIDE="virtual/inetd"
+
src_compile() {
local myconf
use tcpd && myconf="--with-libwrap"
diff --git a/sys-apps/xinetd/xinetd-2.3.9.ebuild b/sys-apps/xinetd/xinetd-2.3.9.ebuild
index 0895c63d1367..e1a5d77f4fe8 100644
--- a/sys-apps/xinetd/xinetd-2.3.9.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.9.ebuild
@@ -1,18 +1,21 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.9.ebuild,v 1.6 2003/03/11 21:11:46 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.9.ebuild,v 1.7 2003/03/27 07:19:54 seemant Exp $
DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features"
HOMEPAGE="http://www.xinetd.org"
-KEYWORDS="x86 ~ppc ~sparc alpha"
+SRC_URI="http://www.xinetd.org/${P}.tar.gz"
+
SLOT="0"
LICENSE="BSD"
-SRC_URI="http://www.xinetd.org/${P}.tar.gz"
+KEYWORDS="x86 ~ppc ~sparc alpha"
DEPEND="virtual/glibc
tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
RDEPEND="${DEPEND} dev-lang/perl"
+PROVIDE="virtual/inetd"
+
src_compile() {
local myconf
use tcpd && myconf="--with-libwrap"