summaryrefslogtreecommitdiff
path: root/net-analyzer/webfuzzer/webfuzzer-0.2.0-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-28 20:40:51 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-28 20:40:51 +0000
commit9c417bacd51da6d8b57fa9f37425161d30d4b95b (patch)
tree47c9d6e4243f39a1f48afd54c969b65b00a5c649 /net-analyzer/webfuzzer/webfuzzer-0.2.0-r1.ebuild
parentd934827bf44b7cfcf6711964418148fa60877668 (diff)
gentoo resync : 28.11.2020
Diffstat (limited to 'net-analyzer/webfuzzer/webfuzzer-0.2.0-r1.ebuild')
-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
-}