mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 16:51:03 +02:00
wifite-2.6.0.ebuild
This commit is contained in:
parent
26ca8fd8f6
commit
1d9e4578ee
2 changed files with 5 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST wifite2-2.5.5.tar.gz 1830058 BLAKE2B af8d7aefb8a1cada5845b20e4fca56ba4c0f31d2bd685e5014485a46c7d907124438d269339846be8faf4466e21fc6c514c18ad6efd842e64154ef746f202bfa SHA512 cb9a89359f14c62124ab040233e91c6906ce8a3cc467e587e22d855090fe6ad9480cf652fb951ddaf95a548a6c6723b5a4d4f9faaf7b5f6a502d1d5e27cd1cbe
|
||||
DIST wifite2-2.5.8.tar.gz 1922853 BLAKE2B cc6df4b0d65597aed811664f16cafbb53755573c0ce6c530865debfc20e0ae3843fd15a266dd90f98eb25a952d6221c5a74d7efa54527a87e41163e1b36bad4e SHA512 60696146c63febe09b75c962cd27b0b50ae2d5ee8674c6e5a619eb699a41b9c8093973561fcadc1a94a660929532319af918521941cafdf83fcba3b8c6bf8d8f
|
||||
DIST wifite2-2.6.0.tar.gz 4516111 BLAKE2B 867462d23dd48ac1b7141fc9307759f9e5dc4ba22b3c9605bbc440dcd99654c42da61c56637ef12afa4ff037d5db28650a701255adef88a1b6613c9508db40be SHA512 19fd6054287d9f6fd10dc76f04995e289ddb3c2a6344f108f5b07d895e9660942d4d72d6773a4446ee1e69e6f95ee645f13af0ee8822bfe158c9a3165b24c4ac
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
EAPI=7
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=no
|
||||
#DISTUTILS_USE_SETUPTOOLS=bdepend
|
||||
PYTHON_COMPAT=( python3_{9..10} )
|
||||
inherit distutils-r1
|
||||
|
||||
|
|
@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]]; then
|
|||
EGIT_REPO_URI="https://github.com/kimocoder/wifite2.git"
|
||||
else
|
||||
SRC_URI="https://github.com/kimocoder/wifite2/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 x86"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
fi
|
||||
|
||||
|
|
@ -28,7 +28,6 @@ IUSE="dict opencl extra"
|
|||
DEPEND=""
|
||||
RDEPEND=""
|
||||
PDEPEND="net-wireless/aircrack-ng
|
||||
dev-python/pexpect[${PYTHON_USEDEP}]
|
||||
net-wireless/hcxdumptool
|
||||
net-wireless/hcxtools
|
||||
amd64? ( opencl? ( app-crypt/hashcat ) )
|
||||
|
|
@ -41,5 +40,7 @@ PDEPEND="net-wireless/aircrack-ng
|
|||
net-analyzer/macchanger
|
||||
)"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
#python2 only:
|
||||
#net-wireless/pyrit[${PYTHON_USEDEP},opencl?]
|
||||
Loading…
Reference in a new issue