mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-16 11:51:08 +02:00
wifipumpkin: drop old 1.1.5
This commit is contained in:
parent
36a79b9352
commit
97e1095e32
2 changed files with 0 additions and 68 deletions
|
|
@ -1,2 +1 @@
|
|||
DIST wifipumpkin3-1.1.5.tar.gz 6116165 BLAKE2B d247157e1db4543a5e8e37337c9f68269a6d4caed69367195e51db408f232a56ab95bba763431dde8f0dba08cf77e63fd541e4866ff59868d8fb1e486fc2fcc7 SHA512 5ef1239fc266cd26c79861eb84880f6a8df1e8945c702c36b15fd3a57ed22488a9f99bfbe41ccec730dbcb415e4aa26a24a57696787adb3a39c572381bcfcecb
|
||||
DIST wifipumpkin3-1.1.7.tar.gz 5700474 BLAKE2B 495144bb0c0a25fddaac0aa32547434b2f6d31e17395af58e0654840c6055c36cf007a335463ee8275e0140d06ae26b8d3189158fd3fd927db0a89b0715aaaa6 SHA512 686a261652e62d1a5059ad6830082a725c73b5880c0e3740ca5b1f54cbf7d437734f30aaae4084bea56b2226ca1f811bcdd13fd090fa35867dad13f56cfafdb2
|
||||
|
|
|
|||
|
|
@ -1,67 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
MY_PV="${PV/_p/-R}"
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Framework for Rogue Wi-Fi Access Point Attack"
|
||||
HOMEPAGE="https://github.com/P0cL4bs/wifipumpkin3"
|
||||
SRC_URI="https://github.com/P0cL4bs/wifipumpkin3/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
IUSE="tools"
|
||||
|
||||
RDEPEND="${PYTHON_DEPS}
|
||||
dev-python/netifaces[${PYTHON_USEDEP}]
|
||||
dev-python/netaddr[${PYTHON_USEDEP}]
|
||||
dev-python/dhcplib[${PYTHON_USEDEP}]
|
||||
dev-python/tabulate[${PYTHON_USEDEP}]
|
||||
dev-python/urwid[${PYTHON_USEDEP}]
|
||||
dev-python/termcolor[${PYTHON_USEDEP}]
|
||||
dev-python/twisted[${PYTHON_USEDEP}]
|
||||
dev-python/PyQt5[${PYTHON_USEDEP}]
|
||||
dev-python/PyQt5-sip[${PYTHON_USEDEP}]
|
||||
dev-python/pyopenssl[${PYTHON_USEDEP}]
|
||||
dev-python/dnslib[${PYTHON_USEDEP}]
|
||||
dev-python/loguru[${PYTHON_USEDEP}]
|
||||
net-analyzer/scapy[${PYTHON_USEDEP}]
|
||||
dev-python/isc_dhcp_leases[${PYTHON_USEDEP}]
|
||||
dev-python/dnspython[${PYTHON_USEDEP}]
|
||||
dev-python/flask[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
dev-python/beautifulsoup4[${PYTHON_USEDEP}]
|
||||
dev-python/pyjwt[${PYTHON_USEDEP}]
|
||||
dev-python/flask-restx[${PYTHON_USEDEP}]
|
||||
dev-python/aiofiles[${PYTHON_USEDEP}]
|
||||
|
||||
tools? ( net-firewall/iptables
|
||||
sys-apps/net-tools
|
||||
net-wireless/iw
|
||||
net-analyzer/responder
|
||||
net-wireless/wireless-tools
|
||||
net-wireless/hostapd[wpe]
|
||||
)"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
||||
src_prepare() {
|
||||
#FIXME: give up, fix all deps
|
||||
echo "netifaces" > requirements.txt
|
||||
#relax deps
|
||||
# sed -e 's|==.*||' -i requirements.txt || die "sed failed"
|
||||
# sed -e 's|scapy.*$|scapy|' -i requirements.txt || die "sed failed"
|
||||
|
||||
#https://github.com/P0cL4bs/wifipumpkin3/issues/189
|
||||
sed -e 's|wifipumpkin3/data/|share/wifipumpkin3/data/|' -i setup.py || die "sed failed"
|
||||
|
||||
eapply_user
|
||||
}
|
||||
Loading…
Reference in a new issue