mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-20 05:41:12 +02:00
eaphammer: 1.12.0 bump
This commit is contained in:
parent
dc73980379
commit
b7fb29c236
3 changed files with 12 additions and 16 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST eaphammer-1.6.tar.gz 4653096 BLAKE2B 4c13da4b5449b267cce8410993aa433d03071e8670b0f457515e70859ac4ea0c35e41c61c6236c92c57ba7547496ab244a188c1db46ce821bd0231ce525af1e5 SHA512 36137ca64ed7876a0fbf99db141ebed723c2e93e2e21b919cf98d32f8eb0d738fe958fc3519b365bb6816b31af1489e174a9c02f7c77746ee235b1bd0bad976f
|
||||
DIST eaphammer-1.8.tar.gz 4653096 BLAKE2B 4c13da4b5449b267cce8410993aa433d03071e8670b0f457515e70859ac4ea0c35e41c61c6236c92c57ba7547496ab244a188c1db46ce821bd0231ce525af1e5 SHA512 36137ca64ed7876a0fbf99db141ebed723c2e93e2e21b919cf98d32f8eb0d738fe958fc3519b365bb6816b31af1489e174a9c02f7c77746ee235b1bd0bad976f
|
||||
DIST eaphammer-1.12.0.tar.gz 4692973 BLAKE2B ff30eeaa818822ba0395b2d853d49c51ffc0a0d612056dc3e8a5a3b34090e8ee5cd8efceab2c0ede860e16c9ee93836cc399597cf9798d6ea595523cf2df6c27 SHA512 6c30a4d526576785e18d2766f9bdb5432192b3f9bbcba8125c4d484f8c8c2be64265e150f88da7bac50c5fbc64fa8e0241055a9e7a701433fa594a684f90d484
|
||||
DIST eaphammer-1.9.tar.gz 4653096 BLAKE2B 4c13da4b5449b267cce8410993aa433d03071e8670b0f457515e70859ac4ea0c35e41c61c6236c92c57ba7547496ab244a188c1db46ce821bd0231ce525af1e5 SHA512 36137ca64ed7876a0fbf99db141ebed723c2e93e2e21b919cf98d32f8eb0d738fe958fc3519b365bb6816b31af1489e174a9c02f7c77746ee235b1bd0bad976f
|
||||
|
|
|
|||
|
|
@ -1,36 +1,32 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
inherit python-utils-r1
|
||||
PYTHON_COMPAT=( python2_7 python3_{6,7} )
|
||||
|
||||
#MY_PV=${PV/_beta/-beta}
|
||||
MY_PV=2a88872bdf082a15df63885d47ab15dc1426a9a8
|
||||
PYTHON_COMPAT=( python{2_7,3_5,3_6} )
|
||||
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${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/s0lst1c3/eaphammer/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
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"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}
|
||||
dev-python/tqdm
|
||||
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
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
virtual/httpd-basic"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
if use !systemd; then
|
||||
Loading…
Reference in a new issue