mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
wireshark-patoolkit: drop, old, unmaintained
This commit is contained in:
parent
a135eb5b11
commit
a90b8efc96
4 changed files with 0 additions and 37 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST wireshark-patoolkit-20191029.tar.gz 120466526 BLAKE2B 6938c583660dfa36286457bcbe9e78a755c52cf62b723e6a803a5ef4cda64eb5aef0e88a6fa359ec6d70750ac0d0dc8957b90ea1ba1cf56bc3ddb425d2fe05cc SHA512 77c925a119a8ec0694a8c9255f30e120ddc8924f80f06d89b2b8c2f15a474e096113b1e5ac83d46d9c94ed3769522d1f8d2b36188783852356a49766ea0a2b4e
|
||||
|
|
@ -1 +0,0 @@
|
|||
LUA_PATH="$LUA_PATH;/usr/lib/wireshark/plugins/patoolkit/lib/?.lua"
|
||||
|
|
@ -1,33 +0,0 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="a collection of traffic analysis Wireshark plugins focused on security"
|
||||
HOMEPAGE="https://github.com/pentesteracademy/patoolkit"
|
||||
HASH_COMMIT="1e604b9799f19cc072841296ae31d014913492d3"
|
||||
SRC_URI="https://github.com/pentesteracademy/patoolkit/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
RDEPEND=">=net-analyzer/wireshark-2.6:="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/patoolkit-${HASH_COMMIT}"
|
||||
|
||||
src_install() {
|
||||
#lue scripts must be in the "plugins" folder
|
||||
local WS_PLUGIN_DIR="/usr/$(get_libdir)/wireshark/plugins/patoolkit/"
|
||||
dodir $WS_PLUGIN_DIR
|
||||
cp -R "${S}"/plugins/* "${ED}/$WS_PLUGIN_DIR" || die "Copy files failed"
|
||||
doenvd "${FILESDIR}"/92patoolkit
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Please run 'env-update' and '. /etc/profile' or re-login after the first install,"
|
||||
elog "otherwise you may be missing required environmental variables"
|
||||
}
|
||||
|
|
@ -16,8 +16,6 @@ net-misc/ieee-oui
|
|||
~net-misc/vidalia-0.3.1
|
||||
~net-misc/portspoof-1.3
|
||||
|
||||
net-misc/wireshark-patoolkit
|
||||
|
||||
#below here likely needs cleanup
|
||||
net-misc/6tunnel
|
||||
net-misc/adjtimex
|
||||
|
|
|
|||
Loading…
Reference in a new issue