mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
wapiti: v3.0.0 bump
This commit is contained in:
parent
446b4eef50
commit
14196f855d
2 changed files with 33 additions and 0 deletions
1
net-analyzer/wapiti/Manifest
Normal file
1
net-analyzer/wapiti/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST wapiti-3.0.0.tar.gz 528316 SHA256 4708fa1d8159b0a5e606bdb26e1454e8df1d8bf6e11d9ad63c84e12e8edc8daa SHA512 5a04dde6e4bc051a05d55fb4f3f7171ee659a64c51f807d3c6d4dd0d8d182688d9e48e8449a1aeedab34f04fbf89dc13fa97d13fb0fdb45ba6820bde6936e36e WHIRLPOOL 950c3034f47fdae2be6dcb53746419b04ae5da12f786ce700a682d42dbbc3757f3040c5ab682b5a1651822c243b76d9544c89e8efb497a4d5fdc36b1b81f6a56
|
||||
32
net-analyzer/wapiti/wapiti-3.0.0.ebuild
Normal file
32
net-analyzer/wapiti/wapiti-3.0.0.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
PYTHON_COMPAT=( python3_{4,5,6} )
|
||||
PYTHON_REQ_USE='xml'
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
#MY_P=${PN}-$(replace_version_separator 2 '-' )
|
||||
|
||||
DESCRIPTION="Web application security auditor"
|
||||
HOMEPAGE="http://wapiti.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="ntlm kerberos"
|
||||
|
||||
DEPEND=""
|
||||
|
||||
RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-1.2.3[${PYTHON_USEDEP}]
|
||||
dev-python/lxml[${PYTHON_USEDEP}]
|
||||
dev-python/mako[${PYTHON_USEDEP}]
|
||||
dev-python/tld[${PYTHON_USEDEP}]
|
||||
dev-python/yaswfp[${PYTHON_USEDEP}]
|
||||
ntlm? ( dev-python/requests-ntlm[${PYTHON_USEDEP}] )
|
||||
kerberos? ( dev-python/requests-kerberos[${PYTHON_USEDEP}] )
|
||||
"
|
||||
Loading…
Reference in a new issue