summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-04-16 19:16:41 +0000
committerUlrich Müller <ulm@gentoo.org>2011-04-16 19:16:41 +0000
commit88cfc3f4c74e77de96f1bcbc9af96f39d1d5881a (patch)
treed31d33cf99a163a2598c1c25e4cfe133a7929bf3 /sys-apps/netkit-base
parentStable on amd64 wrt bug #363767 (diff)
downloadhistorical-88cfc3f4c74e77de96f1bcbc9af96f39d1d5881a.tar.gz
historical-88cfc3f4c74e77de96f1bcbc9af96f39d1d5881a.tar.bz2
historical-88cfc3f4c74e77de96f1bcbc9af96f39d1d5881a.zip
Don't PROVIDE virtual/inetd, bug 358831.
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/netkit-base')
-rw-r--r--sys-apps/netkit-base/ChangeLog8
-rw-r--r--sys-apps/netkit-base/netkit-base-0.17-r8.ebuild5
-rw-r--r--sys-apps/netkit-base/netkit-base-0.17-r9.ebuild6
3 files changed, 11 insertions, 8 deletions
diff --git a/sys-apps/netkit-base/ChangeLog b/sys-apps/netkit-base/ChangeLog
index 711308fd58ae..480892c5bb46 100644
--- a/sys-apps/netkit-base/ChangeLog
+++ b/sys-apps/netkit-base/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/netkit-base
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/ChangeLog,v 1.30 2010/10/19 20:23:50 chainsaw Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/ChangeLog,v 1.31 2011/04/16 19:13:52 ulm Exp $
+
+ 16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> netkit-base-0.17-r8.ebuild,
+ netkit-base-0.17-r9.ebuild:
+ Don't PROVIDE virtual/inetd, bug 358831.
*netkit-base-0.17-r9 (19 Oct 2010)
diff --git a/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild
index cb02d114fb9c..77940a228c06 100644
--- a/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild
+++ b/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild,v 1.17 2010/10/08 02:14:15 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r8.ebuild,v 1.18 2011/04/16 19:13:52 ulm Exp $
inherit eutils
@@ -14,7 +14,6 @@ KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
DEPEND=""
-PROVIDE="virtual/inetd"
src_unpack() {
unpack ${A}
diff --git a/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild b/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild
index e74ce161e66f..d56165f6d9ef 100644
--- a/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild
+++ b/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild,v 1.1 2010/10/19 20:23:50 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/netkit-base/netkit-base-0.17-r9.ebuild,v 1.2 2011/04/16 19:13:52 ulm Exp $
EAPI=2
@@ -17,7 +17,7 @@ IUSE=""
DEPEND=""
RDEPEND=""
-PROVIDE="virtual/inetd"
+
EPATCH_SUFFIX="patch"
PATCHES=( "${FILESDIR}" )