zarp: v0.1.7 bump

This commit is contained in:
blshkv 2015-09-04 11:43:13 +08:00
parent e2010df508
commit fc23d55b14
4 changed files with 7 additions and 47 deletions

View file

@ -1 +1,2 @@
DIST zarp-0.1.5.tar.gz 425427 SHA256 9a195ec4ee1a17488ae35305b22a71c784b3465edbe99d4c8ec7b739ae714c99 SHA512 650b371a0a088b61e3a1d4783e68a08af599c6f687445324f3fdd7c3c0a097651757f8de00844e9014998b91183e675cebfac9835f7df65ed0255b0e9fb0ba79 WHIRLPOOL 2de2525c9478bcc96d554ec5e7590136cfee7939115e44e233687c31bd2ce8aebac2edf02ceeac470f522cd718cf2724ec63615d4c32090aa67bcf5995f319cb
DIST zarp-0.1.7.tar.gz 428517 SHA256 f24fd654b21520f0650eeb0edfc9fb7544d4219f7f0695a520b44486ab6a788a SHA512 91fa389c6665f97e5721ab415d22e9ce7899ee0cfba29db559553298ff39de4341b7e18c9d9baa436a4b0ae6825477cde6f48db8f6d66272bd117bab62017ebb WHIRLPOOL 0aecc70372c7c821240c35cf02467ef5ff58f4f4d85e9528f8e778a0d4250aedf41f91cb52456e2b5671cb70be576433ce80a7b2f43322b6ded78e191ae337e1

View file

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: blshkv $
# $Id$
EAPI="5"

View file

@ -1,20 +1,19 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Exp $
# $Id$
EAPI="5"
PYTHON_COMPAT=( python2_{6,7} )
inherit git-2 multilib python-r1
inherit 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"
SRC_URI="https://github.com/hatRiot/zarp/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="+wireless"
DEPEND=""

View file

@ -1,40 +0,0 @@
# 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="5a525fc068c9db1af6ccb740f3dce86a54f4ae23"
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
}