Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wapiti/
Date: Sat, 02 Oct 2021 08:59:21
Message-Id: 1633165150.89cb24be250bde3484fcf22725b6a612a8e7ec7a.voyageur@gentoo
1 commit: 89cb24be250bde3484fcf22725b6a612a8e7ec7a
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 2 08:41:10 2021 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 08:59:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89cb24be
7
8 net-analyzer/wapiti: drop old
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 net-analyzer/wapiti/Manifest | 2 --
14 net-analyzer/wapiti/wapiti-3.0.3.ebuild | 36 ---------------------------
15 net-analyzer/wapiti/wapiti-3.0.4.ebuild | 43 ---------------------------------
16 3 files changed, 81 deletions(-)
17
18 diff --git a/net-analyzer/wapiti/Manifest b/net-analyzer/wapiti/Manifest
19 index 0f8afbab25d..51f1417d576 100644
20 --- a/net-analyzer/wapiti/Manifest
21 +++ b/net-analyzer/wapiti/Manifest
22 @@ -1,3 +1 @@
23 -DIST wapiti3-3.0.3.tar.gz 553259 BLAKE2B c31a1ce3e367c7b85141b0a83c9617a901f01753ebcc56142092d475bf3d540fac6d4e529fc87f5919c962303451787db9e1f8872a5e70a646ff48c1b076139e SHA512 ed135a97ee0c2431fa15d87888eca424db389e9e54b1426e0efe7a83299ee110cb9895916c5f5f3690a99f81034e8ad0d97e3e432b2d478b89a3ba14534ddb96
24 -DIST wapiti3-3.0.4.tar.gz 534781 BLAKE2B ba23099dc0d1616763fd143fc87195682cb82b6b4a0d2b438abf50e23271e747ed34b0291d30b7250eb517cbf00d7429205d421eb22b38ce34287603a85cf6e7 SHA512 377bf0ca38eb219bb480f7456197e83042cb71f1e05f1cb51e81def6bb2128c3ccb2eba30f4ec856530b00ec1a0e4bc231068811669abca572dcaf4b229fcc75
25 DIST wapiti3-3.0.5.tar.gz 573630 BLAKE2B 4f6425c54542e3fcf12f50a7ebe4aeeb38083bd04e6a9415466a24ca907e787149b6462972cb6c9d29f4c89bf1f941ae2566b126746bee3697172f342befd7fb SHA512 c1bfdcd4114ec508b4b16e7a4389b23b25326816c7daf0e7fb634ce08b59b983dec92f92287a18cbe7ecde9a06a04da98cfd744f818efc57c606be143fe7db4d
26
27 diff --git a/net-analyzer/wapiti/wapiti-3.0.3.ebuild b/net-analyzer/wapiti/wapiti-3.0.3.ebuild
28 deleted file mode 100644
29 index c522a55d1d6..00000000000
30 --- a/net-analyzer/wapiti/wapiti-3.0.3.ebuild
31 +++ /dev/null
32 @@ -1,36 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 -PYTHON_COMPAT=( python3_{7,8} )
40 -PYTHON_REQ_USE='xml'
41 -
42 -inherit distutils-r1
43 -
44 -MY_P=${PN}3-${PV}
45 -DESCRIPTION="Web-application vulnerability scanner"
46 -HOMEPAGE="http://wapiti.sourceforge.net/"
47 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="kerberos ntlm"
53 -
54 -RDEPEND="dev-python/beautifulsoup4[${PYTHON_USEDEP}]
55 - dev-python/lxml[${PYTHON_USEDEP}]
56 - dev-python/mako[${PYTHON_USEDEP}]
57 - >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]
58 - dev-python/tld[${PYTHON_USEDEP}]
59 - dev-python/yaswfp[${PYTHON_USEDEP}]
60 - kerberos? ( dev-python/requests-kerberos[${PYTHON_USEDEP}] )
61 - ntlm? ( dev-python/requests-ntlm[${PYTHON_USEDEP}] )"
62 -
63 -S=${WORKDIR}/${MY_P}
64 -
65 -python_prepare_all() {
66 - sed -e 's/"pytest-runner"//' -i setup.py || die
67 - distutils-r1_python_prepare_all
68 -}
69
70 diff --git a/net-analyzer/wapiti/wapiti-3.0.4.ebuild b/net-analyzer/wapiti/wapiti-3.0.4.ebuild
71 deleted file mode 100644
72 index 348231badfe..00000000000
73 --- a/net-analyzer/wapiti/wapiti-3.0.4.ebuild
74 +++ /dev/null
75 @@ -1,43 +0,0 @@
76 -# Copyright 1999-2021 Gentoo Authors
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=7
80 -
81 -DISTUTILS_USE_SETUPTOOLS=rdepend
82 -PYTHON_COMPAT=( python3_{7..9} )
83 -PYTHON_REQ_USE='xml'
84 -
85 -inherit distutils-r1
86 -
87 -MY_P=${PN}3-${PV}
88 -DESCRIPTION="Web-application vulnerability scanner"
89 -HOMEPAGE="http://wapiti.sourceforge.net/"
90 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~x86"
95 -IUSE="kerberos ntlm"
96 -
97 -RDEPEND="dev-python/beautifulsoup4[${PYTHON_USEDEP}]
98 - dev-python/lxml[${PYTHON_USEDEP}]
99 - dev-python/mako[${PYTHON_USEDEP}]
100 - >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]
101 - dev-python/tld[${PYTHON_USEDEP}]
102 - dev-python/yaswfp[${PYTHON_USEDEP}]
103 - kerberos? ( dev-python/requests-kerberos[${PYTHON_USEDEP}] )
104 - ntlm? ( dev-python/requests-ntlm[${PYTHON_USEDEP}] )"
105 -
106 -distutils_enable_tests --install pytest
107 -BDEPEND+=" test? ( dev-python/responses[${PYTHON_USEDEP}] )"
108 -# Many tests require execution of local test php server
109 -RESTRICT="test"
110 -
111 -S=${WORKDIR}/${MY_P}
112 -
113 -python_prepare_all() {
114 - sed -e 's/"pytest-runner"//' \
115 - -e "/find_packages/s/()/(exclude=['tests*'])/" \
116 - -i setup.py || die
117 - distutils-r1_python_prepare_all
118 -}