summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-10-08 08:34:38 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-10-08 08:34:38 +0000
commita857305fb206eaaa97b245dfa8159e6b08ce95e1 (patch)
tree68ff0593e90809b9fc12e2577bb462b4bdd13faf /net-analyzer/authforce
parentDrop helpers to find bug#343827, per bug#437346. (diff)
downloadhistorical-a857305fb206eaaa97b245dfa8159e6b08ce95e1.tar.gz
historical-a857305fb206eaaa97b245dfa8159e6b08ce95e1.tar.bz2
historical-a857305fb206eaaa97b245dfa8159e6b08ce95e1.zip
Remove old.
Package-Manager: portage-2.1.11.24/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/authforce')
-rw-r--r--net-analyzer/authforce/ChangeLog6
-rw-r--r--net-analyzer/authforce/authforce-0.9.9.ebuild25
2 files changed, 4 insertions, 27 deletions
diff --git a/net-analyzer/authforce/ChangeLog b/net-analyzer/authforce/ChangeLog
index e14aaa914061..9761cd67a2a3 100644
--- a/net-analyzer/authforce/ChangeLog
+++ b/net-analyzer/authforce/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/authforce
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/ChangeLog,v 1.20 2012/06/20 13:02:01 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/authforce/ChangeLog,v 1.21 2012/10/08 08:34:38 kensington Exp $
+
+ 08 Oct 2012; Michael Palimaka <kensington@gentoo.org> -authforce-0.9.9.ebuild:
+ Remove old.
20 Jun 2012; Justin Lecher <jlec@gentoo.org> authforce-0.9.9-r1.ebuild,
+files/authforce-0.9.9-locale.patch, metadata.xml:
@@ -82,4 +85,3 @@
23 Apr 2004; Stuart Herbert <stuart@gentoo.org> authforce-0.9.6.ebuild,
metadata.xml:
Initial import; from Daniel Fullmer <lsmod@hotmail.com>; bug #38217
-
diff --git a/net-analyzer/authforce/authforce-0.9.9.ebuild b/net-analyzer/authforce/authforce-0.9.9.ebuild
deleted file mode 100644
index b8acafe0f82f..000000000000
--- a/net-analyzer/authforce/authforce-0.9.9.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 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.4 2011/11/05 16:07:19 jer 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 AUTHORS BUGS INSTALL NEWS README THANKS TODO
-}