net-misc/wlan2eth: drop ancient, unmaintained

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-04-03 11:31:45 -04:00
parent 1c74e62a27
commit 6860077043
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 19 deletions

View file

@ -1 +0,0 @@
DIST wlan2eth-1.3.tgz 8242 SHA256 a6b9f4a9f0407f79e61571de73e800785d4047019d66b891a569ff75cc5fe774 SHA512 c55cc2490fe7eaa5e84658a557d3f60a724edcfaeed966214ba4e695a0029cdbb39cbf25a62ee371ae20407df1a03b24bb27a7be89f396c0cbc97b88107b7776 WHIRLPOOL d1c59f63275a2e402c84e78cb77b1f8b56a32e273e1ad1eed5f438408ed4b1361f09a7fe8827e8e115ea8fc1ad9827b7ddebe3d223085796db9c0620b04d77df

View file

@ -1,18 +0,0 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Wlan2eth is a tool that converts wlan pcap to ethernet-like frames."
HOMEPAGE="http://www.willhackforsushi.com/Offensive.html"
SRC_URI="http://www.willhackforsushi.com/code/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="net-libs/libpcap"
RDEPEND="${DEPEND}"
src_install () {
dobin wlan2eth
}