eaphammer: drop old 1.9

This commit is contained in:
Yury Martynov 2020-02-12 10:36:43 +03:00
parent d4adfa025b
commit 374ea74862
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
3 changed files with 8 additions and 46 deletions

View file

@ -1,2 +1 @@
DIST eaphammer-1.12.0.tar.gz 4692973 BLAKE2B ff30eeaa818822ba0395b2d853d49c51ffc0a0d612056dc3e8a5a3b34090e8ee5cd8efceab2c0ede860e16c9ee93836cc399597cf9798d6ea595523cf2df6c27 SHA512 6c30a4d526576785e18d2766f9bdb5432192b3f9bbcba8125c4d484f8c8c2be64265e150f88da7bac50c5fbc64fa8e0241055a9e7a701433fa594a684f90d484
DIST eaphammer-1.9.tar.gz 4653096 BLAKE2B 4c13da4b5449b267cce8410993aa433d03071e8670b0f457515e70859ac4ea0c35e41c61c6236c92c57ba7547496ab244a188c1db46ce821bd0231ce525af1e5 SHA512 36137ca64ed7876a0fbf99db141ebed723c2e93e2e21b919cf98d32f8eb0d738fe958fc3519b365bb6816b31af1489e174a9c02f7c77746ee235b1bd0bad976f

View file

@ -1,45 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit python-utils-r1
#MY_PV=${PV/_beta/-beta}
MY_PV=2a88872bdf082a15df63885d47ab15dc1426a9a8
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
DESCRIPTION="Targeted evil twin attacks against WPA2-Enterprise networks"
HOMEPAGE="https://github.com/s0lst1c3/eaphammer"
#SRC_URI="https://github.com/s0lst1c3/eaphammer/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/s0lst1c3/eaphammer/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
#KEYWORDS="~amd64 ~x86"
IUSE="systemd"
DEPEND=""
RDEPEND="${DEPEND}
dev-python/tqdm
net-dns/dnsmasq
net-libs/libnfnetlink
dev-libs/libnl:3
net-wireless/hostapd[wpe]
net-analyzer/dsniff
virtual/httpd-basic
"
S="${WORKDIR}/${PN}-${MY_PV}"
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

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>