mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
droopescan: remove, missing deps, unmaintained
This commit is contained in:
parent
0300283fc8
commit
7908f05698
5 changed files with 0 additions and 47 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST droopescan-1.41.3.tar.gz 378569 BLAKE2B e77d58a3db1178f246cf707563fd968f7b7470421706d9aa9047aa02e2749534115c2ba319f1e2f605071fe37d70c468304513f27a9c8b7ac8311539e5c4ccc8 SHA512 9fee608a1b32bf0719a2adb2bd9c05752a4c2fae3777c78fedefb128bfea669185ccd029ae38cff46b698f4b32ca862fb7a3554e251d1af38769487e51cbec6b
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A scanner that helps identifying issues in Drupal, SilverStripe, and Wordpress"
|
||||
HOMEPAGE="https://github.com/droope/droopescan"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/droope/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="AGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="=dev-python/cement-2*[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/pystache[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
test? (
|
||||
dev-python/mock
|
||||
dev-python/nose
|
||||
dev-python/responses
|
||||
dev-python/lxml
|
||||
dev-python/beautifulsoup4
|
||||
dev-python/coverage
|
||||
dev-python/wheel
|
||||
dev-python/retrying
|
||||
)"
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>unknown@pentoo.ch</email>
|
||||
<name>Author Unknown</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -132,10 +132,6 @@ dev-python/PyVirtualDisplay
|
|||
#16.0 used for pycrypto -> pycryptodome migration
|
||||
~dev-python/dnspython-1.16.0
|
||||
|
||||
#required by net-analyzer/droopescan
|
||||
~dev-python/cement-2.10
|
||||
~dev-python/pystache-0.5.4
|
||||
|
||||
# required by net-analyzer/dirhunt
|
||||
~dev-python/geoip2-python-3.0.0
|
||||
~dev-python/proxy-db-0.2.5
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ net-analyzer/crackmapexec
|
|||
net-analyzer/dirb
|
||||
net-analyzer/dirhunt
|
||||
=net-analyzer/dnsrecon-0.9*
|
||||
net-analyzer/droopescan
|
||||
net-analyzer/ffuf
|
||||
=net-analyzer/fierce-1.4*
|
||||
net-analyzer/findomain
|
||||
|
|
|
|||
Loading…
Reference in a new issue