commit:     89cb24be250bde3484fcf22725b6a612a8e7ec7a
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 08:41:10 2021 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 08:59:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cb24be

net-analyzer/wapiti: drop old

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 net-analyzer/wapiti/Manifest            |  2 --
 net-analyzer/wapiti/wapiti-3.0.3.ebuild | 36 ---------------------------
 net-analyzer/wapiti/wapiti-3.0.4.ebuild | 43 ---------------------------------
 3 files changed, 81 deletions(-)

diff --git a/net-analyzer/wapiti/Manifest b/net-analyzer/wapiti/Manifest
index 0f8afbab25d..51f1417d576 100644
--- a/net-analyzer/wapiti/Manifest
+++ b/net-analyzer/wapiti/Manifest
@@ -1,3 +1 @@
-DIST wapiti3-3.0.3.tar.gz 553259 BLAKE2B 
c31a1ce3e367c7b85141b0a83c9617a901f01753ebcc56142092d475bf3d540fac6d4e529fc87f5919c962303451787db9e1f8872a5e70a646ff48c1b076139e
 SHA512 
ed135a97ee0c2431fa15d87888eca424db389e9e54b1426e0efe7a83299ee110cb9895916c5f5f3690a99f81034e8ad0d97e3e432b2d478b89a3ba14534ddb96
-DIST wapiti3-3.0.4.tar.gz 534781 BLAKE2B 
ba23099dc0d1616763fd143fc87195682cb82b6b4a0d2b438abf50e23271e747ed34b0291d30b7250eb517cbf00d7429205d421eb22b38ce34287603a85cf6e7
 SHA512 
377bf0ca38eb219bb480f7456197e83042cb71f1e05f1cb51e81def6bb2128c3ccb2eba30f4ec856530b00ec1a0e4bc231068811669abca572dcaf4b229fcc75
 DIST wapiti3-3.0.5.tar.gz 573630 BLAKE2B 
4f6425c54542e3fcf12f50a7ebe4aeeb38083bd04e6a9415466a24ca907e787149b6462972cb6c9d29f4c89bf1f941ae2566b126746bee3697172f342befd7fb
 SHA512 
c1bfdcd4114ec508b4b16e7a4389b23b25326816c7daf0e7fb634ce08b59b983dec92f92287a18cbe7ecde9a06a04da98cfd744f818efc57c606be143fe7db4d

diff --git a/net-analyzer/wapiti/wapiti-3.0.3.ebuild 
b/net-analyzer/wapiti/wapiti-3.0.3.ebuild
deleted file mode 100644
index c522a55d1d6..00000000000
--- a/net-analyzer/wapiti/wapiti-3.0.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
-PYTHON_REQ_USE='xml'
-
-inherit distutils-r1
-
-MY_P=${PN}3-${PV}
-DESCRIPTION="Web-application vulnerability scanner"
-HOMEPAGE="http://wapiti.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="kerberos ntlm"
-
-RDEPEND="dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/mako[${PYTHON_USEDEP}]
-       >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]
-       dev-python/tld[${PYTHON_USEDEP}]
-       dev-python/yaswfp[${PYTHON_USEDEP}]
-       kerberos? ( dev-python/requests-kerberos[${PYTHON_USEDEP}] )
-       ntlm? ( dev-python/requests-ntlm[${PYTHON_USEDEP}] )"
-
-S=${WORKDIR}/${MY_P}
-
-python_prepare_all() {
-       sed -e 's/"pytest-runner"//' -i setup.py || die
-       distutils-r1_python_prepare_all
-}

diff --git a/net-analyzer/wapiti/wapiti-3.0.4.ebuild 
b/net-analyzer/wapiti/wapiti-3.0.4.ebuild
deleted file mode 100644
index 348231badfe..00000000000
--- a/net-analyzer/wapiti/wapiti-3.0.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7..9} )
-PYTHON_REQ_USE='xml'
-
-inherit distutils-r1
-
-MY_P=${PN}3-${PV}
-DESCRIPTION="Web-application vulnerability scanner"
-HOMEPAGE="http://wapiti.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="kerberos ntlm"
-
-RDEPEND="dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/mako[${PYTHON_USEDEP}]
-       >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]
-       dev-python/tld[${PYTHON_USEDEP}]
-       dev-python/yaswfp[${PYTHON_USEDEP}]
-       kerberos? ( dev-python/requests-kerberos[${PYTHON_USEDEP}] )
-       ntlm? ( dev-python/requests-ntlm[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests --install pytest
-BDEPEND+=" test? ( dev-python/responses[${PYTHON_USEDEP}] )"
-# Many tests require execution of local test php server
-RESTRICT="test"
-
-S=${WORKDIR}/${MY_P}
-
-python_prepare_all() {
-       sed -e 's/"pytest-runner"//' \
-               -e "/find_packages/s/()/(exclude=['tests*'])/" \
-               -i setup.py || die
-       distutils-r1_python_prepare_all
-}

Reply via email to