diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2005-06-26 03:58:36 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2005-06-26 03:58:36 +0000 |
commit | 4c1cc04cfe7d8da6e1f38f8824a9d5b7472ea3d6 (patch) | |
tree | d260d23fc47c3446116c1a41fe8e33e63ae725fb /net-analyzer/ethstatus | |
parent | Initial commit. (diff) | |
download | gentoo-2-4c1cc04cfe7d8da6e1f38f8824a9d5b7472ea3d6.tar.gz gentoo-2-4c1cc04cfe7d8da6e1f38f8824a9d5b7472ea3d6.tar.bz2 gentoo-2-4c1cc04cfe7d8da6e1f38f8824a9d5b7472ea3d6.zip |
amd64 stable
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-analyzer/ethstatus')
-rw-r--r-- | net-analyzer/ethstatus/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/ethstatus/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-analyzer/ethstatus/ChangeLog b/net-analyzer/ethstatus/ChangeLog index d90f73640180..1a186a1c4a7c 100644 --- a/net-analyzer/ethstatus/ChangeLog +++ b/net-analyzer/ethstatus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/ethstatus -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ChangeLog,v 1.4 2004/12/19 06:53:19 avenj Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ChangeLog,v 1.5 2005/06/26 03:58:36 vanquirius Exp $ + + 26 Jun 2005; Marcelo Goes <vanquirius@gentoo.org> + ethstatus-0.4.2-r2.ebuild: + amd64 stable. 19 Dec 2004; Jon Portnoy <avenj@gentoo.org> ethstatus-0.4.2-r2.ebuild : AMD64 keywords. diff --git a/net-analyzer/ethstatus/Manifest b/net-analyzer/ethstatus/Manifest index a38b13cc81e5..3f718ada7d4e 100644 --- a/net-analyzer/ethstatus/Manifest +++ b/net-analyzer/ethstatus/Manifest @@ -1,4 +1,4 @@ +MD5 bf2edb2acbfa623e85e84c7749b2d03e ethstatus-0.4.2-r2.ebuild 677 MD5 009dbc89733a0e0728dc64b48a042e14 ChangeLog 589 -MD5 98a36fb5d0c45412e5caa4a60fc6f0c4 ethstatus-0.4.2-r2.ebuild 678 MD5 3627d7378552f7fce06d331ddeae2926 metadata.xml 219 MD5 43b28edd9eb20ab82774f4c17f2554c4 files/digest-ethstatus-0.4.2-r2 71 diff --git a/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild b/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild index 49a19148e9c1..df06b84cb005 100644 --- a/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild +++ b/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild,v 1.3 2004/12/19 06:53:19 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethstatus/ethstatus-0.4.2-r2.ebuild,v 1.4 2005/06/26 03:58:36 vanquirius Exp $ DESCRIPTION="ncurses based utility to display real time statistics about network traffic." HOMEPAGE="http://ethstatus.calle69.net/" @@ -8,7 +8,7 @@ SRC_URI="mirror://debian/pool/main/e/ethstatus/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64" +KEYWORDS="x86 amd64" IUSE="" DEPEND=">=sys-libs/ncurses-5.4-r1" |