net-analyzer/bolt: drop unmaintained

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-09-06 13:16:46 -04:00
parent 547c6fb6d9
commit fba96946ec
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
4 changed files with 0 additions and 73 deletions

View file

@ -1 +0,0 @@
DIST bolt-0.2.1.tar.gz 32472 BLAKE2B fb9ff9c065d73e6ad0b23c523ea766537ed3ed560ad3c5717963c667c319c468771b9ba496064cc9fde3978daa23cb43c4fd2ce87aec73a75734452f7bfa4a51 SHA512 ba91bd457ece51fa70a4c6c58d57f510b83587cb172074c7b3773997156a6858005b9d958293689f246a762bccdc8a18c237bc9be26ae5e095400b807fd0ccbf

View file

@ -1 +0,0 @@
bolt-9999.ebuild

View file

@ -1,60 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..11} )
inherit eutils python-single-r1
DESCRIPTION="CSRF Scanner"
HOMEPAGE="https://github.com/s0md3v/Bolt"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/s0md3v/Bolt"
else
SRC_URI="https://github.com/s0md3v/Bolt/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/Bolt-${PV}"
fi
LICENSE="GPL-3"
SLOT="0"
DEPEND="${PYTHON_DEPS}"
RDEPEND="${DEPEND}
$(python_gen_cond_dep '
dev-python/numpy[${PYTHON_USEDEP}]
dev-python/fuzzywuzzy[${PYTHON_USEDEP}]
dev-python/tld[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/python-levenshtein[${PYTHON_USEDEP}]
sci-libs/scipy[${PYTHON_USEDEP}]
')"
pkg_setup() {
python-single-r1_pkg_setup
}
src_prepare() {
python_fix_shebang "${S}"
default
}
src_install() {
dodoc README.md
insinto "/usr/share/${PN}"
doins -r core/ db/ *.py
python_optimize "${D}/usr/share/${PN}"
make_wrapper "${PN}-analyzer" \
"${EPYTHON} /usr/share/${PN}/${PN}.py" \
"/usr/share/${PN}"
}
pkg_postinst() {
einfo "\nSee documentation: https://github.com/s0md3v/Photon/wiki#usage/\n"
}

View file

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
<upstream>
<remote-id type="github">s0md3v/Bolt</remote-id>
</upstream>
</pkgmetadata>