diff options
author | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 05:12:52 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2005-01-29 05:12:52 +0000 |
commit | b38a7ba9b7ebc892ccba90f6c6d04b210dc10f97 (patch) | |
tree | 859a6b1ab75182497370075154214d4b94309292 /net-analyzer/jnettop | |
parent | remove USE=debug support (diff) | |
download | historical-b38a7ba9b7ebc892ccba90f6c6d04b210dc10f97.tar.gz historical-b38a7ba9b7ebc892ccba90f6c6d04b210dc10f97.tar.bz2 historical-b38a7ba9b7ebc892ccba90f6c6d04b210dc10f97.zip |
Move to virtual/libpcap as per bug #63113
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-analyzer/jnettop')
-rw-r--r-- | net-analyzer/jnettop/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.10.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.9.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/jnettop/ChangeLog b/net-analyzer/jnettop/ChangeLog index a2f40c262a49..de5a770d24e9 100644 --- a/net-analyzer/jnettop/ChangeLog +++ b/net-analyzer/jnettop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/jnettop # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/ChangeLog,v 1.7 2005/01/09 07:34:40 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/ChangeLog,v 1.8 2005/01/29 05:12:51 dragonheart Exp $ + + 29 Jan 2005; Daniel Black <dragonheart@gentoo.org> jnettop-0.10.1.ebuild, + jnettop-0.9.ebuild: + changed net-libs/libpcap depend to virtual/libcap *jnettop-0.10.1 (09 Jan 2005) diff --git a/net-analyzer/jnettop/jnettop-0.10.1.ebuild b/net-analyzer/jnettop/jnettop-0.10.1.ebuild index 446093e52426..c8d39c488569 100644 --- a/net-analyzer/jnettop/jnettop-0.10.1.ebuild +++ b/net-analyzer/jnettop/jnettop-0.10.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/jnettop/jnettop-0.10.1.ebuild,v 1.1 2005/01/09 07:34:40 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.10.1.ebuild,v 1.2 2005/01/29 05:12:51 dragonheart Exp $ DESCRIPTION="A top like console network traffic visualiser" HOMEPAGE="http://jnettop.kubs.info/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" IUSE="" -DEPEND="net-libs/libpcap +DEPEND="virtual/libpcap >=dev-libs/glib-2.0.1" src_install() { diff --git a/net-analyzer/jnettop/jnettop-0.9.ebuild b/net-analyzer/jnettop/jnettop-0.9.ebuild index cdc0e22b7a41..146b6bdd8989 100644 --- a/net-analyzer/jnettop/jnettop-0.9.ebuild +++ b/net-analyzer/jnettop/jnettop-0.9.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/jnettop/jnettop-0.9.ebuild,v 1.7 2005/01/09 07:34:40 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.9.ebuild,v 1.8 2005/01/29 05:12:51 dragonheart Exp $ DESCRIPTION="A top like console network traffic visualiser" HOMEPAGE="http://jnettop.kubs.info/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~ppc ~sparc" IUSE="" -DEPEND="net-libs/libpcap +DEPEND="virtual/libpcap >=dev-libs/glib-2.0" src_install() { |