Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/authforce/
Date: Thu, 27 Jun 2019 17:21:29
Message-Id: 1561656047.c548851019bf52d959be3bd6f953e7deb43cad5e.asturm@gentoo
1 commit: c548851019bf52d959be3bd6f953e7deb43cad5e
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Jun 27 17:12:51 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 27 17:20:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5488510
7
8 net-analyzer/authforce: remove old (EAPI4)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/12343
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 net-analyzer/authforce/authforce-0.9.9-r1.ebuild | 33 ------------------------
15 1 file changed, 33 deletions(-)
16
17 diff --git a/net-analyzer/authforce/authforce-0.9.9-r1.ebuild b/net-analyzer/authforce/authforce-0.9.9-r1.ebuild
18 deleted file mode 100644
19 index fea985a8e03..00000000000
20 --- a/net-analyzer/authforce/authforce-0.9.9-r1.ebuild
21 +++ /dev/null
22 @@ -1,33 +0,0 @@
23 -# Copyright 1999-2012 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=4
27 -
28 -inherit base
29 -
30 -DESCRIPTION="An HTTP authentication brute forcer"
31 -HOMEPAGE="http://www.divineinvasion.net/authforce/"
32 -SRC_URI="http://www.divineinvasion.net/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 ~ppc x86"
37 -IUSE="curl nls"
38 -
39 -DEPEND="
40 - sys-libs/readline
41 - curl? ( net-misc/curl )
42 - nls? ( sys-devel/gettext )"
43 -
44 -DOCS=( AUTHORS BUGS NEWS README THANKS TODO )
45 -PATCHES=(
46 - "${FILESDIR}"/${P}-curl.patch
47 - "${FILESDIR}"/${P}-locale.patch
48 - )
49 -
50 -src_configure() {
51 - econf \
52 - $(use_with curl) \
53 - $(use_enable nls) \
54 - --with-path=/usr/share/${PN}/data:.
55 -}