mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/scapy: Version bump (bug #613164 by Anton Bolshakov).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST scapy-2.3.2.tar.gz 1166056 SHA256 1b8a86d687feb8ed01114c0c016b428674cbfec04e3eb6f5249a018c427c4f6a SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a WHIRLPOOL d97f6d91fe87f2e5c1dac8fc5a64d86c2076658e268e999004a95972cb03af38d75fdbe6e72003ba9abd92259e5744bcfe1963b59e6572fa2025396cdfde7a53
|
||||
DIST scapy-2.3.3.tar.gz 1459132 SHA256 67642cf7b806e02daeddd588577588caebddc3426db7904e7999a0b0334a63b5 SHA512 47ca2eceafe7b693c569a92c106782037d869c323aaaec41cace07dfdeb3c6a7e9f7bc8ca1150b3c0daea54e6665f93eb1dfc3c511419cfa28eb2e0753bf9ba4 WHIRLPOOL dae454a65a41126d69fd03bbcff9e35eda754b3415ff82e0ccbac7f4a3bbf19ad1038add58cc1ac49fce90afad956bcf508b684272112872055d382ab0e1921d
|
||||
|
||||
29
net-analyzer/scapy/scapy-2.3.3.ebuild
Normal file
29
net-analyzer/scapy/scapy-2.3.3.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# 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="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${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 )
|
||||
"
|
||||
Reference in New Issue
Block a user