diff options
author | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-05-15 16:14:14 +0000 |
---|---|---|
committer | Konstantin V. Arkhipov <voxus@gentoo.org> | 2005-05-15 16:14:14 +0000 |
commit | ce12907f1f31bfbe7ac616156ef2dee1b01c36dd (patch) | |
tree | 9dd51bec54d405ba810632f78f673764ba7d266c /net-analyzer | |
parent | + ~amd64 keyword (diff) | |
download | historical-ce12907f1f31bfbe7ac616156ef2dee1b01c36dd.tar.gz historical-ce12907f1f31bfbe7ac616156ef2dee1b01c36dd.tar.bz2 historical-ce12907f1f31bfbe7ac616156ef2dee1b01c36dd.zip |
+ ~amd64
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/hunt/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/hunt/Manifest | 14 | ||||
-rw-r--r-- | net-analyzer/hunt/hunt-1.5.ebuild | 6 |
3 files changed, 9 insertions, 16 deletions
diff --git a/net-analyzer/hunt/ChangeLog b/net-analyzer/hunt/ChangeLog index 31746c1b7454..30baed8c0a99 100644 --- a/net-analyzer/hunt/ChangeLog +++ b/net-analyzer/hunt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/hunt # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/ChangeLog,v 1.4 2004/11/08 12:24:40 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/ChangeLog,v 1.5 2005/05/15 16:14:14 voxus Exp $ + + 15 May 2005; Konstantin Arkhipov <voxus@gentoo.org> hunt-1.5.ebuild: + Added ~amd64 keyword wrt bug #92521. Header fixed. 08 Nov 2004; Eldad Zack <eldad@gentoo.org> hunt-1.5.ebuild: Homepage update, thanks to Jason Cavett <jason.cavett@gmail.com>, Closes diff --git a/net-analyzer/hunt/Manifest b/net-analyzer/hunt/Manifest index 61d11edd4b71..a03e46c50088 100644 --- a/net-analyzer/hunt/Manifest +++ b/net-analyzer/hunt/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 b817cf924d98981cbd0478d0419231d5 hunt-1.5.ebuild 676 -MD5 3b0251592647908da326bcaa6110015e ChangeLog 640 +MD5 269055f4ce8872e932fb87e393250d2b hunt-1.5.ebuild 683 +MD5 00ebf2cf5ef7ffc03591297c71ba22dd ChangeLog 765 MD5 f34e3c8858756da0001b12d2d3fa1af2 metadata.xml 159 MD5 141835f2eeceb96546563db9aaf8d291 files/digest-hunt-1.5 56 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBj2TGT+MN7JbqCpMRAoQcAJ9A552fY7NbUVPtSgknlKecUSXs9QCeL3jF -XW2Ip82XeRXuMsna/nUFYWw= -=eLb5 ------END PGP SIGNATURE----- diff --git a/net-analyzer/hunt/hunt-1.5.ebuild b/net-analyzer/hunt/hunt-1.5.ebuild index 6487fd13b66b..a893db1e6ca4 100644 --- a/net-analyzer/hunt/hunt-1.5.ebuild +++ b/net-analyzer/hunt/hunt-1.5.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/hunt/hunt-1.5.ebuild,v 1.4 2004/11/08 12:24:40 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/hunt-1.5.ebuild,v 1.5 2005/05/15 16:14:14 voxus Exp $ DESCRIPTION="tool for checking well known weaknesses in the TCP/IP protocol" HOMEPAGE="http://lin.fsid.cvut.cz/~kra/index.html" @@ -8,7 +8,7 @@ SRC_URI="http://lin.fsid.cvut.cz/~kra/hunt/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="virtual/libc" |