app-exploits/enumdb: remove, missing deps, unmaintained

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-07-11 19:27:25 -04:00
parent d34ed8d1c2
commit a1809be3a1
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
5 changed files with 0 additions and 39 deletions

View file

@ -1 +0,0 @@
DIST enumdb-2.1.0.tar.gz 7986 BLAKE2B 4c707dd36f3d265700dcf49e887cf6a8a68798036610f0af49e34d6667d14c83fc4cb602594cde2568c98a1519845daf386377d956a12d6adfab8c86961c435c SHA512 3693170e0686ae874617fdae9b03a008aafd3508cb4e7a3bf6153a776557e626c5627b40418428cd982dd91a3bf972f1f52cba47db8f1a4d0b6de93884188242

View file

@ -1,24 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="Database brute force and post exploitation tool"
HOMEPAGE="https://github.com/m8r0wn/enumdb"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-python/openpyxl[${PYTHON_USEDEP}]
dev-python/pymssql[${PYTHON_USEDEP}]
dev-python/mysqlclient[${PYTHON_USEDEP}]
>=dev-python/ipparser-0.3.5[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View file

@ -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>

View file

@ -2,7 +2,6 @@
app-exploits/deathstar app-exploits/deathstar
app-exploits/empire app-exploits/empire
app-exploits/enumdb
app-exploits/osslsigncode app-exploits/osslsigncode
app-exploits/pwntools app-exploits/pwntools
app-exploits/routersploit app-exploits/routersploit

View file

@ -248,11 +248,6 @@ dev-python/pypcapfile
dev-python/flask-classful dev-python/flask-classful
dev-python/flask-restless dev-python/flask-restless
# required by app-exploits/enumdb
dev-python/ipparser
# required by "net-analyzer/GyoiThon
# required by dev-util/mobsf # required by dev-util/mobsf
dev-python/pdfkit dev-python/pdfkit
dev-python/whitenoise dev-python/whitenoise