wifite: pkgcheck fixes

This commit is contained in:
Anton Bolshakov 2023-01-06 14:47:29 +08:00
parent d6d1417c64
commit 8588b5ce58
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
6 changed files with 46 additions and 11 deletions

View file

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -9,7 +9,7 @@ SRC_URI="https://github.com/ZerBea/hcxdumptool/archive/${PV}.tar.gz -> ${P}.tar.
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
KEYWORDS="amd64 arm64 x86"
IUSE="gpio"
DEPEND="dev-libs/openssl:="

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>blshkv@pentoo.org</email>
<name>Anton Bolshakov</name>
</maintainer>
<upstream>
<remote-id type="github">ZerBea/hcxdumptool</remote-id>
</upstream>
<use>
<flag name="gpio"> Turns Raspberry Pi off via GPIO switch</flag>
</use>
</pkgmetadata>

View file

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -7,7 +7,7 @@ DESCRIPTION="Generate plainmasterkeys (rainbowtables) and hashes for hashcat/JTR
HOMEPAGE="https://github.com/ZerBea/hcxkeys"
SRC_URI="https://github.com/ZerBea/hcxkeys/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE=""
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>blshkv@pentoo.org</email>
<name>Anton Bolshakov</name>
</maintainer>
<upstream>
<remote-id type="github">ZerBea/hcxkeys</remote-id>
</upstream>
</pkgmetadata>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>blshkv@pentoo.org</email>
<name>Anton Bolshakov</name>
</maintainer>
<upstream>
<remote-id type="github">ZerBea/hcxtools</remote-id>
</upstream>
</pkgmetadata>

View file

@ -6,6 +6,12 @@ EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
DESCRIPTION="An automated wireless attack tool"
HOMEPAGE="https://github.com/kimocoder/wifite2"
LICENSE="GPL-2"
SLOT="2"
IUSE="dict opencl extra"
MY_P="${PN}2-${PV}"
if [[ ${PV} == "9999" ]]; then
@ -17,13 +23,6 @@ else
S="${WORKDIR}/${MY_P}"
fi
DESCRIPTION="An automated wireless attack tool"
HOMEPAGE="https://github.com/derv82/wifite2"
LICENSE="GPL-2"
SLOT="2"
IUSE="dict opencl extra"
RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]
net-analyzer/scapy[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"