diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-04-24 23:43:14 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-04-24 23:43:14 +0000 |
commit | 4155fb46b4fb0498278a030c97880cb5cb5aae9b (patch) | |
tree | 29f7807a614a1578f7d24557ce0f85ac6cd60298 /net-analyzer/jnettop | |
parent | Do not error on warnings (for gcc4 support). Patch from Fedora. (diff) | |
download | gentoo-2-4155fb46b4fb0498278a030c97880cb5cb5aae9b.tar.gz gentoo-2-4155fb46b4fb0498278a030c97880cb5cb5aae9b.tar.bz2 gentoo-2-4155fb46b4fb0498278a030c97880cb5cb5aae9b.zip |
minor fix, remove old ebuild
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/jnettop')
-rw-r--r-- | net-analyzer/jnettop/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/jnettop/Manifest | 14 | ||||
-rw-r--r-- | net-analyzer/jnettop/files/digest-jnettop-0.9 | 1 | ||||
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.10.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/jnettop/jnettop-0.9.ebuild | 20 |
5 files changed, 8 insertions, 37 deletions
diff --git a/net-analyzer/jnettop/ChangeLog b/net-analyzer/jnettop/ChangeLog index 48f3de210d38..17ede8912a1e 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.9 2005/02/25 13:12:43 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/ChangeLog,v 1.10 2005/04/24 23:43:14 vanquirius Exp $ + + 24 Apr 2005; Marcelo Goes <vanquirius@gentoo.org> jnettop-0.10.1.ebuild, + -jnettop-0.9.ebuild: + Use make install instead of emake install. Removing old ebuild. 25 Feb 2005; Aaron Walker <ka0ttic@gentoo.org> jnettop-0.10.1.ebuild: Marked stable on x86. diff --git a/net-analyzer/jnettop/Manifest b/net-analyzer/jnettop/Manifest index 2a4a76de9954..4db4168de032 100644 --- a/net-analyzer/jnettop/Manifest +++ b/net-analyzer/jnettop/Manifest @@ -1,16 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 322c02fdc03d1b791f3b946a17aab13f jnettop-0.9.ebuild 565 -MD5 f2d58493a5b303083edb3f9a65c71b0e jnettop-0.10.1.ebuild 584 +MD5 40d9e0996b514b661d56edbe36bb83e4 jnettop-0.10.1.ebuild 583 MD5 08da62a9322726d6eeb5dc796eeaeb38 ChangeLog 1165 MD5 2930c32f90fae83ab0a2afb6ffd0c934 metadata.xml 240 -MD5 ab0d6b08508797f75e80bb5d0b82dcf1 files/digest-jnettop-0.9 63 MD5 6ffb841d0ecd0c29a7b3097a6b2762bd files/digest-jnettop-0.10.1 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCHyTXEZCkKN40op4RAiRWAJ0Ygp7D2fGe49ZFczzxjoS+iFMuNgCgwf60 -3nxFyyGEJF2qyTu+7lYGnSE= -=819R ------END PGP SIGNATURE----- diff --git a/net-analyzer/jnettop/files/digest-jnettop-0.9 b/net-analyzer/jnettop/files/digest-jnettop-0.9 deleted file mode 100644 index 65588b08828c..000000000000 --- a/net-analyzer/jnettop/files/digest-jnettop-0.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 33ff9857b577c8d226639f55bb5cd69e jnettop-0.9.tar.gz 101431 diff --git a/net-analyzer/jnettop/jnettop-0.10.1.ebuild b/net-analyzer/jnettop/jnettop-0.10.1.ebuild index 0acbee558bd0..751de75ce225 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 # 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.3 2005/02/25 13:12:43 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/jnettop/jnettop-0.10.1.ebuild,v 1.4 2005/04/24 23:43:14 vanquirius Exp $ DESCRIPTION="A top like console network traffic visualiser" HOMEPAGE="http://jnettop.kubs.info/" @@ -15,6 +15,6 @@ DEPEND="virtual/libpcap >=dev-libs/glib-2.0.1" src_install() { - emake DESTDIR=${D} install || die + make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog INSTALL NEWS README } 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 -} |