mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 14:21:02 +02:00
wapiti: remote the oudated ebuild, adjust the latest, svn based
This commit is contained in:
parent
99908108c7
commit
f0553156d6
3 changed files with 8 additions and 37 deletions
|
|
@ -1,4 +1,2 @@
|
|||
AUX wapiti 45 SHA256 7836a33091a80dbe0472ab2e8f5b3bf21b226bfd5fae78b67faa48695a1a256e SHA512 8bf9c849483665f4db0f1347adf7cd5286b20a548a69ec9b7cc0c1c3687c04918244ac296262e4c4847a848b5f099ecc3bef30c9a495c3fb9167bd7d87d7b6dd WHIRLPOOL ebf79e993085f93b91e6af86230875c4f7fb236ce3f3f94a6d5ec2e2bfaba0765207937a2e60cab710f6c464f7b946c314dbba1c96d634eb8944a49c09d5f623
|
||||
DIST wapiti-2.2.1.tar.bz2 405418 SHA256 1ce7de9dd277c1ef2dde969cb0dfea61f551d5d08334fad4edbda08bf0724c09 SHA512 b4ef4452081e9b4067b2cc4b96148df1841cecc75208e26657a66acd3c5975622508106f99c11c5fc18d382c766f798a26c77dcb8f2f67521f09c0ca0dac9fde WHIRLPOOL 5583af4f33bde4f97d486216bc83cc2a5b2ca7558f64b5b078d11a748593615bf1ffb89db729c92a0d4b26a68f63cfa073d52799b888eae1b432fbfb4da95420
|
||||
EBUILD wapiti-2.2.1-r1.ebuild 591 SHA256 f24e85c6516c3e310e406cceecddace4add5b7a5ff5cf0051da434033630ccdc SHA512 9b722c2cd110c75a61c13b81f8bb91cdee3687a3dd88cf964fe4c0c9987b9575d152851f0f09f75b0f3b4d4162941b46c222457cb0e4eff8bb38d9e1a65af8b8 WHIRLPOOL e9d2e077c9bc04616be2a026de72263d5e692e993ee6be61ae7f9a6ac71b11018da147e0e6fa29eaba07b7be849ec97f4f97ae229f557d93e50542f23c1fb450
|
||||
EBUILD wapiti-2.3.0_p20131112.ebuild 549 SHA256 40c6eff6b89c504a7314f135000845ce320e2de300025fbbfc02742e75699449 SHA512 b282ce2638b7a61875a929c2f9241916d3fd8f5cb9ce81d86d0a9d79f7ebe8b950575692592cb94b63ec2f2d97c742409232ce674e62389f051652d121e0fe2f WHIRLPOOL 5673f046e145b0ff96c35c6d198df1b443c9ca6682caa16cf6b6a1cb898ac7b0bbe38c64c021efefaef9def5e225677032353d3d36402bc631fc37912d9e6a0d
|
||||
EBUILD wapiti-2.3.0_p20141111.ebuild 564 SHA256 ba9d95f1c23c8a50d8951961f6ef038091d0805a74ee8aa4986cf45bec2ed85d SHA512 75397d48da22b94bac360a00c6540d4aa566b61fb48b3c361d2d0d1d94a3635cd2b22501d42c18f764d92574b3f7b765c1539fcd26174e12389e783027720398 WHIRLPOOL 8901eb5a441d9d955fabb41617ac498e23cb9e1ffeb18dd9723aad9bace2e50f1d615f9531a64087cf039f4383fd13adcceea6da762991d6f1666c64ca5fb450
|
||||
|
|
|
|||
|
|
@ -1,28 +0,0 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=4
|
||||
|
||||
PYTHON_COMPAT=( python2_{6,7} )
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Web application security auditor"
|
||||
HOMEPAGE="http://wapiti.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
SLOT="0"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=""
|
||||
|
||||
src_install() {
|
||||
insinto /usr/$(get_libdir)/${PN}
|
||||
doins -r src/*
|
||||
chmod +x "${D}/usr/$(get_libdir)/${PN}/${PN}.py"
|
||||
dosym "/usr/$(get_libdir)/${PN}/${PN}.py" /usr/bin/"${PN}"
|
||||
dodoc README
|
||||
}
|
||||
|
|
@ -1,23 +1,24 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
PYTHON_COMPAT=( python2_{6,7} )
|
||||
PYTHON_COMPAT=( python{2_6,2_7} )
|
||||
PYTHON_REQ_USE='xml'
|
||||
|
||||
inherit subversion distutils-r1
|
||||
|
||||
DESCRIPTION="Web application security auditor"
|
||||
HOMEPAGE="http://wapiti.sourceforge.net/"
|
||||
ESVN_REPO_URI="http://svn.code.sf.net/p/wapiti/code/trunk/"
|
||||
ESVN_REVISION="325"
|
||||
ESVN_REVISION="356"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
#KEYWORDS="~amd64 ~arm ~x86"
|
||||
KEYWORDS=""
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/beautifulsoup[${PYTHON_USEDEP}]
|
||||
RDEPEND="dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
|
||||
>=dev-python/requests-1.2.3[${PYTHON_USEDEP}]"
|
||||
Loading…
Reference in a new issue