zarp: version bump, deps

This commit is contained in:
Anton Bolshakov 2013-09-14 01:42:58 +00:00
parent 96098ac316
commit 15e5e1bc52
3 changed files with 47 additions and 0 deletions

View file

@ -1,2 +1,3 @@
AUX zarp 47 SHA256 54305235736a959c3c7de6075562407016fd00faeee1c003fdd3c04108257759 SHA512 48c173216535678ebe0823b1c35b2fc4660a3e861afc9eba5d478c03a224b2d0795e4be0f5e56452acdbdaef56297441bea5d45da2d883c4f07f03d44c27923e WHIRLPOOL 742ffcdb8256d274db9b6f148222a4ccf33821a4cb26214db7023ebc47f53638ed3aa97518f5eae9ef7e726b51943bef671ad6e0f97d05ebd3d72a3dd5452d36
EBUILD zarp-20130527.ebuild 1053 SHA256 7e908420f4914e016995ca2572adbff87038fb7814afaef9e3b463c7373d9821 SHA512 14cf04bac84b54da7df08e90a504d636caf9272e5fb3e0f46c3b8c5a571328992b9c937cd3251bd85c708c07924343d3abb30ad46a20c6af6c73bb4a9010372e WHIRLPOOL b618f15bd0ad554a542a63fd74a06c401e8a52f8e14de571f438d1b5ca764b3757208c3dc514ae63b47df691b069d348c9cb15aeb905cd252c456aadbbc86587
EBUILD zarp-20130724.ebuild 1017 SHA256 3431535be6bb4d0d93747d29702c848889d92a087497d589b3954d7d321be96b SHA512 5372e4c4a991ecbaea9bf425010d0cc19c33adcb4c726db2c771b6f16d5271d35ed0d9c819a8dcf5ceb5442b9b9beac438b894859a12b6d675d232e9e94960ca WHIRLPOOL e8c80e2bfd8992d723be198b471b65108d4de9334ece39bc1404156fc975ab2060402a876e11f68d530be3ae4341f05809a916bb82aaa27394b39fc5e5cd205c

View file

@ -0,0 +1,40 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Exp $
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
inherit git-2 multilib python-r1
HOMEPAGE="https://defense.ballastsecurity.net/wiki/index.php/Zarp"
DESCRIPTION="Local network attack toolkit"
EGIT_REPO_URI="https://github.com/hatRiot/zarp.git"
EGIT_COMMIT="ef1e8398cdd27e1b0a6ab2292fd037bf859c695f"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+wireless"
DEPEND=""
RDEPEND="dev-python/paramiko
dev-python/netlib
dev-python/flask
net-analyzer/scapy
net-analyzer/tcpdump
net-libs/nfqueue-bindings
wireless? ( net-wireless/aircrack-ng )"
# TODO: unbundle the following:
# rm Wifite
# rm Scapy
# libmproxy (netlib, flask)
src_install() {
# should be as simple as copying everything into the target...
dodir /usr/$(get_libdir)/${PN}
cp -R "${S}"/* "${D}"/usr/$(get_libdir)/${PN} || die "Copy files failed"
rm -Rf "${D}"/usr/$(get_libdir)/${PN}/README
dosbin "${FILESDIR}"/zarp
}

View file

@ -23,3 +23,9 @@
~dev-python/pyx-0.12.1
~dev-python/numpy-1.6.2
#required by libmpoxy
~dev-python/netlib-0.9.2
~dev-python/flask-0.10.1
~dev-python/blinker-1.3
~dev-python/itsdangerous-0.22