From fba96946ec77aafeabaed6bc02bf9a0822e079e7 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 6 Sep 2023 13:16:46 -0400 Subject: [PATCH] net-analyzer/bolt: drop unmaintained --- net-analyzer/bolt/Manifest | 1 - net-analyzer/bolt/bolt-0.2.1.ebuild | 1 - net-analyzer/bolt/bolt-9999.ebuild | 60 ----------------------------- net-analyzer/bolt/metadata.xml | 11 ------ 4 files changed, 73 deletions(-) delete mode 100644 net-analyzer/bolt/Manifest delete mode 120000 net-analyzer/bolt/bolt-0.2.1.ebuild delete mode 100644 net-analyzer/bolt/bolt-9999.ebuild delete mode 100644 net-analyzer/bolt/metadata.xml diff --git a/net-analyzer/bolt/Manifest b/net-analyzer/bolt/Manifest deleted file mode 100644 index d6b569855..000000000 --- a/net-analyzer/bolt/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bolt-0.2.1.tar.gz 32472 BLAKE2B fb9ff9c065d73e6ad0b23c523ea766537ed3ed560ad3c5717963c667c319c468771b9ba496064cc9fde3978daa23cb43c4fd2ce87aec73a75734452f7bfa4a51 SHA512 ba91bd457ece51fa70a4c6c58d57f510b83587cb172074c7b3773997156a6858005b9d958293689f246a762bccdc8a18c237bc9be26ae5e095400b807fd0ccbf diff --git a/net-analyzer/bolt/bolt-0.2.1.ebuild b/net-analyzer/bolt/bolt-0.2.1.ebuild deleted file mode 120000 index b17add1b6..000000000 --- a/net-analyzer/bolt/bolt-0.2.1.ebuild +++ /dev/null @@ -1 +0,0 @@ -bolt-9999.ebuild \ No newline at end of file diff --git a/net-analyzer/bolt/bolt-9999.ebuild b/net-analyzer/bolt/bolt-9999.ebuild deleted file mode 100644 index 65d795fc3..000000000 --- a/net-analyzer/bolt/bolt-9999.ebuild +++ /dev/null @@ -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" -} diff --git a/net-analyzer/bolt/metadata.xml b/net-analyzer/bolt/metadata.xml deleted file mode 100644 index a1713297f..000000000 --- a/net-analyzer/bolt/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - email@linxon.ru - Yury Martynov - - - s0md3v/Bolt - -