summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2006-02-15 23:41:37 +0000
committerMarkus Ullmann <jokey@gentoo.org>2006-02-15 23:41:37 +0000
commitbdc14d4fdf7d1a868184ea3e2dc22f4570b22909 (patch)
tree6b16b5f50d0a10a8e4c38b48f7abfe791b798539 /net-analyzer/ntop
parentFix mktemp call for non-GNU userlands, thanks to Benigno B. Junior. Finally c... (diff)
downloadgentoo-2-bdc14d4fdf7d1a868184ea3e2dc22f4570b22909.tar.gz
gentoo-2-bdc14d4fdf7d1a868184ea3e2dc22f4570b22909.tar.bz2
gentoo-2-bdc14d4fdf7d1a868184ea3e2dc22f4570b22909.zip
Removing virtual/libpcap wrt bug #117898
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r--net-analyzer/ntop/ChangeLog6
-rw-r--r--net-analyzer/ntop/ntop-3.0.ebuild4
-rw-r--r--net-analyzer/ntop/ntop-3.1.ebuild6
-rw-r--r--net-analyzer/ntop/ntop-3.2-r1.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog
index 77f125ca77c7..f2015c7c98f0 100644
--- a/net-analyzer/ntop/ChangeLog
+++ b/net-analyzer/ntop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/ntop
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.45 2006/02/07 22:01:57 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.46 2006/02/15 23:41:37 jokey Exp $
+
+ 15 Feb 2006; Markus Ullmann <jokey@gentoo.org> ntop-3.0.ebuild,
+ ntop-3.1.ebuild, ntop-3.2-r1.ebuild:
+ Removing virtual/libpcap wrt bug #117898
07 Feb 2006; Peter Volkov <pva@gentoo.org> ntop-3.2-r1.ebuild:
Fix for bug 121497.
diff --git a/net-analyzer/ntop/ntop-3.0.ebuild b/net-analyzer/ntop/ntop-3.0.ebuild
index 57e5b75b779d..bd216c6ae09e 100644
--- a/net-analyzer/ntop/ntop-3.0.ebuild
+++ b/net-analyzer/ntop/ntop-3.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.18 2006/01/12 18:49:12 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.19 2006/02/15 23:41:37 jokey Exp $
inherit gnuconfig
@@ -14,7 +14,7 @@ KEYWORDS="amd64 hppa ppc ~ppc64 sparc ~x86"
IUSE="ssl readline tcpd"
DEPEND=">=sys-libs/gdbm-1.8.0
- virtual/libpcap
+ net-libs/libpcap
>=media-libs/gd-2.0.22
>=media-libs/libpng-1.2.5
tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 )
diff --git a/net-analyzer/ntop/ntop-3.1.ebuild b/net-analyzer/ntop/ntop-3.1.ebuild
index 8c882cd60c86..ae44df6fcba7 100644
--- a/net-analyzer/ntop/ntop-3.1.ebuild
+++ b/net-analyzer/ntop/ntop-3.1.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/net-analyzer/ntop/ntop-3.1.ebuild,v 1.8 2005/08/24 14:13:54 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.1.ebuild,v 1.9 2006/02/15 23:41:37 jokey Exp $
inherit gnuconfig eutils
@@ -17,7 +17,7 @@ DEPEND="virtual/libc
sys-apps/gawk
>=sys-devel/libtool-1.4
>=sys-libs/gdbm-1.8.0
- virtual/libpcap
+ net-libs/libpcap
>=media-libs/gd-2.0.22
>=media-libs/libpng-1.2.5
tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 )
diff --git a/net-analyzer/ntop/ntop-3.2-r1.ebuild b/net-analyzer/ntop/ntop-3.2-r1.ebuild
index 2179cd1903c0..5b0fb01ebe8a 100644
--- a/net-analyzer/ntop/ntop-3.2-r1.ebuild
+++ b/net-analyzer/ntop/ntop-3.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.2-r1.ebuild,v 1.2 2006/02/07 22:01:57 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.2-r1.ebuild,v 1.3 2006/02/15 23:41:37 jokey Exp $
inherit eutils autotools
@@ -16,7 +16,7 @@ IUSE="ipv6 nls snmp ssl tcpd zlib"
DEPEND="sys-apps/gawk
>=sys-devel/libtool-1.4
>=sys-libs/gdbm-1.8.0
- virtual/libpcap
+ net-libs/libpcap
>=media-libs/gd-2.0.22
>=media-libs/libpng-1.2.5
snmp? ( net-analyzer/net-snmp )