diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-02-15 23:15:50 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-02-15 23:15:50 +0000 |
commit | f30b92838589cdacf97946348fdc380bf9300869 (patch) | |
tree | 842384115e813f00ff6edc82ad5f53fe625d3512 /net-analyzer | |
parent | Fix typo, thanks to Brendan Rankin in bug #122960 for reporting. (diff) | |
download | gentoo-2-f30b92838589cdacf97946348fdc380bf9300869.tar.gz gentoo-2-f30b92838589cdacf97946348fdc380bf9300869.tar.bz2 gentoo-2-f30b92838589cdacf97946348fdc380bf9300869.zip |
Removing virtual/libpcap wrt bug #117898
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/jnettop/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.10.1.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.11.0.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net-analyzer/jnettop/ChangeLog b/net-analyzer/jnettop/ChangeLog index 492ff7949a68..449b9b2951c0 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.13 2005/09/27 20:33:12 vanquirius Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/ChangeLog,v 1.14 2006/02/15 23:15:50 jokey Exp $ + + 15 Feb 2006; Markus Ullmann <jokey@gentoo.org> jnettop-0.10.1.ebuild, + jnettop-0.11.0.ebuild: + Removing virtual/libpcap wrt bug #117898 27 Sep 2005; Marcelo Goes <vanquirius@gentoo.org> jnettop-0.11.0.ebuild: 0.11.0 x86 stable for bug 107425. Thanks to Daniel Webert <rockoo at gmail diff --git a/net-analyzer/jnettop/jnettop-0.10.1.ebuild b/net-analyzer/jnettop/jnettop-0.10.1.ebuild index dc3dc5542a82..a5b49286cb76 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 +# Copyright 1999-2006 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.5 2005/05/08 22:04:52 herbs Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.10.1.ebuild,v 1.6 2006/02/15 23:15:50 jokey Exp $ DESCRIPTION="A top like console network traffic visualiser" HOMEPAGE="http://jnettop.kubs.info/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~amd64" IUSE="" -DEPEND="virtual/libpcap +DEPEND="net-libs/libpcap >=dev-libs/glib-2.0.1" src_install() { diff --git a/net-analyzer/jnettop/jnettop-0.11.0.ebuild b/net-analyzer/jnettop/jnettop-0.11.0.ebuild index 324b18a0ff8e..c35099baf78d 100644 --- a/net-analyzer/jnettop/jnettop-0.11.0.ebuild +++ b/net-analyzer/jnettop/jnettop-0.11.0.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/jnettop/jnettop-0.11.0.ebuild,v 1.2 2005/09/27 20:33:12 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.11.0.ebuild,v 1.3 2006/02/15 23:15:50 jokey Exp $ DESCRIPTION="A top like console network traffic visualiser" HOMEPAGE="http://jnettop.kubs.info/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86" IUSE="" -DEPEND="virtual/libpcap +DEPEND="net-libs/libpcap >=dev-libs/glib-2.0.1" src_install() { |