You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-analyzer/scapy/scapy-2.2.0-r2.ebuild

40 lines
1.1 KiB

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scapy/scapy-2.2.0-r2.ebuild,v 1.3 2015/01/31 13:15:15 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SINGLE_IMPL=true
inherit eutils distutils-r1
DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
HOMEPAGE="http://www.secdev.org/projects/scapy/"
SRC_URI="http://www.secdev.org/projects/scapy/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
RDEPEND="
net-analyzer/tcpdump
gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
crypt? ( dev-python/pycrypto[${PYTHON_USEDEP}] )
graphviz? ( media-gfx/graphviz )
imagemagick? (
|| (
media-gfx/imagemagick
media-gfx/graphicsmagick[imagemagick]
)
)
visual? ( dev-python/visual )
tcpreplay? ( net-analyzer/tcpreplay )
"
src_prepare() {
epatch "${FILESDIR}"/${P}-fix-sendpfast.patch
}