diff --git a/net-analyzer/wafw00f/wafw00f-2.0.0.ebuild b/net-analyzer/wafw00f/wafw00f-2.0.0.ebuild deleted file mode 100644 index 12bc58fae..000000000 --- a/net-analyzer/wafw00f/wafw00f-2.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Identifies and fingerprints Web Application Firewall (WAF) products" -HOMEPAGE="https://github.com/sandrogauci/wafw00f" -SRC_URI="https://github.com/EnableSecurity/wafw00f/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] - >=dev-python/pluginbase-0.3[${PYTHON_USEDEP}]" diff --git a/net-analyzer/wafw00f/wafw00f-1.0.0.ebuild b/net-analyzer/wafw00f/wafw00f-2.1.0-r1.ebuild similarity index 86% rename from net-analyzer/wafw00f/wafw00f-1.0.0.ebuild rename to net-analyzer/wafw00f/wafw00f-2.1.0-r1.ebuild index b961e8485..d1dd94140 100644 --- a/net-analyzer/wafw00f/wafw00f-1.0.0.ebuild +++ b/net-analyzer/wafw00f/wafw00f-2.1.0-r1.ebuild @@ -3,13 +3,12 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Identifies and fingerprints Web Application Firewall (WAF) products" HOMEPAGE="https://github.com/sandrogauci/wafw00f" -#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SRC_URI="https://github.com/EnableSecurity/wafw00f/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/net-analyzer/wafw00f/wafw00f-2.1.0.ebuild b/net-analyzer/wafw00f/wafw00f-2.1.0.ebuild deleted file mode 100644 index 12bc58fae..000000000 --- a/net-analyzer/wafw00f/wafw00f-2.1.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) - -inherit distutils-r1 - -DESCRIPTION="Identifies and fingerprints Web Application Firewall (WAF) products" -HOMEPAGE="https://github.com/sandrogauci/wafw00f" -SRC_URI="https://github.com/EnableSecurity/wafw00f/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND} - dev-python/beautifulsoup:4[${PYTHON_USEDEP}] - >=dev-python/pluginbase-0.3[${PYTHON_USEDEP}]"