summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-07-01 15:46:12 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-07-01 15:46:12 +0000
commit662130115e21d4549a4ec961baf2a3c922b7db11 (patch)
tree96cbbc5f0ea2d325ba9c0cde01203c1b8304062b /net-analyzer/jnettop
parentUpdate to latest SuSE package, rpm-release is now included in the ebuild vers... (diff)
downloadhistorical-662130115e21d4549a4ec961baf2a3c922b7db11.tar.gz
historical-662130115e21d4549a4ec961baf2a3c922b7db11.tar.bz2
historical-662130115e21d4549a4ec961baf2a3c922b7db11.zip
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-analyzer/jnettop')
-rw-r--r--net-analyzer/jnettop/ChangeLog7
-rw-r--r--net-analyzer/jnettop/Manifest10
-rw-r--r--net-analyzer/jnettop/files/digest-jnettop-0.11.01
-rw-r--r--net-analyzer/jnettop/jnettop-0.11.0.ebuild20
4 files changed, 33 insertions, 5 deletions
diff --git a/net-analyzer/jnettop/ChangeLog b/net-analyzer/jnettop/ChangeLog
index 8d56e503833c..93d81ee78944 100644
--- a/net-analyzer/jnettop/ChangeLog
+++ b/net-analyzer/jnettop/ChangeLog
@@ -1,6 +1,11 @@
# 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.11 2005/05/08 22:04:52 herbs Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/ChangeLog,v 1.12 2005/07/01 15:46:12 ka0ttic Exp $
+
+*jnettop-0.11.0 (01 Jul 2005)
+
+ 01 Jul 2005; Aaron Walker <ka0ttic@gentoo.org> +jnettop-0.11.0.ebuild:
+ Version bump.
08 May 2005; Herbie Hopkins <herbs@gentoo.org> jnettop-0.10.1.ebuild:
Marked ~amd64 wrt bug #91891.
diff --git a/net-analyzer/jnettop/Manifest b/net-analyzer/jnettop/Manifest
index a1584075b7dc..485fe3a6469a 100644
--- a/net-analyzer/jnettop/Manifest
+++ b/net-analyzer/jnettop/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
+MD5 26dab9942912ad058ca6b42a6d0e663a jnettop-0.11.0.ebuild 591
MD5 44d5022ec080a145e4c901a547dce721 jnettop-0.10.1.ebuild 588
-MD5 5c5584405efe27be41b03cc91e11f45a ChangeLog 1434
+MD5 b9f3fc8fd692fe7b0897d1dc64f64d11 ChangeLog 1557
MD5 2930c32f90fae83ab0a2afb6ffd0c934 metadata.xml 240
MD5 6ffb841d0ecd0c29a7b3097a6b2762bd files/digest-jnettop-0.10.1 66
+MD5 818479a5c52ad2a5efb2667ddb76d4ab files/digest-jnettop-0.11.0 66
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
-iD8DBQFCfo0u2G5bA0cA/ScRAjxIAKC+O8ehhCWE385sla9AfEv6AQAaFgCgqXUw
-LWpLi3nrmjG4hSt7Vc8vY04=
-=XWRA
+iD8DBQFCxWVgEZCkKN40op4RAuGtAJ9xmcJf04m7k8hGB8yqKiSpoyRg+QCglIZL
+adscZh6oLg29RwD2wJGDfe4=
+=1ykk
-----END PGP SIGNATURE-----
diff --git a/net-analyzer/jnettop/files/digest-jnettop-0.11.0 b/net-analyzer/jnettop/files/digest-jnettop-0.11.0
new file mode 100644
index 000000000000..07328ff57233
--- /dev/null
+++ b/net-analyzer/jnettop/files/digest-jnettop-0.11.0
@@ -0,0 +1 @@
+MD5 6fe9efcd5cebfff916b4de59cd7935ca jnettop-0.11.0.tar.gz 115640
diff --git a/net-analyzer/jnettop/jnettop-0.11.0.ebuild b/net-analyzer/jnettop/jnettop-0.11.0.ebuild
new file mode 100644
index 000000000000..9674c28df3e7
--- /dev/null
+++ b/net-analyzer/jnettop/jnettop-0.11.0.ebuild
@@ -0,0 +1,20 @@
+# 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.11.0.ebuild,v 1.1 2005/07/01 15:46:12 ka0ttic 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="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="virtual/libpcap
+ >=dev-libs/glib-2.0.1"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog INSTALL NEWS README
+}