diff options
-rw-r--r-- | net-analyzer/jnettop/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/jnettop/files/digest-jnettop-0.11.0 | 3 | ||||
-rw-r--r-- | net-analyzer/jnettop/files/digest-jnettop-0.13.0-r1 (renamed from net-analyzer/jnettop/files/digest-jnettop-0.13.0) | 0 | ||||
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.11.0.ebuild | 23 | ||||
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild (renamed from net-analyzer/jnettop/jnettop-0.13.0.ebuild) | 6 |
5 files changed, 10 insertions, 30 deletions
diff --git a/net-analyzer/jnettop/ChangeLog b/net-analyzer/jnettop/ChangeLog index e3ab57454512..375ae10fe793 100644 --- a/net-analyzer/jnettop/ChangeLog +++ b/net-analyzer/jnettop/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/jnettop # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/ChangeLog,v 1.18 2007/03/20 14:42:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/ChangeLog,v 1.19 2007/08/20 09:48:15 jokey Exp $ + +*jnettop-0.13.0-r1 (20 Aug 2007) + + 20 Aug 2007; Markus Ullmann <jokey@gentoo.org> -jnettop-0.11.0.ebuild, + -jnettop-0.13.0.ebuild, +jnettop-0.13.0-r1.ebuild: + Add example config to docs wrt bug #187748 20 Mar 2007; Raúl Porcel <armin76@gentoo.org> jnettop-0.13.0.ebuild: x86 stable diff --git a/net-analyzer/jnettop/files/digest-jnettop-0.11.0 b/net-analyzer/jnettop/files/digest-jnettop-0.11.0 deleted file mode 100644 index d5a5bc8354c5..000000000000 --- a/net-analyzer/jnettop/files/digest-jnettop-0.11.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6fe9efcd5cebfff916b4de59cd7935ca jnettop-0.11.0.tar.gz 115640 -RMD160 96d2c305f46f47057be22e9ae74bbabb3227a233 jnettop-0.11.0.tar.gz 115640 -SHA256 40738370a568196579086b527b13fef2c343d46e9d19191b1e461f35e7725a2e jnettop-0.11.0.tar.gz 115640 diff --git a/net-analyzer/jnettop/files/digest-jnettop-0.13.0 b/net-analyzer/jnettop/files/digest-jnettop-0.13.0-r1 index 731d91423c78..731d91423c78 100644 --- a/net-analyzer/jnettop/files/digest-jnettop-0.13.0 +++ b/net-analyzer/jnettop/files/digest-jnettop-0.13.0-r1 diff --git a/net-analyzer/jnettop/jnettop-0.11.0.ebuild b/net-analyzer/jnettop/jnettop-0.11.0.ebuild deleted file mode 100644 index 83ad820acd56..000000000000 --- a/net-analyzer/jnettop/jnettop-0.11.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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.4 2006/10/31 23:01:12 jokey 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="" - -RDEPEND="net-libs/libpcap - >=dev-libs/glib-2.0.1" - -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README -} diff --git a/net-analyzer/jnettop/jnettop-0.13.0.ebuild b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild index 6be1ab671cdf..4743c568d399 100644 --- a/net-analyzer/jnettop/jnettop-0.13.0.ebuild +++ b/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.13.0.ebuild,v 1.3 2007/03/20 14:42:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.13.0-r1.ebuild,v 1.1 2007/08/20 09:48:15 jokey Exp $ DESCRIPTION="A top like console network traffic visualiser" HOMEPAGE="http://jnettop.kubs.info/" @@ -8,7 +8,7 @@ SRC_URI="http://jnettop.kubs.info/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="net-libs/libpcap @@ -19,5 +19,5 @@ DEPEND="${RDEPEND} src_install() { make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README + dodoc AUTHORS ChangeLog NEWS README .jnettop } |