summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-29 09:20:09 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-29 09:20:09 +0000
commit6c31f3d47725833e182842c49a611c609511685d (patch)
tree912ecd1693fc7f46e6f7246084edf986e45e7b2a /sys-apps
parentOctavio Ruiz: force automake 1.9 instead of 1.8 #120351 by Ginsu (diff)
downloadhistorical-6c31f3d47725833e182842c49a611c609511685d.tar.gz
historical-6c31f3d47725833e182842c49a611c609511685d.tar.bz2
historical-6c31f3d47725833e182842c49a611c609511685d.zip
Make perl depend optional #120565 by Natanael Copa.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/xinetd/ChangeLog7
-rw-r--r--sys-apps/xinetd/Manifest10
-rw-r--r--sys-apps/xinetd/xinetd-2.3.14.ebuild9
3 files changed, 20 insertions, 6 deletions
diff --git a/sys-apps/xinetd/ChangeLog b/sys-apps/xinetd/ChangeLog
index c7b7b8345120..fa615e156471 100644
--- a/sys-apps/xinetd/ChangeLog
+++ b/sys-apps/xinetd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/xinetd
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.37 2005/10/30 03:37:26 vapier Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/ChangeLog,v 1.38 2006/01/29 09:20:09 vapier Exp $
+
+ 29 Jan 2006; Mike Frysinger <vapier@gentoo.org> xinetd-2.3.14.ebuild:
+ Make perl depend optional #120565 by Natanael Copa.
*xinetd-2.3.14 (30 Oct 2005)
diff --git a/sys-apps/xinetd/Manifest b/sys-apps/xinetd/Manifest
index fa078a851d88..e88898c47f83 100644
--- a/sys-apps/xinetd/Manifest
+++ b/sys-apps/xinetd/Manifest
@@ -1,3 +1,6 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
MD5 f88ca6b409289744e9affe98d4cdb961 ChangeLog 5753
MD5 3b6428878ffb5338d7eaff85ccbe6f6a files/digest-xinetd-2.3.13 65
MD5 1664118097dcca0bdd6c3f9dc6da4b86 files/digest-xinetd-2.3.14 65
@@ -20,3 +23,10 @@ MD5 5e5499c1d0e11aa5ef488642d7c3e5db files/xinetd.rc6 868
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 0ab919c245efca6ef554559091b2ae33 xinetd-2.3.13.ebuild 1999
MD5 2ee113960bd0163d92b7755139ae4901 xinetd-2.3.14.ebuild 1690
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFD3Ijl2+ySkm8kpY0RAlV4AKChxdgKXG/F534vh4YL93Lq7yBuMQCgnK6/
+xi1E1ZqkSZrJxTLifh2U6zM=
+=9U1J
+-----END PGP SIGNATURE-----
diff --git a/sys-apps/xinetd/xinetd-2.3.14.ebuild b/sys-apps/xinetd/xinetd-2.3.14.ebuild
index c015b8fef69b..21e32071f347 100644
--- a/sys-apps/xinetd/xinetd-2.3.14.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.14.ebuild,v 1.2 2005/11/03 00:57:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.14.ebuild,v 1.3 2006/01/29 09:20:09 vapier Exp $
inherit eutils
@@ -11,11 +11,11 @@ SRC_URI="http://www.xinetd.org/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE="tcpd"
+IUSE="perl tcpd"
DEPEND="tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )"
RDEPEND="${DEPEND}
- dev-lang/perl"
+ perl? ( dev-lang/perl )"
PROVIDE="virtual/inetd"
src_unpack() {
@@ -36,6 +36,7 @@ src_compile() {
src_install() {
make install install-contrib DESTDIR="${D}" || die "failed install"
+ use perl || rm -f "${D}"/usr/sbin/xconv.pl
newinitd "${FILESDIR}"/xinetd.rc6 xinetd || die
newconfd "${FILESDIR}"/xinetd.confd xinetd || die