diff options
author | 2005-01-31 14:24:27 +0000 | |
---|---|---|
committer | 2005-01-31 14:24:27 +0000 | |
commit | 4a03fdfb92470ac36d4d9b3a34f49cc3836a6054 (patch) | |
tree | c5a9a2b99d9a91a02be373f89cf9a578cc565393 /net-analyzer/ntop | |
parent | version bump (diff) | |
download | historical-4a03fdfb92470ac36d4d9b3a34f49cc3836a6054.tar.gz historical-4a03fdfb92470ac36d4d9b3a34f49cc3836a6054.tar.bz2 historical-4a03fdfb92470ac36d4d9b3a34f49cc3836a6054.zip |
virtual/libpcap transition
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r-- | net-analyzer/ntop/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.0.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/ntop/ntop-3.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index 731c6ca6df4d..e12c13bfb6ba 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/ntop # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.32 2005/01/16 04:23:21 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.33 2005/01/31 14:23:31 dragonheart Exp $ + + 31 Jan 2005; Daniel Black <dragonheart@gentoo.org> ntop-3.0.ebuild, + ntop-3.1.ebuild: + virtual/libpcap transition *ntop-3.1 (16 Jan 2005) diff --git a/net-analyzer/ntop/ntop-3.0.ebuild b/net-analyzer/ntop/ntop-3.0.ebuild index e3169dc059a0..63f702523a75 100644 --- a/net-analyzer/ntop/ntop-3.0.ebuild +++ b/net-analyzer/ntop/ntop-3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.15 2004/10/27 08:41:14 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.16 2005/01/31 14:23:31 dragonheart Exp $ inherit gnuconfig @@ -14,7 +14,7 @@ KEYWORDS="x86 ppc sparc hppa ~amd64 ~ppc64" IUSE="ssl readline tcpd" DEPEND=">=sys-libs/gdbm-1.8.0 - >=net-libs/libpcap-0.5.2 + virtual/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 e4a058db1d82..100642ce7c0d 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 # 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.1 2005/01/16 04:23:21 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.1.ebuild,v 1.2 2005/01/31 14:23:31 dragonheart 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 - >=net-libs/libpcap-0.5.2 + virtual/libpcap >=media-libs/gd-2.0.22 >=media-libs/libpng-1.2.5 tcpd? ( >=sys-apps/tcp-wrappers-7.6-r4 ) |