fuxploider: drop unmaintained

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-09-05 20:48:51 -04:00
parent 8eb65b460d
commit ecb9838992
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
4 changed files with 0 additions and 121 deletions

View file

@ -1 +0,0 @@
DIST fuxploider-1.0.tar.gz 165459 BLAKE2B 727435edee264d1b417c891f30f09cfe9ae50a4734bba68f7c3b12cb5213989da28c8a0b8c1f2434a87d1e7d2fbb24b68e35a35735502b75092785ec878f09ce SHA512 fd49d3e2b0032a68980692ef97d19729919f3e2e4b1bf2210627d0281037c8a48f2fa59f010a878ae5d6e1344167d0044a96652c5184eb2c528d384e8d3a23cf

View file

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

View file

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

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>email@linxon.ru</email>
<name>Yury Martynov</name>
</maintainer>
</pkgmetadata>