mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 11:00:48 +02:00
proxystrike: is dead, issue #242
This commit is contained in:
parent
75ce13b328
commit
e5d156e60b
2 changed files with 8 additions and 6 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST proxystrike-v2.0.tar.gz 45677 SHA256 ebf4f7c9024ab41999cab8c4f69071db0c021dc5ef517b7a5d44591b9ef31a5b
|
||||
DIST proxystrike-2.2.tar.bz2 8948769 SHA256 6e1451a6db7b60422c3ec255b6d7b8c1144554019dc817700cb82930aea74183 SHA512 9b62172684252c085e86afa269fe462a960dc1b1733bae6bbe3b108dee70c1d4f34a82ebd15e60b8d98c2c7503ec3889dbee179ab4b722377a2ca8d67d80cada WHIRLPOOL f089e9a6a6370a3154803dcffce72c3d5532f0d9138bab1443c840b80e1505411bd747b280d63dda1ddb40b736c076e0b643527a7dc005846d4b273795c273da
|
||||
DIST proxystrike-v2.0.tar.gz 45677 SHA256 ebf4f7c9024ab41999cab8c4f69071db0c021dc5ef517b7a5d44591b9ef31a5b SHA512 91ec9dffd6ca1bc90051b56aa1d778f12e691e4f80c7e5635429af4750209a5ff938f0080b3c698124c71f2ad103e77c374b186cb2875b8045247174fcbc720c WHIRLPOOL b97f07565eb8584244ffe452850b2af98ebbd07c4f6145e69133c78ee5a915b8591130bd84f3f0bb21d3ade708ac12928e05c006ed5cae7b91a833acca72854e
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
inherit eutils subversion
|
||||
EAPI=6
|
||||
|
||||
inherit eutils
|
||||
MY_P="${PN}-v${PV}"
|
||||
DESCRIPTION="A tool designed to find vulnerabilities while browsing an application"
|
||||
HOMEPAGE="http://code.google.com/p/proxystrike/"
|
||||
ESVN_REPO_URI="http://proxystrike.googlecode.com/svn/trunk/"
|
||||
HOMEPAGE="http://www.edge-security.com/proxystrike.php"
|
||||
SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/proxystrike/${P}.tar.bz2"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="qt4"
|
||||
|
|
@ -18,6 +18,7 @@ RDEPEND="qt4? ( dev-python/PyQt4 )
|
|||
|
||||
DEPEND="${RDEPEND}"
|
||||
SLOT="0"
|
||||
S="${WORKDIR}/ProxyStrike-${PV}"
|
||||
|
||||
src_compile() {
|
||||
elog "Nothing to compile"
|
||||
Loading…
Reference in a new issue