ChangeLog

# ChangeLog for net-analyzer/authforce
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/ChangeLog,v 1.13 2007/08/04 21:55:51 dragonheart Exp $

04 Aug 2007; Daniel Black
-authforce-0.9.6.ebuild:
old version cleanout in prep for 187731

12 Jul 2007; Raúl Porcel authforce-0.9.9.ebuild:
x86 stable

27 May 2007; Daniel Black
-files/authforce-0.9.8-autoconfupdate.patch,
-files/authforce-0.9.8-gettext.patch, -files/authforce-0.9.8-malloc.patch,
metadata.xml, -authforce-0.9.8.ebuild:
cleanout and taking maintainence

*authforce-0.9.9 (14 May 2007)

14 May 2007; Daniel Black
+authforce-0.9.9.ebuild:
version bump - thanks to Zachary Landau for the notification and for
accepting my patches.

06 May 2007; Daniel Black ChangeLog:
fixed broken authforce ebuild. Appoligies to cygeus (and all others) as per
bug #176947

*authforce-0.9.8 (17 Apr 2007)

17 Apr 2007; Daniel Black
+files/authforce-0.9.8-autoconfupdate.patch,
+files/authforce-0.9.8-gettext.patch, +files/authforce-0.9.8-malloc.patch,
authforce-0.9.6.ebuild, +authforce-0.9.8.ebuild:
version bump as per bug #157715. Thanks upstream for the fixes and me for
far too much time hacking it.

09 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

08 Sep 2004; Renat Lumpau metadata.xml:
Fixed herd name

15 Jul 2004; Robin H. Johnson authforce-0.9.6.ebuild:
fix this incredibly broken package.

11 Jul 2004; Eldad Zack authforce-0.9.6.ebuild:
marked x86 stable

25 Apr 2004; David Holm authforce-0.9.6.ebuild:
Added to ~ppc.

*authforce-0.9.6 (23 Apr 2004)

23 Apr 2004; Stuart Herbert authforce-0.9.6.ebuild,
metadata.xml:
Initial import; from Daniel Fullmer ; bug #38217

Manifest

DIST authforce-0.9.9.tar.gz 424557 RMD160 4e5c75d3cdf10e61397988356950d5051eff6fc9 SHA1 ec5f646b54b89f694a65bd070795374ee32693ca SHA256 366adfda9dbdb2c6dfefa9c50f143fa535a77db17cbe0b7ef338f835e211f7db
EBUILD authforce-0.9.9.ebuild 785 RMD160 8176fd10f387cdcd0e6a61b6a84704c609df22ab SHA1 eabe3ad9552a351711027632262bc45bf7c2641b SHA256 5eb8e77abb6451cb48baf3f71fbda0950344fc522326ae4232593d5dc6a0774d
MISC ChangeLog 2092 RMD160 bfd4339af8deade650346c0774f2dea30b80a96c SHA1 a6d58dfccbf8d0779c03d62bdcb14afbfaf6bbc7 SHA256 510feb170c9cbb00e2ca1b0e255604134151ab6d2d031590339ea27da2ccf112
MISC metadata.xml 227 RMD160 1a42c9778fde20f14db5506435cdb5d45ead7f4a SHA1 283a8ef9f8ada9d6596b47ebd0ce3c69c702a400 SHA256 9e8a748e1a903316ee54e3ff1f021884cd37493e5b0cacf83ad53a728de275a4

authforce-0.9.9.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/authforce-0.9.9.ebuild,v 1.2 2007/07/12 13:03:06 armin76 Exp $

DESCRIPTION="An HTTP authentication brute forcer"
HOMEPAGE="http://www.divineinvasion.net/authforce"
SRC_URI="http://www.divineinvasion.net/authforce/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE="curl nls"
DEPEND="sys-libs/readline
nls? ( sys-devel/gettext )
curl? ( net-misc/curl )"

src_compile() {
econf $(use_with curl) $(use_enable nls) --with-path=/usr/share/${PN}/data:. || die
emake || die
}

src_install() {
emake DESTDIR="${D}" install || die
dodoc ABOUT-NLS AUTHORS BUGS COPYING INSTALL NEWS README THANKS TODO
}

metadata.xml




no-herd

dragonheart@gentoo.org