diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-03-19 14:12:05 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-03-19 14:12:05 +0100 |
commit | c79df2326edc48ccacb341903b429390747e59d3 (patch) | |
tree | 876e99c7bddc82b5e10f08e99be7f11ff47bfea9 /net-analyzer/scapy | |
parent | sci-physics/herwig: update to EAPI 6 (diff) | |
download | gentoo-c79df2326edc48ccacb341903b429390747e59d3.tar.gz gentoo-c79df2326edc48ccacb341903b429390747e59d3.tar.bz2 gentoo-c79df2326edc48ccacb341903b429390747e59d3.zip |
net-analyzer/scapy: Old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
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/scapy-2.2.0-r3.ebuild | 33 | ||||
-rw-r--r-- | net-analyzer/scapy/scapy-2.3.0-r1.ebuild | 29 | ||||
-rw-r--r-- | net-analyzer/scapy/scapy-2.3.1-r1.ebuild | 29 |
5 files changed, 0 insertions, 106 deletions
diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest index 440e7bf974de..b495c3b4d85a 100644 --- a/net-analyzer/scapy/Manifest +++ b/net-analyzer/scapy/Manifest @@ -1,4 +1 @@ -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 DIST scapy-2.3.2.tar.gz 1166056 SHA256 1b8a86d687feb8ed01114c0c016b428674cbfec04e3eb6f5249a018c427c4f6a SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a WHIRLPOOL d97f6d91fe87f2e5c1dac8fc5a64d86c2076658e268e999004a95972cb03af38d75fdbe6e72003ba9abd92259e5744bcfe1963b59e6572fa2025396cdfde7a53 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 deleted file mode 100644 index e10f97353d71..000000000000 --- a/net-analyzer/scapy/files/scapy-2.2.0-fix-sendpfast.patch +++ /dev/null @@ -1,12 +0,0 @@ -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/scapy-2.2.0-r3.ebuild b/net-analyzer/scapy/scapy-2.2.0-r3.ebuild deleted file mode 100644 index 1f232e43f06a..000000000000 --- a/net-analyzer/scapy/scapy-2.2.0-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -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/pycryptodome[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] ) ) - graphviz? ( media-gfx/graphviz ) - imagemagick? ( virtual/imagemagick-tools ) - 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-r1.ebuild b/net-analyzer/scapy/scapy-2.3.0-r1.ebuild deleted file mode 100644 index a25003746d53..000000000000 --- a/net-analyzer/scapy/scapy-2.3.0-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -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/pycryptodome[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] ) ) - graphviz? ( media-gfx/graphviz ) - imagemagick? ( virtual/imagemagick-tools ) - visual? ( dev-python/visual ) - tcpreplay? ( net-analyzer/tcpreplay ) -" diff --git a/net-analyzer/scapy/scapy-2.3.1-r1.ebuild b/net-analyzer/scapy/scapy-2.3.1-r1.ebuild deleted file mode 100644 index a25003746d53..000000000000 --- a/net-analyzer/scapy/scapy-2.3.1-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -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/pycryptodome[${PYTHON_USEDEP}] - dev-python/pycrypto[${PYTHON_USEDEP}] ) ) - graphviz? ( media-gfx/graphviz ) - imagemagick? ( virtual/imagemagick-tools ) - visual? ( dev-python/visual ) - tcpreplay? ( net-analyzer/tcpreplay ) -" |