eaphammer: drop 1.13.5

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-02 14:55:54 -04:00
parent b1f5f1a202
commit e20ee93454
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 42 deletions

View file

@ -1,2 +1 @@
DIST eaphammer-1.13.5.tar.gz 4917657 BLAKE2B d9f02871633d674b33f2609dbd1546095dd8f9e847b017523cd64c8f57219b63f988ad5f6dc4e2722c00d057a250134ba76243affb544384b2791a0a0e5c39a3 SHA512 2bdcaa44537aca1c32cddc99a43037812667ce766cefb4b876b242bb6ccc63e256542d01017f244621f2d25fdd28850cae0a9502117df74fd4e53e9df850ae7c
DIST eaphammer-1.14.0.gh.tar.gz 4920115 BLAKE2B 7191ceea5e83b93bf21708d066cecae72cb73642dbb758dfe711fcd86972859f50ab13d1faa3e344b900c3ed589192125ddf556b6a5ebabec0f7f93423c75fef SHA512 04dcbbfc84e86c1c4d4f4ca9dc73de1533192f79cfee5fa25c892d375d63f3ef500bab69c348bf0d99ffcd73af3dfccdb89c72cdc821eb6aa034706bf1d61121

View file

@ -1,41 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10..12} )
inherit python-any-r1
DESCRIPTION="Targeted evil twin attacks against WPA2-Enterprise networks"
HOMEPAGE="https://github.com/s0lst1c3/eaphammer"
SRC_URI="https://github.com/s0lst1c3/eaphammer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
#KEYWORDS="~amd64 ~x86"
IUSE="systemd"
RDEPEND="$( python_gen_any_dep '
dev-python/tqdm[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]
net-analyzer/scapy[${PYTHON_USEDEP}] ')
net-dns/dnsmasq
net-libs/libnfnetlink
dev-libs/libnl:3
net-wireless/hostapd[wpe]
net-analyzer/dsniff
virtual/httpd-basic"
DEPEND="${RDEPEND}"
src_prepare() {
if use !systemd; then
sed -i "s|use_systemd = True|use_systemd = False|" settings/core/eaphammer.ini || die 'sed failed'
fi
sed -i s/network-manager/NetworkManager/ settings/core/eaphammer.ini || die 'sed failed'
eapply_user
}
#FIXME
#src_install
#https://github.com/s0lst1c3/eaphammer/issues/73