summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-26 18:02:11 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-26 18:04:06 -0500
commitc513c17764e0a7340784fa7569948b565b45026e (patch)
tree258c8350e15c48556966051878442cbec2b8be6a /net-analyzer/webfuzzer
parentnet-analyzer/tracebox: drop old EAPI (diff)
downloadgentoo-c513c17764e0a7340784fa7569948b565b45026e.tar.gz
gentoo-c513c17764e0a7340784fa7569948b565b45026e.tar.bz2
gentoo-c513c17764e0a7340784fa7569948b565b45026e.zip
net-analyzer/webfuzzer: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-analyzer/webfuzzer')
-rw-r--r--net-analyzer/webfuzzer/webfuzzer-0.2.0-r1.ebuild31
1 files changed, 0 insertions, 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 6b40638cf0bc..000000000000
--- 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
-}