diff options
author | Mike Auty <ikelos@gentoo.org> | 2009-12-22 02:17:49 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2009-12-22 02:17:49 +0000 |
commit | 67e5669938aa97eddfa7e304c8283db8e6dd2467 (patch) | |
tree | 2cf05ff40edb612d8fef26c766d577814f19671c /net-analyzer/scapy/scapy-2.1.0.ebuild | |
parent | Version bump (diff) | |
download | historical-67e5669938aa97eddfa7e304c8283db8e6dd2467.tar.gz historical-67e5669938aa97eddfa7e304c8283db8e6dd2467.tar.bz2 historical-67e5669938aa97eddfa7e304c8283db8e6dd2467.zip |
Version bump scapy to 2.1.0.
Package-Manager: portage-2.2_rc60/cvs/Linux i686
Diffstat (limited to 'net-analyzer/scapy/scapy-2.1.0.ebuild')
-rw-r--r-- | net-analyzer/scapy/scapy-2.1.0.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net-analyzer/scapy/scapy-2.1.0.ebuild b/net-analyzer/scapy/scapy-2.1.0.ebuild new file mode 100644 index 000000000000..6dc27d337813 --- /dev/null +++ b/net-analyzer/scapy/scapy-2.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scapy/scapy-2.1.0.ebuild,v 1.1 2009/12/22 02:17:49 ikelos Exp $ + +inherit distutils + +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" + +DEPEND="virtual/python" +RDEPEND="net-analyzer/tcpdump + gnuplot? ( dev-python/gnuplot-py ) + pyx? ( dev-python/pyx ) + crypt? ( dev-python/pycrypto ) + graphviz? ( media-gfx/graphviz ) + imagemagick? ( media-gfx/imagemagick ) + visual? ( dev-python/visual ) + tcpreplay? ( net-analyzer/tcpreplay )" |