Gentoo Archives: gentoo-commits

From: Mike Auty <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
Date: Sun, 03 Jun 2018 21:20:44
Message-Id: 1528060833.21ad4ca91961c605d7caa203f9530fb30ccf682e.ikelos@gentoo
1 commit: 21ad4ca91961c605d7caa203f9530fb30ccf682e
2 Author: Mike Auty <ikelos <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 3 21:20:09 2018 +0000
4 Commit: Mike Auty <ikelos <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 3 21:20:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ad4ca9
7
8 net-analyzer/scapy: Bump to 2.4.0, remove old versions.
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 net-analyzer/scapy/Manifest | 3 +--
13 net-analyzer/scapy/scapy-2.3.3.ebuild | 29 ----------------------
14 .../{scapy-2.4.0_rc4.ebuild => scapy-2.4.0.ebuild} | 2 +-
15 net-analyzer/scapy/scapy-9999.ebuild | 2 +-
16 4 files changed, 3 insertions(+), 33 deletions(-)
17
18 diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
19 index 5af32bb2417..44a294809cc 100644
20 --- a/net-analyzer/scapy/Manifest
21 +++ b/net-analyzer/scapy/Manifest
22 @@ -1,3 +1,2 @@
23 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
24 -DIST scapy-2.3.3.tar.gz 1459132 BLAKE2B 442e13853cfd4bac4984571367990ce03a2fc1a634564ed7e05641130d435818f161687c530f17280a20f1063aafeeeea35cb867fc2f7d78a4f3ae257dbb6f90 SHA512 47ca2eceafe7b693c569a92c106782037d869c323aaaec41cace07dfdeb3c6a7e9f7bc8ca1150b3c0daea54e6665f93eb1dfc3c511419cfa28eb2e0753bf9ba4
25 -DIST scapy-2.4.0_rc4.tar.gz 2472251 BLAKE2B 720777e7d19ae1a312ccd78c6d005cf6f1f42fcac8f11956b2fb5521dac17ef477106cef2ee9a9384f764dd1aef337b010faed61f2fb34c3458b3a9c836eb4ed SHA512 003d573fb8ec83029eca93fa9f6333f9a4b4a166ab355a19339194b6a7b8a772d692afeed8d19e0f9422caae326167f1acf819319327f3495dc389fc9a2ea811
26 +DIST scapy-2.4.0.tar.gz 3182131 BLAKE2B af591b103c90736a5e62801f4c0ebd495e2e71c79ee81f04fdd194739b460c9940b8fcf0c6e279701095979144eff25ca4734926c0251721b37dc63fe8dd9e89 SHA512 0fe80150cd83db7735c9d0b70ec832a4e68eb5160ad8559e9b1bd79c52a9950ef7c9555ea2a1ee1dc8df1f055a885c52552c29e304faf40250ce9c502a5f870a
27
28 diff --git a/net-analyzer/scapy/scapy-2.3.3.ebuild b/net-analyzer/scapy/scapy-2.3.3.ebuild
29 deleted file mode 100644
30 index 391396815ff..00000000000
31 --- a/net-analyzer/scapy/scapy-2.3.3.ebuild
32 +++ /dev/null
33 @@ -1,29 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI="5"
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -inherit eutils distutils-r1
42 -
43 -DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
44 -HOMEPAGE="http://www.secdev.org/projects/scapy/"
45 -SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
51 -
52 -RDEPEND="
53 - net-analyzer/tcpdump
54 - gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
55 - pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
56 - crypt? ( || ( dev-python/pycryptodome[${PYTHON_USEDEP}]
57 - dev-python/pycrypto[${PYTHON_USEDEP}] ) )
58 - graphviz? ( media-gfx/graphviz )
59 - imagemagick? ( virtual/imagemagick-tools )
60 - visual? ( dev-python/visual )
61 - tcpreplay? ( net-analyzer/tcpreplay )
62 -"
63
64 diff --git a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.0.ebuild
65 similarity index 94%
66 rename from net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
67 rename to net-analyzer/scapy/scapy-2.4.0.ebuild
68 index 8d3d643afa1..87c9eb983d6 100644
69 --- a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
70 +++ b/net-analyzer/scapy/scapy-2.4.0.ebuild
71 @@ -27,7 +27,7 @@ Scapy has optional support for the following packages:
72 net-analyzer/tcpreplay
73 virtual/imagemagick-tools
74
75 - See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
76 + See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
77 "
78
79 src_prepare() {
80
81 diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
82 index ce815cfb2f7..37900e5421f 100644
83 --- a/net-analyzer/scapy/scapy-9999.ebuild
84 +++ b/net-analyzer/scapy/scapy-9999.ebuild
85 @@ -27,7 +27,7 @@ Scapy has optional support for the following packages:
86 net-analyzer/tcpreplay
87 virtual/imagemagick-tools
88
89 - See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
90 + See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
91 "
92
93 src_prepare() {