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 | 874ea9efa24193936e19f633a9debd7f509eb841 (patch) | |
tree | 198e9fe44f3ec209d79a9a88086cf21f067c87f0 /net-analyzer/authforce | |
parent | dev-lisp/gauche to dev-lang/gauche. (Manifest recommit) (diff) | |
download | gentoo-2-874ea9efa24193936e19f633a9debd7f509eb841.tar.gz gentoo-2-874ea9efa24193936e19f633a9debd7f509eb841.tar.bz2 gentoo-2-874ea9efa24193936e19f633a9debd7f509eb841.zip |
x86 stable
Diffstat (limited to 'net-analyzer/authforce')
-rw-r--r-- | net-analyzer/authforce/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/authforce/authforce-0.9.6.ebuild | 4 |
2 files changed, 6 insertions, 3 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/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 )" |