From f95aaf8d0d829f23ad387510ef198eef49984abd Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 20 Mar 2024 21:50:15 -0400 Subject: [PATCH] wfuzz: drop 3.0.3 --- net-analyzer/wfuzz/Manifest | 1 - net-analyzer/wfuzz/wfuzz-3.0.3.ebuild | 34 --------------------------- 2 files changed, 35 deletions(-) delete mode 100644 net-analyzer/wfuzz/wfuzz-3.0.3.ebuild diff --git a/net-analyzer/wfuzz/Manifest b/net-analyzer/wfuzz/Manifest index bdb571e7e..0152f73c1 100644 --- a/net-analyzer/wfuzz/Manifest +++ b/net-analyzer/wfuzz/Manifest @@ -1,2 +1 @@ -DIST wfuzz-3.0.3.tar.gz 435169 BLAKE2B de7b2686ad2f40c3b8f7bc8670c378ce7a92b74e714572c90e1608cd0c0880a2d6d43e33f125371a2105513e477d65321e38729935e3e9334a7359ea3a4a8e29 SHA512 d714b5168ab62ee0707b8ac5219493cec786cfa5f15123971cf27a42aedbe6170ef0cbe2e004a58bb8daaab6b2833fea336806727147adb8c3f74a38ac35009d DIST wfuzz-3.1.0.tar.gz 441721 BLAKE2B f31654a38a025b986c5669f5537d33c35ee155b10b162a97ec749877ff796764f1b4976e6ee48740f4fbca7c80e7dcb233a63483b99ac359b7a84629067ace4a SHA512 5b340679794775a04aa375f36f01765abbff5118cb51041cd367a1af1b7c06ef6506412bb411c06efa2f09cecc3c4cf3359e204ef41775e0a248135a35f83402 diff --git a/net-analyzer/wfuzz/wfuzz-3.0.3.ebuild b/net-analyzer/wfuzz/wfuzz-3.0.3.ebuild deleted file mode 100644 index e82d2a6c4..000000000 --- a/net-analyzer/wfuzz/wfuzz-3.0.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{10..12} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 multilib - -DESCRIPTION="Wfuzz is a tool designed for bruteforcing Web Applications" -HOMEPAGE="http://www.edge-security.com/wfuzz.php https://github.com/xmendez/wfuzz" -SRC_URI="https://github.com/xmendez/wfuzz/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - >=dev-python/pycurl-7.43.0.2[${PYTHON_USEDEP}] - >=dev-python/pyparsing-2.3.0[${PYTHON_USEDEP}] - dev-python/future[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/chardet[${PYTHON_USEDEP}] - dev-python/shodan[${PYTHON_USEDEP}]" - -#python_prepare_all() { - #https://github.com/xmendez/wfuzz/issues/215 -# sed -e "/'pytest',/d" -i setup.py || die "sed failed" -# # https://github.com/xmendez/wfuzz/pull/214 -# sed -e "s|pyparsing>2.4\*|pyparsing>=2.4\*|" -i setup.py || die "sed failed" -# distutils-r1_python_prepare_all -#}