diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-analyzer/scapy | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-analyzer/scapy')
-rw-r--r-- | net-analyzer/scapy/Manifest | 3 | ||||
-rw-r--r-- | net-analyzer/scapy/files/scapy-2.2.0-fix-sendpfast.patch | 12 | ||||
-rw-r--r-- | net-analyzer/scapy/metadata.xml | 17 | ||||
-rw-r--r-- | net-analyzer/scapy/scapy-2.2.0-r2.ebuild | 39 | ||||
-rw-r--r-- | net-analyzer/scapy/scapy-2.3.0.ebuild | 35 | ||||
-rw-r--r-- | net-analyzer/scapy/scapy-2.3.1.ebuild | 35 |
6 files changed, 141 insertions, 0 deletions
diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest new file mode 100644 index 000000000000..4a7482381324 --- /dev/null +++ b/net-analyzer/scapy/Manifest @@ -0,0 +1,3 @@ +DIST scapy-2.2.0.tar.gz 972996 SHA256 c5363b224df0efbd78d7dc4d8a518e5518b2e7affc2e5f1fcecd4efa3ab815af SHA512 da05deb5dd3bfbd0222659a98e5f01c891e948b9104965e14ca975022b180cd7699ec852357baf229c73321dbe73d9a48c2a14008b7d7a3f0e151914536f7d3a WHIRLPOOL d1d599e1cb803148e5131b4f9c2b90f80c37abf09678abbbc6a2df8d10fe8a98c8d3628e232217075d23605f8e5caee23916e13c5c80cf9a9323f44d99536fe4 +DIST scapy-2.3.0.zip 1154396 SHA256 1e63e845ff7a86d4915122945cad2a3b5c60b6914b23713bcbdbab7b24fd47c8 SHA512 30f8e09411fd23972e68b72ffc168d427018cc9e065534094397d1ced17db3fc66dfa6c50b0b57b1f1309eb411c1c6969b42e0130480922b2cd789c82df311ed WHIRLPOOL 5229c16971fa9add90615955fe5633269d88ff0b6f889d070f9b0e80c036c4010512e071720aced465ca0fb54900f6dd26d663695d55dd4eff0f01e2a6b019d9 +DIST scapy-2.3.1.zip 1134864 SHA256 8972c02e39a826a10c02c2bdd5025f7251dce9589c57befd9bb55c65f02e4934 SHA512 f84c9084c56894d15629680c3a3075e1dd5318ad8b3eb2e9d21266f49ee51b7d0748abf9e7a926d7228a87b3ecafa8dc78491dc8f5ac35f8eca1cc7c5581344d WHIRLPOOL f30a668b0f41f3655c6ee735e40ce36cb7ab3c2deedcc655ff56b5ad66e2d0b78c812f9ca0515870bfedc7f3355553acc4a9a1354a1c156ac81ce87d7b6b26aa diff --git a/net-analyzer/scapy/files/scapy-2.2.0-fix-sendpfast.patch b/net-analyzer/scapy/files/scapy-2.2.0-fix-sendpfast.patch new file mode 100644 index 000000000000..e10f97353d71 --- /dev/null +++ b/net-analyzer/scapy/files/scapy-2.2.0-fix-sendpfast.patch @@ -0,0 +1,12 @@ +diff -ru a/scapy-2.2.0/scapy/sendrecv.py b/scapy-2.2.0/scapy/sendrecv.py +--- a/scapy-2.2.0/scapy/sendrecv.py 2010-08-11 11:09:51.000000000 +1200 ++++ b/scapy-2.2.0/scapy/sendrecv.py 2011-09-20 11:22:26.776978191 +1200 +@@ -13,7 +13,7 @@ + import arch + from config import conf + from packet import Gen +-from utils import warning,get_temp_file,PcapReader ++from utils import warning,get_temp_file,PcapReader,wrpcap + import plist + from error import log_runtime,log_interactive + from base_classes import SetGen diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml new file mode 100644 index 000000000000..080dce9db3a8 --- /dev/null +++ b/net-analyzer/scapy/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<maintainer> +<email>ikelos@gentoo.org</email> +<name>Mike Auty</name> +</maintainer> +<longdescription lang="en"> +Scapy is a powerful interactive packet manipulation program. +</longdescription> +<use> +<flag name='pyx'>Enable <pkg>dev-python/pyx</pkg> support for psdump/pdfdump commands</flag> +<flag name='visual'>Enable <pkg>dev-python/visual</pkg> support for 3d graphs</flag> +<flag name='tcpreplay'>Enable <pkg>net-analyzer/tcpreply</pkg> support for fast packet replay</flag> +</use> +</pkgmetadata> diff --git a/net-analyzer/scapy/scapy-2.2.0-r2.ebuild b/net-analyzer/scapy/scapy-2.2.0-r2.ebuild new file mode 100644 index 000000000000..36156a63cfc0 --- /dev/null +++ b/net-analyzer/scapy/scapy-2.2.0-r2.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 +} diff --git a/net-analyzer/scapy/scapy-2.3.0.ebuild b/net-analyzer/scapy/scapy-2.3.0.ebuild new file mode 100644 index 000000000000..8230665fdc71 --- /dev/null +++ b/net-analyzer/scapy/scapy-2.3.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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://bb.secdev.org/${PN}/downloads/${P}.zip" + +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 ) +" diff --git a/net-analyzer/scapy/scapy-2.3.1.ebuild b/net-analyzer/scapy/scapy-2.3.1.ebuild new file mode 100644 index 000000000000..8230665fdc71 --- /dev/null +++ b/net-analyzer/scapy/scapy-2.3.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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://bb.secdev.org/${PN}/downloads/${P}.zip" + +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 ) +" |