diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-05-10 16:04:59 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-05-10 16:04:59 +0000 |
commit | 3fdf3aee862ee4eb61ee4c0df168752bbf3070b8 (patch) | |
tree | 93b433219eff3fcd4823e4d5b766f6edf1d2e43b /net-analyzer/nettop | |
parent | version bump (diff) | |
download | historical-3fdf3aee862ee4eb61ee4c0df168752bbf3070b8.tar.gz historical-3fdf3aee862ee4eb61ee4c0df168752bbf3070b8.tar.bz2 historical-3fdf3aee862ee4eb61ee4c0df168752bbf3070b8.zip |
Added ~amd64 keyword. Closes #92114.
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'net-analyzer/nettop')
-rw-r--r-- | net-analyzer/nettop/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nettop/Manifest | 14 | ||||
-rw-r--r-- | net-analyzer/nettop/nettop-0.2.3.ebuild | 4 |
3 files changed, 19 insertions, 5 deletions
diff --git a/net-analyzer/nettop/ChangeLog b/net-analyzer/nettop/ChangeLog index a6f07e73baa0..3bee43fedcfa 100644 --- a/net-analyzer/nettop/ChangeLog +++ b/net-analyzer/nettop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nettop # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.10 2005/05/01 17:24:41 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/ChangeLog,v 1.11 2005/05/10 16:04:59 ticho Exp $ + + 10 May 2005; Andrej Kacian <ticho@gentoo.org> nettop-0.2.3.ebuild: + Added ~amd64 keyword. Closes #92114, reported by Chris Chance + <cchance@gmail.com>. 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> nettop-0.2.3.ebuild: Stable on ppc. diff --git a/net-analyzer/nettop/Manifest b/net-analyzer/nettop/Manifest index 5760cffe3d84..898dc02c5ef2 100644 --- a/net-analyzer/nettop/Manifest +++ b/net-analyzer/nettop/Manifest @@ -1,5 +1,15 @@ -MD5 3c96aee77ed659fd7f31b884d8b20033 nettop-0.2.3.ebuild 696 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 730ea3d08b04cd7a9f8c411b10d599cf nettop-0.2.3.ebuild 702 +MD5 f1ed7a9dcc0b0ca2407cebd73457b6d7 ChangeLog 1443 MD5 59fafa99faf187e744c602a625052f65 metadata.xml 232 -MD5 fcd79178f9731c490bc409b4d2c3f5be ChangeLog 1287 MD5 523f340b61566f16b1a8fcb9343e0f6e files/nettop.c.patch 182 MD5 d1dfb4623376711f1542dc52dcb85a7c files/digest-nettop-0.2.3 63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCgNvBQlM6RnzZP+IRAioGAJ41VmWJss8gZhEu01+ZNi4zeXKE6wCfUd2z +qtP384B6o8d7lZ7qk8L7u1k= +=NYaJ +-----END PGP SIGNATURE----- diff --git a/net-analyzer/nettop/nettop-0.2.3.ebuild b/net-analyzer/nettop/nettop-0.2.3.ebuild index 0ff950fab4d4..a7546caf2462 100644 --- a/net-analyzer/nettop/nettop-0.2.3.ebuild +++ b/net-analyzer/nettop/nettop-0.2.3.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/nettop/nettop-0.2.3.ebuild,v 1.10 2005/05/01 17:24:41 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nettop/nettop-0.2.3.ebuild,v 1.11 2005/05/10 16:04:59 ticho Exp $ inherit eutils @@ -12,7 +12,7 @@ HOMEPAGE="http://srparish.net/software/" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 sparc ppc" +KEYWORDS="x86 sparc ppc ~amd64" DEPEND="sys-libs/slang virtual/libpcap" |