diff options
Diffstat (limited to 'net-analyzer/jnettop/jnettop-0.9.ebuild')
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.9.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-analyzer/jnettop/jnettop-0.9.ebuild b/net-analyzer/jnettop/jnettop-0.9.ebuild deleted file mode 100644 index 146b6bdd8989..000000000000 --- a/net-analyzer/jnettop/jnettop-0.9.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# 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.8 2005/01/29 05:12:51 dragonheart Exp $ - -DESCRIPTION="A top like console network traffic visualiser" -HOMEPAGE="http://jnettop.kubs.info/" -SRC_URI="http://jnettop.kubs.info/dist/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" -IUSE="" - -DEPEND="virtual/libpcap - >=dev-libs/glib-2.0" - -src_install() { - einstall || die - dodoc AUTHORS ChangeLog INSTALL NEWS README -} |