wifitap: remove, unmaintained, uninstallable

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-01-31 22:26:32 -05:00
parent 7f9d74b45b
commit b8b7269d74
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 0 additions and 50 deletions

View file

@ -1 +0,0 @@
DIST wifitap-0.4.2.tar.gz 14139 BLAKE2B 6c947215c4b09b2fe19a45c5e7d08a6e3d121c86c02eb7f61a0c893a4c3f974c381ee23261768ee8e513b7ffd272272ca1781f009663d3f82b1a0a198f07f3ef SHA512 e8a110bdc8eef91313923d4fc9032cef13be78699bc65aacd56e76b09a923d988a62f69d1f9d7767d7189c5d05737cde3c2250da0bc815c75df6a0fa5c4e10ff

View file

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
</pkgmetadata>

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=( python2_7 )
inherit python-single-r1
DESCRIPTION="A wireless tool to do direct connection to client without passing through an AP"
HOMEPAGE="http://sid.rstack.org/index.php/Wifitap_EN"
SHA="f7ac906855cadb1c5a0a619d1e9e924802a9d6c6"
SRC_URI="https://github.com/s0lst1c3/wifitap/archive/${SHA}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"/"${PN}-${SHA}"
DEPEND="net-analyzer/scapy"
pkg_setup() {
python-single-r1_pkg_setup
}
src_prepare() {
python_fix_shebang "${S}"
default
}
src_install() {
python_newscript wifiarp.py wifiarp
python_newscript wifidns.py wifidns
python_newscript wifiping.py wifiping
python_newscript wifitap.py wifitap
# also install util.py, required by all scripts
python_domodule utils.py
dodoc AUTHORS README.md Changelog
}