commit:     c513c17764e0a7340784fa7569948b565b45026e
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 26 23:02:11 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 26 23:04:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c513c177

net-analyzer/webfuzzer: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/webfuzzer/webfuzzer-0.2.0-r1.ebuild | 31 ------------------------
 1 file changed, 31 deletions(-)

diff --git a/net-analyzer/webfuzzer/webfuzzer-0.2.0-r1.ebuild 
b/net-analyzer/webfuzzer/webfuzzer-0.2.0-r1.ebuild
deleted file mode 100644
index 6b40638cf0b..00000000000
--- a/net-analyzer/webfuzzer/webfuzzer-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Poor man's web vulnerability scanner"
-HOMEPAGE="http://gunzip.altervista.org/g.php?f=projects";
-SRC_URI="http://gunzip.altervista.org/webfuzzer/webfuzzer-${PV}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-S=${WORKDIR}/devel
-
-src_prepare() {
-       sed -i Makefile \
-               -e 's|CFLAGS=-g -O3|CFLAGS+=|' \
-               -e 's| -o | $(LDFLAGS)&|g' \
-               || die
-}
-
-src_compile() {
-       emake CC=$(tc-getCC)
-}
-
-src_install() {
-       dodoc CHANGES README TODO
-       dobin webfuzzer
-}

Reply via email to