From ecb9838992c8a2a40f05e9bf67e6bf8e0900ecca Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 5 Sep 2023 20:48:51 -0400 Subject: [PATCH] fuxploider: drop unmaintained --- app-forensics/fuxploider/Manifest | 1 - .../fuxploider/fuxploider-1.0-r1.ebuild | 56 ------------------- .../fuxploider/fuxploider-9999.ebuild | 56 ------------------- app-forensics/fuxploider/metadata.xml | 8 --- 4 files changed, 121 deletions(-) delete mode 100644 app-forensics/fuxploider/Manifest delete mode 100644 app-forensics/fuxploider/fuxploider-1.0-r1.ebuild delete mode 100644 app-forensics/fuxploider/fuxploider-9999.ebuild delete mode 100644 app-forensics/fuxploider/metadata.xml diff --git a/app-forensics/fuxploider/Manifest b/app-forensics/fuxploider/Manifest deleted file mode 100644 index 57bdfd5f7..000000000 --- a/app-forensics/fuxploider/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fuxploider-1.0.tar.gz 165459 BLAKE2B 727435edee264d1b417c891f30f09cfe9ae50a4734bba68f7c3b12cb5213989da28c8a0b8c1f2434a87d1e7d2fbb24b68e35a35735502b75092785ec878f09ce SHA512 fd49d3e2b0032a68980692ef97d19729919f3e2e4b1bf2210627d0281037c8a48f2fa59f010a878ae5d6e1344167d0044a96652c5184eb2c528d384e8d3a23cf diff --git a/app-forensics/fuxploider/fuxploider-1.0-r1.ebuild b/app-forensics/fuxploider/fuxploider-1.0-r1.ebuild deleted file mode 100644 index da7f5c2b9..000000000 --- a/app-forensics/fuxploider/fuxploider-1.0-r1.ebuild +++ /dev/null @@ -1,56 +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="File upload vulnerability scanner and exploitation tool" -HOMEPAGE="https://github.com/almandin/fuxploider" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/almandin/fuxploider" -else - SRC_URI="https://github.com/almandin/fuxploider/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" -fi - -LICENSE="GPL-3" -SLOT=0 -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' - dev-python/requests[${PYTHON_USEDEP}] - dev-python/coloredlogs[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - ')" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_prepare() { - python_fix_shebang "${S}" - find "${S}" -name '__pycache__' -prune -exec rm -rf {} \; \ - || die "cleaning __pycache__ failed" - - default -} - -src_install() { - insinto "/usr/share/${PN}" - doins -r * - - make_wrapper "fuxploider" \ - "${EPYTHON} /usr/share/${PN}/fuxploider.py" \ - "/usr/share/${PN}" - - dodoc README.md - - python_optimize "${D}/usr/share/${PN}" -} diff --git a/app-forensics/fuxploider/fuxploider-9999.ebuild b/app-forensics/fuxploider/fuxploider-9999.ebuild deleted file mode 100644 index da7f5c2b9..000000000 --- a/app-forensics/fuxploider/fuxploider-9999.ebuild +++ /dev/null @@ -1,56 +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="File upload vulnerability scanner and exploitation tool" -HOMEPAGE="https://github.com/almandin/fuxploider" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/almandin/fuxploider" -else - SRC_URI="https://github.com/almandin/fuxploider/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" -fi - -LICENSE="GPL-3" -SLOT=0 -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - $(python_gen_cond_dep ' - dev-python/requests[${PYTHON_USEDEP}] - dev-python/coloredlogs[${PYTHON_USEDEP}] - dev-python/beautifulsoup4[${PYTHON_USEDEP}] - ')" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_prepare() { - python_fix_shebang "${S}" - find "${S}" -name '__pycache__' -prune -exec rm -rf {} \; \ - || die "cleaning __pycache__ failed" - - default -} - -src_install() { - insinto "/usr/share/${PN}" - doins -r * - - make_wrapper "fuxploider" \ - "${EPYTHON} /usr/share/${PN}/fuxploider.py" \ - "/usr/share/${PN}" - - dodoc README.md - - python_optimize "${D}/usr/share/${PN}" -} diff --git a/app-forensics/fuxploider/metadata.xml b/app-forensics/fuxploider/metadata.xml deleted file mode 100644 index c4511c144..000000000 --- a/app-forensics/fuxploider/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - email@linxon.ru - Yury Martynov - -