summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2006-03-05 20:59:31 +0000
committerMarkus Ullmann <jokey@gentoo.org>2006-03-05 20:59:31 +0000
commit2961091521099185660f99202d5ce3d0ea830c38 (patch)
treed69c2deee634f1e82da0be6bced402c4749c40ba /net-analyzer/jnettop
parentMarked ~alpha (bug #122726) (diff)
downloadgentoo-2-2961091521099185660f99202d5ce3d0ea830c38.tar.gz
gentoo-2-2961091521099185660f99202d5ce3d0ea830c38.tar.bz2
gentoo-2-2961091521099185660f99202d5ce3d0ea830c38.zip
INSTALL cleanup
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'net-analyzer/jnettop')
-rw-r--r--net-analyzer/jnettop/ChangeLog5
-rw-r--r--net-analyzer/jnettop/jnettop-0.10.1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/jnettop/ChangeLog b/net-analyzer/jnettop/ChangeLog
index 449b9b2951c0..6d36de6f0b75 100644
--- a/net-analyzer/jnettop/ChangeLog
+++ b/net-analyzer/jnettop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/jnettop
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/ChangeLog,v 1.15 2006/03/05 20:59:31 jokey Exp $
+
+ 05 Mar 2006; Markus Ullmann <jokey@gentoo.org> jnettop-0.10.1.ebuild:
+ INSTALL cleanup
15 Feb 2006; Markus Ullmann <jokey@gentoo.org> jnettop-0.10.1.ebuild,
jnettop-0.11.0.ebuild:
diff --git a/net-analyzer/jnettop/jnettop-0.10.1.ebuild b/net-analyzer/jnettop/jnettop-0.10.1.ebuild
index a5b49286cb76..1df4f7a447a8 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-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.6 2006/02/15 23:15:50 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.10.1.ebuild,v 1.7 2006/03/05 20:59:31 jokey Exp $
DESCRIPTION="A top like console network traffic visualiser"
HOMEPAGE="http://jnettop.kubs.info/"
@@ -16,5 +16,5 @@ DEPEND="net-libs/libpcap
src_install() {
make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog INSTALL NEWS README
+ dodoc AUTHORS ChangeLog NEWS README
}