mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
brutespray: drop unmaintained
This commit is contained in:
parent
5bc2533bfd
commit
70a7d7cda8
4 changed files with 0 additions and 108 deletions
|
|
@ -1,2 +0,0 @@
|
|||
DIST brutespray-1.6.6.tar.gz 10099 BLAKE2B c3182d531c088b41cdbaf26fda120c2c27125acfabe8050ead24536eccdefe339e0fd03cd53c9a5dfa3985466939eccd5d138eeb504d88e943410d9614862cc6 SHA512 784bb0f0bb34dd558cf519da8f6a81daa8ebb6c2c3ea5009a3d238d05a9dcf0ae15ae13efc5ac92d79900f1c8b08e857ff6c298496085d4e90aa84b4f8411b1d
|
||||
DIST brutespray-1.6.8.tar.gz 10281 BLAKE2B d17bce29faa1d26a6bbf6d6e55129270c7aa9229e89aa7d0ec8675d9fb3a7ec8875d64c9808453256782415538781ca46322dc43f0d5ebdad6ceed4575c94cf1 SHA512 1818b5c4f888e07600e563eb7e754acc8ef0cf5028018007909b9605341af6dcf18a20836b405c1690b687eb7e6b60be59c85db6163881e78f56a547847f357d
|
||||
|
|
@ -1,49 +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="Brute-Forcing from Nmap output using default creds"
|
||||
HOMEPAGE="https://github.com/x90skysn3k/brutespray"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/x90skysn3k/brutespray"
|
||||
else
|
||||
SRC_URI="https://github.com/x90skysn3k/brutespray/archive/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
|
||||
S="${WORKDIR}/${PN}-${P}"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
$(python_gen_cond_dep 'dev-python/argcomplete[${PYTHON_USEDEP}]')"
|
||||
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
python_fix_shebang "${S}"
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r wordlist *.py
|
||||
|
||||
python_optimize "${D}/usr/share/${PN}"
|
||||
|
||||
make_wrapper $PN \
|
||||
"${EPYTHON} /usr/share/${PN}/brutespray.py"
|
||||
|
||||
dodoc *.md
|
||||
}
|
||||
|
|
@ -1,49 +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="Brute-Forcing from Nmap output using default creds"
|
||||
HOMEPAGE="https://github.com/x90skysn3k/brutespray"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/x90skysn3k/brutespray"
|
||||
else
|
||||
SRC_URI="https://github.com/x90skysn3k/brutespray/archive/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm64 ~mips ~x86"
|
||||
S="${WORKDIR}/${PN}-${P}"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
$(python_gen_cond_dep 'dev-python/argcomplete[${PYTHON_USEDEP}]')"
|
||||
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
python_fix_shebang "${S}"
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/${PN}"
|
||||
doins -r wordlist *.py
|
||||
|
||||
python_optimize "${D}/usr/share/${PN}"
|
||||
|
||||
make_wrapper $PN \
|
||||
"${EPYTHON} /usr/share/${PN}/brutespray.py"
|
||||
|
||||
dodoc *.md
|
||||
}
|
||||
|
|
@ -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>
|
||||
Loading…
Reference in a new issue