summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-08-30 19:34:07 +0000
committerMike Auty <ikelos@gentoo.org>2008-08-30 19:34:07 +0000
commit0b69da5ec14ca8e96564152c81cc69c7970f8483 (patch)
tree9fbd90ab1cafe2414d2beac235b405e9799c482a /net-analyzer/scapy
parentamd64 stable wrt security bug #236160 (diff)
downloadgentoo-2-0b69da5ec14ca8e96564152c81cc69c7970f8483.tar.gz
gentoo-2-0b69da5ec14ca8e96564152c81cc69c7970f8483.tar.bz2
gentoo-2-0b69da5ec14ca8e96564152c81cc69c7970f8483.zip
Version bump to scapy 2.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'net-analyzer/scapy')
-rw-r--r--net-analyzer/scapy/ChangeLog7
-rw-r--r--net-analyzer/scapy/scapy-2.0.0.6.ebuild24
2 files changed, 30 insertions, 1 deletions
diff --git a/net-analyzer/scapy/ChangeLog b/net-analyzer/scapy/ChangeLog
index 70e1bbdd1810..42f60ac6dfab 100644
--- a/net-analyzer/scapy/ChangeLog
+++ b/net-analyzer/scapy/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/scapy
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scapy/ChangeLog,v 1.18 2008/08/04 20:02:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scapy/ChangeLog,v 1.19 2008/08/30 19:34:07 ikelos Exp $
+
+*scapy-2.0.0.6 (30 Aug 2008)
+
+ 30 Aug 2008; Mike Auty <ikelos@gentoo.org> +scapy-2.0.0.6.ebuild:
+ Version bump to scapy 2.
04 Aug 2008; Jeroen Roovers <jer@gentoo.org> metadata.xml:
Describe local USE flags for GLEP 56.
diff --git a/net-analyzer/scapy/scapy-2.0.0.6.ebuild b/net-analyzer/scapy/scapy-2.0.0.6.ebuild
new file mode 100644
index 000000000000..b58100b16972
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.0.0.6.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/scapy/scapy-2.0.0.6.ebuild,v 1.1 2008/08/30 19:34:07 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"
+
+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 )"
+