diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-11 09:06:16 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-11 09:06:16 +0000 |
commit | 2562f3c7495af199f5e1fb6cbf639c0d0c3d57a3 (patch) | |
tree | a4371af18c1d8e8d6372206a1f89bb9e64de76a2 /net-analyzer | |
parent | dev-lisp/gauche to dev-lang/gauche. (diff) | |
download | historical-2562f3c7495af199f5e1fb6cbf639c0d0c3d57a3.tar.gz historical-2562f3c7495af199f5e1fb6cbf639c0d0c3d57a3.tar.bz2 historical-2562f3c7495af199f5e1fb6cbf639c0d0c3d57a3.zip |
x86 stable
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/authforce/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/authforce/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/authforce/authforce-0.9.6.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/authforce/ChangeLog b/net-analyzer/authforce/ChangeLog index 778824070bbf..a045b2733b50 100644 --- a/net-analyzer/authforce/ChangeLog +++ b/net-analyzer/authforce/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/authforce # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/ChangeLog,v 1.3 2004/06/24 21:56:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/ChangeLog,v 1.4 2004/07/11 09:06:16 eldad Exp $ + + 11 Jul 2004; Eldad Zack <eldad@gentoo.org> authforce-0.9.6.ebuild: + marked x86 stable 25 Apr 2004; David Holm <dholm@gentoo.org> authforce-0.9.6.ebuild: Added to ~ppc. diff --git a/net-analyzer/authforce/Manifest b/net-analyzer/authforce/Manifest index 3d403e4b2003..d6c1a1e34d17 100644 --- a/net-analyzer/authforce/Manifest +++ b/net-analyzer/authforce/Manifest @@ -1,3 +1,3 @@ -MD5 c5d6491c03673731ededc0544e0ebfcd authforce-0.9.6.ebuild 866 -MD5 ccfd18dbef89e1d977db771c310af0a4 ChangeLog 499 +MD5 68b8b10bb77fc9099c7c6bb3bc3ddf38 authforce-0.9.6.ebuild 862 +MD5 294272c88421f752a25bf49421062cb3 ChangeLog 586 MD5 3d182d43f7f0341a9a42f96694f04e72 metadata.xml 224 diff --git a/net-analyzer/authforce/authforce-0.9.6.ebuild b/net-analyzer/authforce/authforce-0.9.6.ebuild index 914784d375e8..9d9d08ddd63a 100644 --- a/net-analyzer/authforce/authforce-0.9.6.ebuild +++ b/net-analyzer/authforce/authforce-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/authforce-0.9.6.ebuild,v 1.3 2004/06/24 21:56:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/authforce-0.9.6.ebuild,v 1.4 2004/07/11 09:06:16 eldad Exp $ DESCRIPTION="An HTTP authentication brute forcer" HOMEPAGE="http://kapheine.hypa.net/authforce/" @@ -8,7 +8,7 @@ SRC_URI="http://kapheine.hypa.net/authforce/authforce-0.9.6.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="curl nls" DEPEND="sys-libs/readline curl? ( net-ftp/curl )" |