public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2015-12-02  7:53 Justin Lecher
  0 siblings, 0 replies; 67+ messages in thread
From: Justin Lecher @ 2015-12-02  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2565c08a2fe826c39b769e779618530b6a09b79a
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 07:23:55 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 07:23:55 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2565c08a

net-analyzer/scapy: Drop unnecessary usage of DISTUTILS_SINGLE_IMPL

The package doesn't install file which would collide in a multi ABI scenario

Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 net-analyzer/scapy/metadata.xml          | 22 +++++++++++-----------
 net-analyzer/scapy/scapy-2.2.0-r2.ebuild |  1 -
 net-analyzer/scapy/scapy-2.3.0.ebuild    |  3 +--
 net-analyzer/scapy/scapy-2.3.1.ebuild    |  3 +--
 4 files changed, 13 insertions(+), 16 deletions(-)

diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
index 080dce9..47c0b3f 100644
--- a/net-analyzer/scapy/metadata.xml
+++ b/net-analyzer/scapy/metadata.xml
@@ -1,17 +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">
+	<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>
+	<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
index 36156a6..8807425 100644
--- a/net-analyzer/scapy/scapy-2.2.0-r2.ebuild
+++ b/net-analyzer/scapy/scapy-2.2.0-r2.ebuild
@@ -5,7 +5,6 @@
 EAPI="5"
 
 PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL=true
 
 inherit eutils distutils-r1
 

diff --git a/net-analyzer/scapy/scapy-2.3.0.ebuild b/net-analyzer/scapy/scapy-2.3.0.ebuild
index 8230665..d9bc94f 100644
--- a/net-analyzer/scapy/scapy-2.3.0.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.0.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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
 

diff --git a/net-analyzer/scapy/scapy-2.3.1.ebuild b/net-analyzer/scapy/scapy-2.3.1.ebuild
index 8230665..d9bc94f 100644
--- a/net-analyzer/scapy/scapy-2.3.1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.1.ebuild
@@ -1,11 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2016-04-05 22:37 Anthony G. Basile
  0 siblings, 0 replies; 67+ messages in thread
From: Anthony G. Basile @ 2016-04-05 22:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2f3118b9c2f22a788681ddc4617e8ea608733833
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Tue Apr  5 22:27:57 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 22:44:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3118b9

net-analyzer/scapy: Add ~arm.

I successfully installed and used it on Raspberry Pi 3 board.

 net-analyzer/scapy/scapy-2.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.3.1.ebuild b/net-analyzer/scapy/scapy-2.3.1.ebuild
index d9bc94f..acf3606 100644
--- a/net-analyzer/scapy/scapy-2.3.1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://bb.secdev.org/${PN}/downloads/${P}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2016-04-05 23:10 Anthony G. Basile
  0 siblings, 0 replies; 67+ messages in thread
From: Anthony G. Basile @ 2016-04-05 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     29541108bbddecc8fd3c34bf9dd24e2127acd7cb
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  5 23:17:10 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Apr  5 23:17:27 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29541108

net-analyzer/scapy: drop ~arm because of un-keyworded dependencies

Package-Manager: portage-2.2.26

 net-analyzer/scapy/scapy-2.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.3.1.ebuild b/net-analyzer/scapy/scapy-2.3.1.ebuild
index acf3606..0b66fa7 100644
--- a/net-analyzer/scapy/scapy-2.3.1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ SRC_URI="http://bb.secdev.org/${PN}/downloads/${P}.zip"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2016-04-19 20:50 Ian Stakenvicius
  0 siblings, 0 replies; 67+ messages in thread
From: Ian Stakenvicius @ 2016-04-19 20:50 UTC (permalink / raw
  To: gentoo-commits

commit:     25732275f94dd750e16760a3bcfd47058e61b85c
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 20:48:31 2016 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 20:50:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25732275

fix <pkg/> reference in metadata.xml

Package-Manager: portage-2.2.26

 net-analyzer/scapy/metadata.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
index 444627a..0a58b7f 100644
--- a/net-analyzer/scapy/metadata.xml
+++ b/net-analyzer/scapy/metadata.xml
@@ -9,12 +9,10 @@
 		<email>netmon@gentoo.org</email>
 		<name>Gentoo network monitoring and analysis project</name>
 	</maintainer>
-	<longdescription lang="en">
-Scapy is a powerful interactive packet manipulation program.
-</longdescription>
+	<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>
+		<flag name="tcpreplay">Enable <pkg>net-analyzer/tcpreplay</pkg> support for fast packet replay</flag>
 	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2016-07-04 18:07 Mike Auty
  0 siblings, 0 replies; 67+ messages in thread
From: Mike Auty @ 2016-07-04 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c943b64e9ae8a42c9d42b6e7f8c9d868e5416cae
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 18:06:30 2016 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 18:07:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c943b64e

net-analyzer/scapy: Version bump to v2.3.2.

No changelog on the main site, but it mostly appears to be minor fixes and additional contributions.

Package-Manager: portage-2.3.0

 net-analyzer/scapy/Manifest           |  1 +
 net-analyzer/scapy/scapy-2.3.2.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 4a74823..16754ba 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1,4 @@
 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 v2.3.2.tar.gz 1166056 SHA256 1b8a86d687feb8ed01114c0c016b428674cbfec04e3eb6f5249a018c427c4f6a SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a WHIRLPOOL d97f6d91fe87f2e5c1dac8fc5a64d86c2076658e268e999004a95972cb03af38d75fdbe6e72003ba9abd92259e5744bcfe1963b59e6572fa2025396cdfde7a53

diff --git a/net-analyzer/scapy/scapy-2.3.2.ebuild b/net-analyzer/scapy/scapy-2.3.2.ebuild
new file mode 100644
index 0000000..d2928ef
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.3.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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"
+
+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 )
+"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2016-07-04 18:13 Mike Auty
  0 siblings, 0 replies; 67+ messages in thread
From: Mike Auty @ 2016-07-04 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     719df253cb4496c6e9735a85b9375b6b4cbe83bf
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 18:13:11 2016 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 18:13:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=719df253

net-analyzer/scapy: Rename the distfile destination to be more sensible.

Package-Manager: portage-2.3.0

 net-analyzer/scapy/Manifest           | 2 +-
 net-analyzer/scapy/scapy-2.3.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 16754ba..440e7bf 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,4 +1,4 @@
 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 v2.3.2.tar.gz 1166056 SHA256 1b8a86d687feb8ed01114c0c016b428674cbfec04e3eb6f5249a018c427c4f6a SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a WHIRLPOOL d97f6d91fe87f2e5c1dac8fc5a64d86c2076658e268e999004a95972cb03af38d75fdbe6e72003ba9abd92259e5744bcfe1963b59e6572fa2025396cdfde7a53
+DIST scapy-2.3.2.tar.gz 1166056 SHA256 1b8a86d687feb8ed01114c0c016b428674cbfec04e3eb6f5249a018c427c4f6a SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a WHIRLPOOL d97f6d91fe87f2e5c1dac8fc5a64d86c2076658e268e999004a95972cb03af38d75fdbe6e72003ba9abd92259e5744bcfe1963b59e6572fa2025396cdfde7a53

diff --git a/net-analyzer/scapy/scapy-2.3.2.ebuild b/net-analyzer/scapy/scapy-2.3.2.ebuild
index d2928ef..9fb01a2 100644
--- a/net-analyzer/scapy/scapy-2.3.2.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.2.ebuild
@@ -10,7 +10,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"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2016-08-31 16:31 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2016-08-31 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     578d1b9de64e9bc6e7594a37fa22fe94d5a8113f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 31 16:30:51 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug 31 16:31:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578d1b9d

net-analyzer/scapy: Add live ebuild.

Package-Manager: portage-2.3.0

 net-analyzer/scapy/metadata.xml      |  1 -
 net-analyzer/scapy/scapy-9999.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
index 0a58b7f..d5456af 100644
--- a/net-analyzer/scapy/metadata.xml
+++ b/net-analyzer/scapy/metadata.xml
@@ -9,7 +9,6 @@
 		<email>netmon@gentoo.org</email>
 		<name>Gentoo network monitoring and analysis project</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>

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
new file mode 100644
index 00000000..dae6820
--- /dev/null
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils distutils-r1 git-r3
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
+HOMEPAGE="http://www.secdev.org/projects/scapy/"
+EGIT_REPO_URI="https://github.com/secdev/${PN}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+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 )
+"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2016-12-21 22:54 Thomas Deutschmann
  0 siblings, 0 replies; 67+ messages in thread
From: Thomas Deutschmann @ 2016-12-21 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b5f47e43fae39e944e3c3197fc47dc3f5ed04024
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 21 22:00:15 2016 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Dec 21 22:54:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5f47e43

net-analyzer/scapy: x86 stable (bug #592620)

Package-Manager: Portage-2.3.2, Repoman-2.3.1

 net-analyzer/scapy/scapy-2.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.3.2.ebuild b/net-analyzer/scapy/scapy-2.3.2.ebuild
index 8675c27..c4246b0 100644
--- a/net-analyzer/scapy/scapy-2.3.2.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2017-03-04 12:08 Mike Auty
  0 siblings, 0 replies; 67+ messages in thread
From: Mike Auty @ 2017-03-04 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b01ebc09ebf754cec82f06d3475cf9580d74f504
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 12:08:38 2017 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 12:08:38 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b01ebc09

net-analyzer/scapy: Allow pycryptodump (bug 611622).

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-analyzer/scapy/scapy-2.2.0-r3.ebuild | 3 ++-
 net-analyzer/scapy/scapy-2.3.0-r1.ebuild | 3 ++-
 net-analyzer/scapy/scapy-2.3.1-r1.ebuild | 3 ++-
 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.2.0-r3.ebuild b/net-analyzer/scapy/scapy-2.2.0-r3.ebuild
index 900d952428c..1f232e43f06 100644
--- a/net-analyzer/scapy/scapy-2.2.0-r3.ebuild
+++ b/net-analyzer/scapy/scapy-2.2.0-r3.ebuild
@@ -20,7 +20,8 @@ RDEPEND="
 	net-analyzer/tcpdump
 	gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
 	pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-	crypt? ( dev-python/pycrypto[${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 )

diff --git a/net-analyzer/scapy/scapy-2.3.0-r1.ebuild b/net-analyzer/scapy/scapy-2.3.0-r1.ebuild
index 8d06e958490..a25003746d5 100644
--- a/net-analyzer/scapy/scapy-2.3.0-r1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.0-r1.ebuild
@@ -20,7 +20,8 @@ RDEPEND="
 	net-analyzer/tcpdump
 	gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
 	pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-	crypt? ( dev-python/pycrypto[${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 )

diff --git a/net-analyzer/scapy/scapy-2.3.1-r1.ebuild b/net-analyzer/scapy/scapy-2.3.1-r1.ebuild
index 8d06e958490..a25003746d5 100644
--- a/net-analyzer/scapy/scapy-2.3.1-r1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.1-r1.ebuild
@@ -20,7 +20,8 @@ RDEPEND="
 	net-analyzer/tcpdump
 	gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
 	pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-	crypt? ( dev-python/pycrypto[${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 )

diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
index 8ddeaf38a4f..a9f89fcaf6c 100644
--- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
@@ -20,7 +20,8 @@ RDEPEND="
 	net-analyzer/tcpdump
 	gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
 	pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-	crypt? ( dev-python/pycrypto[${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 )


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2017-03-19 13:16 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2017-03-19 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a2c8acae80e75cb03d15318e4825660f7c1557e8
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 13:15:29 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 13:15:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c8acae

net-analyzer/scapy: Version bump (bug #613164 by Anton Bolshakov).

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/scapy/Manifest           |  1 +
 net-analyzer/scapy/scapy-2.3.3.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index b495c3b4d85..e3c0392cd4e 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -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

diff --git a/net-analyzer/scapy/scapy-2.3.3.ebuild b/net-analyzer/scapy/scapy-2.3.3.ebuild
new file mode 100644
index 00000000000..391396815ff
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.3.3.ebuild
@@ -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 )
+"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2018-02-17  8:35 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2018-02-17  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     625680dea1a5b93c1411817ef8dffafe8be13427
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 08:35:26 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 08:35:48 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=625680de

net-analyzer/scapy: Version 2.4.0_rc4.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-analyzer/scapy/Manifest               |  1 +
 net-analyzer/scapy/scapy-2.4.0_rc4.ebuild | 42 +++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 388a178d7fb..5af32bb2417 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,2 +1,3 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.3.3.tar.gz 1459132 BLAKE2B 442e13853cfd4bac4984571367990ce03a2fc1a634564ed7e05641130d435818f161687c530f17280a20f1063aafeeeea35cb867fc2f7d78a4f3ae257dbb6f90 SHA512 47ca2eceafe7b693c569a92c106782037d869c323aaaec41cace07dfdeb3c6a7e9f7bc8ca1150b3c0daea54e6665f93eb1dfc3c511419cfa28eb2e0753bf9ba4
+DIST scapy-2.4.0_rc4.tar.gz 2472251 BLAKE2B 720777e7d19ae1a312ccd78c6d005cf6f1f42fcac8f11956b2fb5521dac17ef477106cef2ee9a9384f764dd1aef337b010faed61f2fb34c3458b3a9c836eb4ed SHA512 003d573fb8ec83029eca93fa9f6333f9a4b4a166ab355a19339194b6a7b8a772d692afeed8d19e0f9422caae326167f1acf819319327f3495dc389fc9a2ea811

diff --git a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
new file mode 100644
index 00000000000..7d578f7c086
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+inherit eutils distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
+HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+	net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+	dev-python/cryptography
+	dev-python/gnuplot-py
+	dev-python/pyx
+	dev-python/visual
+	media-gfx/graphviz
+	net-analyzer/tcpreplay
+	virtual/imagemagick-tools
+
+	See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
+"
+
+src_prepare() {
+	default
+	echo ${PV/_/} > ${PN}/VERSION
+}
+
+src_install() {
+	default
+	dodoc -r doc/${PN}/*
+	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2018-02-17  8:40 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2018-02-17  8:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5fb6919fb2c68d8dd96cf94a5640785edb9365f6
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 08:39:16 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 08:39:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb6919f

net-analyzer/scapy: Update live ebuild.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-analyzer/scapy/scapy-9999.ebuild | 46 +++++++++++++++++++++++-------------
 1 file changed, 30 insertions(+), 16 deletions(-)

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index 7d971be6c7c..fd432de87da 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -1,28 +1,42 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1 git-r3
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
+inherit eutils distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/"
+HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
 EGIT_REPO_URI="https://github.com/secdev/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-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? ( virtual/imagemagick-tools )
-	visual? ( dev-python/visual )
-	tcpreplay? ( net-analyzer/tcpreplay )
 "
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+	dev-python/cryptography
+	dev-python/gnuplot-py
+	dev-python/pyx
+	dev-python/visual
+	media-gfx/graphviz
+	net-analyzer/tcpreplay
+	virtual/imagemagick-tools
+
+	See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
+"
+
+src_prepare() {
+	default
+	echo ${PV/_/} > ${PN}/VERSION
+}
+
+src_install() {
+	default
+	dodoc -r doc/${PN}/*
+	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2018-02-17  8:50 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2018-02-17  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     76470f4848cadf95bd473e2f4f53946a16ba553d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 08:50:15 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 08:50:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76470f48

net-analyzer/scapy: Add dev-python/ipython to list of optional packages.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-analyzer/scapy/scapy-2.4.0_rc4.ebuild | 1 +
 net-analyzer/scapy/scapy-9999.ebuild      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
index 7d578f7c086..3a3a23c415e 100644
--- a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
@@ -21,6 +21,7 @@ Scapy has optional support for the following packages:
 
 	dev-python/cryptography
 	dev-python/gnuplot-py
+	dev-python/ipython
 	dev-python/pyx
 	dev-python/visual
 	media-gfx/graphviz

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index fd432de87da..bb55114b838 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -21,6 +21,7 @@ Scapy has optional support for the following packages:
 
 	dev-python/cryptography
 	dev-python/gnuplot-py
+	dev-python/ipython
 	dev-python/pyx
 	dev-python/visual
 	media-gfx/graphviz


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2018-02-17  9:12 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2018-02-17  9:12 UTC (permalink / raw
  To: gentoo-commits

commit:     2799ecc02c10b7b314da4343690a2788d8feb9da
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 17 09:11:57 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb 17 09:11:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2799ecc0

net-analyzer/scapy: Fix distutils-r1 usage, drop eutils.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-analyzer/scapy/scapy-2.4.0_rc4.ebuild | 6 +++---
 net-analyzer/scapy/scapy-9999.ebuild      | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
index 3a3a23c415e..1e5186715f7 100644
--- a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-inherit eutils distutils-r1 readme.gentoo-r1
+inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
 HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
@@ -32,12 +32,12 @@ Scapy has optional support for the following packages:
 "
 
 src_prepare() {
-	default
 	echo ${PV/_/} > ${PN}/VERSION
+	distutils-r1_src_prepare
 }
 
 src_install() {
-	default
+	distutils-r1_src_install
 	dodoc -r doc/${PN}/*
 	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
 }

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index bb55114b838..ab2b39168b2 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
-inherit eutils distutils-r1 git-r3 readme.gentoo-r1
+inherit distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
 HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
@@ -32,12 +32,12 @@ Scapy has optional support for the following packages:
 "
 
 src_prepare() {
-	default
 	echo ${PV/_/} > ${PN}/VERSION
+	distutils-r1_src_prepare
 }
 
 src_install() {
-	default
+	distutils-r1_src_install
 	dodoc -r doc/${PN}/*
 	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
 }


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2018-05-01  9:26 Michał Górny
  0 siblings, 0 replies; 67+ messages in thread
From: Michał Górny @ 2018-05-01  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7560a4eb318e46a8a835118757aa50dc07aa48e4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 08:16:23 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  1 09:26:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7560a4eb

net-analyzer/scapy: Fix PkgMetadataXmlInvalidPkgRef

 net-analyzer/scapy/metadata.xml           | 2 +-
 net-analyzer/scapy/scapy-2.4.0_rc4.ebuild | 1 -
 net-analyzer/scapy/scapy-9999.ebuild      | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
index 78a202fbac8..0811e35661c 100644
--- a/net-analyzer/scapy/metadata.xml
+++ b/net-analyzer/scapy/metadata.xml
@@ -11,7 +11,7 @@
 	</maintainer>
 	<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="visual">Enable visual package support for 3d graphs</flag>
 		<flag name="tcpreplay">Enable <pkg>net-analyzer/tcpreplay</pkg> support for fast packet replay</flag>
 	</use>
 	<upstream>

diff --git a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
index 1e5186715f7..8d3d643afa1 100644
--- a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
@@ -23,7 +23,6 @@ Scapy has optional support for the following packages:
 	dev-python/gnuplot-py
 	dev-python/ipython
 	dev-python/pyx
-	dev-python/visual
 	media-gfx/graphviz
 	net-analyzer/tcpreplay
 	virtual/imagemagick-tools

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index ab2b39168b2..ce815cfb2f7 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -23,7 +23,6 @@ Scapy has optional support for the following packages:
 	dev-python/gnuplot-py
 	dev-python/ipython
 	dev-python/pyx
-	dev-python/visual
 	media-gfx/graphviz
 	net-analyzer/tcpreplay
 	virtual/imagemagick-tools


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2018-06-03 21:20 Mike Auty
  0 siblings, 0 replies; 67+ messages in thread
From: Mike Auty @ 2018-06-03 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     21ad4ca91961c605d7caa203f9530fb30ccf682e
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  3 21:20:09 2018 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sun Jun  3 21:20:33 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ad4ca9

net-analyzer/scapy: Bump to 2.4.0, remove old versions.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/scapy/Manifest                        |  3 +--
 net-analyzer/scapy/scapy-2.3.3.ebuild              | 29 ----------------------
 .../{scapy-2.4.0_rc4.ebuild => scapy-2.4.0.ebuild} |  2 +-
 net-analyzer/scapy/scapy-9999.ebuild               |  2 +-
 4 files changed, 3 insertions(+), 33 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 5af32bb2417..44a294809cc 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1,2 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
-DIST scapy-2.3.3.tar.gz 1459132 BLAKE2B 442e13853cfd4bac4984571367990ce03a2fc1a634564ed7e05641130d435818f161687c530f17280a20f1063aafeeeea35cb867fc2f7d78a4f3ae257dbb6f90 SHA512 47ca2eceafe7b693c569a92c106782037d869c323aaaec41cace07dfdeb3c6a7e9f7bc8ca1150b3c0daea54e6665f93eb1dfc3c511419cfa28eb2e0753bf9ba4
-DIST scapy-2.4.0_rc4.tar.gz 2472251 BLAKE2B 720777e7d19ae1a312ccd78c6d005cf6f1f42fcac8f11956b2fb5521dac17ef477106cef2ee9a9384f764dd1aef337b010faed61f2fb34c3458b3a9c836eb4ed SHA512 003d573fb8ec83029eca93fa9f6333f9a4b4a166ab355a19339194b6a7b8a772d692afeed8d19e0f9422caae326167f1acf819319327f3495dc389fc9a2ea811
+DIST scapy-2.4.0.tar.gz 3182131 BLAKE2B af591b103c90736a5e62801f4c0ebd495e2e71c79ee81f04fdd194739b460c9940b8fcf0c6e279701095979144eff25ca4734926c0251721b37dc63fe8dd9e89 SHA512 0fe80150cd83db7735c9d0b70ec832a4e68eb5160ad8559e9b1bd79c52a9950ef7c9555ea2a1ee1dc8df1f055a885c52552c29e304faf40250ce9c502a5f870a

diff --git a/net-analyzer/scapy/scapy-2.3.3.ebuild b/net-analyzer/scapy/scapy-2.3.3.ebuild
deleted file mode 100644
index 391396815ff..00000000000
--- a/net-analyzer/scapy/scapy-2.3.3.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="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 )
-"

diff --git a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.0.ebuild
similarity index 94%
rename from net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
rename to net-analyzer/scapy/scapy-2.4.0.ebuild
index 8d3d643afa1..87c9eb983d6 100644
--- a/net-analyzer/scapy/scapy-2.4.0_rc4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.0.ebuild
@@ -27,7 +27,7 @@ Scapy has optional support for the following packages:
 	net-analyzer/tcpreplay
 	virtual/imagemagick-tools
 
-	See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
 "
 
 src_prepare() {

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index ce815cfb2f7..37900e5421f 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -27,7 +27,7 @@ Scapy has optional support for the following packages:
 	net-analyzer/tcpreplay
 	virtual/imagemagick-tools
 
-	See also ${EPREFIX}/usr/share/doc/${PF}/installation.rst
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
 "
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2018-08-26 17:08 Michał Górny
  0 siblings, 0 replies; 67+ messages in thread
From: Michał Górny @ 2018-08-26 17:08 UTC (permalink / raw
  To: gentoo-commits

commit:     ab0e5302048e840f8fe9ce0609bc37e0abca7539
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 26 16:57:38 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 26 16:57:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab0e5302

net-analyzer/scapy: Remove support for non-existent deps

 net-analyzer/scapy/metadata.xml          | 1 -
 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
index 0811e35661c..24eb6add1a7 100644
--- a/net-analyzer/scapy/metadata.xml
+++ b/net-analyzer/scapy/metadata.xml
@@ -11,7 +11,6 @@
 	</maintainer>
 	<use>
 		<flag name="pyx">Enable <pkg>dev-python/pyx</pkg> support for psdump/pdfdump commands</flag>
-		<flag name="visual">Enable visual package support for 3d graphs</flag>
 		<flag name="tcpreplay">Enable <pkg>net-analyzer/tcpreplay</pkg> support for fast packet replay</flag>
 	</use>
 	<upstream>

diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
index a9f89fcaf6c..69f18cdf55a 100644
--- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
@@ -14,7 +14,7 @@ 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"
+IUSE="gnuplot pyx crypt graphviz imagemagick tcpreplay"
 
 RDEPEND="
 	net-analyzer/tcpdump
@@ -24,6 +24,5 @@ RDEPEND="
 	              dev-python/pycrypto[${PYTHON_USEDEP}] ) )
 	graphviz? ( media-gfx/graphviz )
 	imagemagick? ( virtual/imagemagick-tools )
-	visual? ( dev-python/visual )
 	tcpreplay? ( net-analyzer/tcpreplay )
 "


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-05-04 14:33 Mike Auty
  0 siblings, 0 replies; 67+ messages in thread
From: Mike Auty @ 2019-05-04 14:33 UTC (permalink / raw
  To: gentoo-commits

commit:     8435230fb40a2f6cd10dc4c7523fd730cb421aa8
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 14:33:19 2019 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Sat May  4 14:33:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8435230f

net-analyzer/scapy: Bump to 2.4.2 for python3.7 support.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>

 net-analyzer/scapy/Manifest           |  1 +
 net-analyzer/scapy/scapy-2.4.2.ebuild | 42 +++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 44a294809cc..d5967a0f305 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,2 +1,3 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.4.0.tar.gz 3182131 BLAKE2B af591b103c90736a5e62801f4c0ebd495e2e71c79ee81f04fdd194739b460c9940b8fcf0c6e279701095979144eff25ca4734926c0251721b37dc63fe8dd9e89 SHA512 0fe80150cd83db7735c9d0b70ec832a4e68eb5160ad8559e9b1bd79c52a9950ef7c9555ea2a1ee1dc8df1f055a885c52552c29e304faf40250ce9c502a5f870a
+DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db

diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild b/net-analyzer/scapy/scapy-2.4.2.ebuild
new file mode 100644
index 00000000000..113734a5127
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
+HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+	net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+	dev-python/cryptography
+	dev-python/gnuplot-py
+	dev-python/ipython
+	dev-python/pyx
+	media-gfx/graphviz
+	net-analyzer/tcpreplay
+	virtual/imagemagick-tools
+
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+	echo ${PV/_/} > ${PN}/VERSION
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	distutils-r1_src_install
+	dodoc -r doc/${PN}/*
+	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-05-10 15:46 Mike Auty
  0 siblings, 0 replies; 67+ messages in thread
From: Mike Auty @ 2019-05-10 15:46 UTC (permalink / raw
  To: gentoo-commits

commit:     ab46276a89bf902cf895e3cef64b121f644824f1
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri May 10 15:26:16 2019 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Fri May 10 15:46:17 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab46276a

net-analyzer/scapy: update HOMEPAGE, use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 4 ++--
 net-analyzer/scapy/scapy-2.4.0.ebuild    | 2 +-
 net-analyzer/scapy/scapy-2.4.2.ebuild    | 2 +-
 net-analyzer/scapy/scapy-9999.ebuild     | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
index 69f18cdf55a..e3f662d3328 100644
--- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
+++ b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -8,7 +8,7 @@ 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/"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
 SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/net-analyzer/scapy/scapy-2.4.0.ebuild b/net-analyzer/scapy/scapy-2.4.0.ebuild
index f5c9435fdff..25d40043778 100644
--- a/net-analyzer/scapy/scapy-2.4.0.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.0.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} )
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
 SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild b/net-analyzer/scapy/scapy-2.4.2.ebuild
index 113734a5127..121abefbe78 100644
--- a/net-analyzer/scapy/scapy-2.4.2.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.2.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
 SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index 3005f30dde5..ee534593de5 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_{5,6}} )
 inherit distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/ https://github.com/secdev/scapy"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
 EGIT_REPO_URI="https://github.com/secdev/${PN}"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-05-16  7:48 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2019-05-16  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     7a18b0c98614601d688a8df50bd7d13bc494f45f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 07:48:29 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu May 16 07:48:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a18b0c9

net-analyzer/scapy: Version 2.4.3_rc1

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest                                    |  1 +
 .../scapy/{scapy-9999.ebuild => scapy-2.4.3_rc1.ebuild}        | 10 +++++-----
 net-analyzer/scapy/scapy-9999.ebuild                           |  4 ++--
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index d5967a0f305..7214248b56f 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1,4 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.4.0.tar.gz 3182131 BLAKE2B af591b103c90736a5e62801f4c0ebd495e2e71c79ee81f04fdd194739b460c9940b8fcf0c6e279701095979144eff25ca4734926c0251721b37dc63fe8dd9e89 SHA512 0fe80150cd83db7735c9d0b70ec832a4e68eb5160ad8559e9b1bd79c52a9950ef7c9555ea2a1ee1dc8df1f055a885c52552c29e304faf40250ce9c502a5f870a
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
+DIST scapy-2.4.3_rc1.tar.gz 2455703 BLAKE2B 7db2af39afad694b49296d0e02a7e649c31023fbb12d66faccb777e297240b84e39558dd0ba56dab159e8412cec93d868ec02542afa385e2ec49d1a80b8788d4 SHA512 29996996521d5802b435c27dee5ad91fdd3e974dc86a3ba1377c67eb5c81a639fdfa18790ca2275df54685a963f7c69bde10b01887ba54315ddef6d2c002f8d8

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-2.4.3_rc1.ebuild
similarity index 81%
copy from net-analyzer/scapy/scapy-9999.ebuild
copy to net-analyzer/scapy/scapy-2.4.3_rc1.ebuild
index ee534593de5..25877178edf 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.3_rc1.ebuild
@@ -1,17 +1,17 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
-inherit distutils-r1 git-r3 readme.gentoo-r1
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
 HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-EGIT_REPO_URI="https://github.com/secdev/${PN}"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
 RDEPEND="
 	net-analyzer/tcpdump
 "

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index ee534593de5..55240a18ff0 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -1,8 +1,8 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
 inherit distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-07-01 21:23 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2019-07-01 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     6f23817391c82f654a56d4fb9ce755076cc89734
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  1 21:20:45 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Jul  1 21:23:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f238173

net-analyzer/scapy: Version 2.4.3_rc2

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest               |  1 +
 net-analyzer/scapy/scapy-2.4.3_rc2.ebuild | 42 +++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 7214248b56f..ab629fbb523 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -2,3 +2,4 @@ DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed6
 DIST scapy-2.4.0.tar.gz 3182131 BLAKE2B af591b103c90736a5e62801f4c0ebd495e2e71c79ee81f04fdd194739b460c9940b8fcf0c6e279701095979144eff25ca4734926c0251721b37dc63fe8dd9e89 SHA512 0fe80150cd83db7735c9d0b70ec832a4e68eb5160ad8559e9b1bd79c52a9950ef7c9555ea2a1ee1dc8df1f055a885c52552c29e304faf40250ce9c502a5f870a
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3_rc1.tar.gz 2455703 BLAKE2B 7db2af39afad694b49296d0e02a7e649c31023fbb12d66faccb777e297240b84e39558dd0ba56dab159e8412cec93d868ec02542afa385e2ec49d1a80b8788d4 SHA512 29996996521d5802b435c27dee5ad91fdd3e974dc86a3ba1377c67eb5c81a639fdfa18790ca2275df54685a963f7c69bde10b01887ba54315ddef6d2c002f8d8
+DIST scapy-2.4.3_rc2.tar.gz 2785755 BLAKE2B 75c89f22beafbc9350d0f42fd186a4860d0c3146d543c66a6a8561d9c644ce92496c678740abfdfaf5811e3da01de211c76b590920c0860fc04c61e8f19bf0eb SHA512 09e45742a87be31f9230f6948f4d746f16fcd37aaae257d456deefa4ed7d9adcd93f647910210d0fc7d8d1db05a6d62a3937550d560d6099672a3360dfd0c88d

diff --git a/net-analyzer/scapy/scapy-2.4.3_rc2.ebuild b/net-analyzer/scapy/scapy-2.4.3_rc2.ebuild
new file mode 100644
index 00000000000..25877178edf
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.3_rc2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+	net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+	dev-python/cryptography
+	dev-python/gnuplot-py
+	dev-python/ipython
+	dev-python/pyx
+	media-gfx/graphviz
+	net-analyzer/tcpreplay
+	virtual/imagemagick-tools
+
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+	echo ${PV/_/} > ${PN}/VERSION
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	distutils-r1_src_install
+	dodoc -r doc/${PN}/*
+	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-07-09 20:07 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2019-07-09 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     4e3df6975dd44939cf69b0c2cfc88d8f7db8ad5b
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  9 20:05:47 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jul  9 20:07:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e3df697

net-analyzer/scapy: Version 2.4.3_rc3

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest               |  1 +
 net-analyzer/scapy/scapy-2.4.3_rc3.ebuild | 42 +++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index ab629fbb523..64a466f79c6 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -3,3 +3,4 @@ DIST scapy-2.4.0.tar.gz 3182131 BLAKE2B af591b103c90736a5e62801f4c0ebd495e2e71c7
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3_rc1.tar.gz 2455703 BLAKE2B 7db2af39afad694b49296d0e02a7e649c31023fbb12d66faccb777e297240b84e39558dd0ba56dab159e8412cec93d868ec02542afa385e2ec49d1a80b8788d4 SHA512 29996996521d5802b435c27dee5ad91fdd3e974dc86a3ba1377c67eb5c81a639fdfa18790ca2275df54685a963f7c69bde10b01887ba54315ddef6d2c002f8d8
 DIST scapy-2.4.3_rc2.tar.gz 2785755 BLAKE2B 75c89f22beafbc9350d0f42fd186a4860d0c3146d543c66a6a8561d9c644ce92496c678740abfdfaf5811e3da01de211c76b590920c0860fc04c61e8f19bf0eb SHA512 09e45742a87be31f9230f6948f4d746f16fcd37aaae257d456deefa4ed7d9adcd93f647910210d0fc7d8d1db05a6d62a3937550d560d6099672a3360dfd0c88d
+DIST scapy-2.4.3_rc3.tar.gz 2947417 BLAKE2B c01528cfdd96c39f5d4b103e4537b5f2b59019a9aaa86a6a264565f709e60adaa934bad1036b62a236127e81c82dda30c7f14aac23394eb90bdaed7377c9aaf5 SHA512 135f5112f97e6a7ea88dff7b7c81ceb9acd3b76a63cdc66f579400b9dd4a19ce908cd4037dbe8a98ae7581d8e51451426527f2f401f46ef83866a5b8c2744d1d

diff --git a/net-analyzer/scapy/scapy-2.4.3_rc3.ebuild b/net-analyzer/scapy/scapy-2.4.3_rc3.ebuild
new file mode 100644
index 00000000000..25877178edf
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.3_rc3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+	net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+	dev-python/cryptography
+	dev-python/gnuplot-py
+	dev-python/ipython
+	dev-python/pyx
+	media-gfx/graphviz
+	net-analyzer/tcpreplay
+	virtual/imagemagick-tools
+
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+	echo ${PV/_/} > ${PN}/VERSION
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	distutils-r1_src_install
+	dodoc -r doc/${PN}/*
+	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-07-09 20:07 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2019-07-09 20:07 UTC (permalink / raw
  To: gentoo-commits

commit:     371a07b5e62dbbc2ad5088823c1ecf0cb7548014
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  9 20:07:03 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jul  9 20:07:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371a07b5

net-analyzer/scapy: Old

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest               |  2 --
 net-analyzer/scapy/scapy-2.4.0.ebuild     | 42 -------------------------------
 net-analyzer/scapy/scapy-2.4.3_rc1.ebuild | 42 -------------------------------
 3 files changed, 86 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 64a466f79c6..78b1cdd2a77 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,6 +1,4 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
-DIST scapy-2.4.0.tar.gz 3182131 BLAKE2B af591b103c90736a5e62801f4c0ebd495e2e71c79ee81f04fdd194739b460c9940b8fcf0c6e279701095979144eff25ca4734926c0251721b37dc63fe8dd9e89 SHA512 0fe80150cd83db7735c9d0b70ec832a4e68eb5160ad8559e9b1bd79c52a9950ef7c9555ea2a1ee1dc8df1f055a885c52552c29e304faf40250ce9c502a5f870a
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
-DIST scapy-2.4.3_rc1.tar.gz 2455703 BLAKE2B 7db2af39afad694b49296d0e02a7e649c31023fbb12d66faccb777e297240b84e39558dd0ba56dab159e8412cec93d868ec02542afa385e2ec49d1a80b8788d4 SHA512 29996996521d5802b435c27dee5ad91fdd3e974dc86a3ba1377c67eb5c81a639fdfa18790ca2275df54685a963f7c69bde10b01887ba54315ddef6d2c002f8d8
 DIST scapy-2.4.3_rc2.tar.gz 2785755 BLAKE2B 75c89f22beafbc9350d0f42fd186a4860d0c3146d543c66a6a8561d9c644ce92496c678740abfdfaf5811e3da01de211c76b590920c0860fc04c61e8f19bf0eb SHA512 09e45742a87be31f9230f6948f4d746f16fcd37aaae257d456deefa4ed7d9adcd93f647910210d0fc7d8d1db05a6d62a3937550d560d6099672a3360dfd0c88d
 DIST scapy-2.4.3_rc3.tar.gz 2947417 BLAKE2B c01528cfdd96c39f5d4b103e4537b5f2b59019a9aaa86a6a264565f709e60adaa934bad1036b62a236127e81c82dda30c7f14aac23394eb90bdaed7377c9aaf5 SHA512 135f5112f97e6a7ea88dff7b7c81ceb9acd3b76a63cdc66f579400b9dd4a19ce908cd4037dbe8a98ae7581d8e51451426527f2f401f46ef83866a5b8c2744d1d

diff --git a/net-analyzer/scapy/scapy-2.4.0.ebuild b/net-analyzer/scapy/scapy-2.4.0.ebuild
deleted file mode 100644
index 25d40043778..00000000000
--- a/net-analyzer/scapy/scapy-2.4.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{5,6}} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
-	net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/gnuplot-py
-	dev-python/ipython
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpreplay
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}

diff --git a/net-analyzer/scapy/scapy-2.4.3_rc1.ebuild b/net-analyzer/scapy/scapy-2.4.3_rc1.ebuild
deleted file mode 100644
index 25877178edf..00000000000
--- a/net-analyzer/scapy/scapy-2.4.3_rc1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
-	net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/gnuplot-py
-	dev-python/ipython
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpreplay
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-07-11  7:08 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2019-07-11  7:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b3873df9830aee21530e7f52274befc5e9d32fff
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 07:07:33 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 07:08:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3873df9

net-analyzer/scapy: Fix Manifest

Something changed in the Matrix. Thanks to Kobboi for reporting this.

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 78b1cdd2a77..8ef7de0e68a 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,4 +1,4 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3_rc2.tar.gz 2785755 BLAKE2B 75c89f22beafbc9350d0f42fd186a4860d0c3146d543c66a6a8561d9c644ce92496c678740abfdfaf5811e3da01de211c76b590920c0860fc04c61e8f19bf0eb SHA512 09e45742a87be31f9230f6948f4d746f16fcd37aaae257d456deefa4ed7d9adcd93f647910210d0fc7d8d1db05a6d62a3937550d560d6099672a3360dfd0c88d
-DIST scapy-2.4.3_rc3.tar.gz 2947417 BLAKE2B c01528cfdd96c39f5d4b103e4537b5f2b59019a9aaa86a6a264565f709e60adaa934bad1036b62a236127e81c82dda30c7f14aac23394eb90bdaed7377c9aaf5 SHA512 135f5112f97e6a7ea88dff7b7c81ceb9acd3b76a63cdc66f579400b9dd4a19ce908cd4037dbe8a98ae7581d8e51451426527f2f401f46ef83866a5b8c2744d1d
+DIST scapy-2.4.3_rc3.tar.gz 2947420 BLAKE2B 43c9ffebfd87c6918c15dd403a58e85cb44f38c540fd28117a5586b2ad1f341ad793a5f6b2e5c1a8204e9c682c1ef6da3c20a313c0ba7f4ff3617ec674f5bb2d SHA512 ef0c6ef97868a3489eaa30acbd7eb203a61f311e50ecd9ec375fb05ae78ba5f33f854928440aa84dbd35e4178469c93a4f6073a33082572b133df93ee18000bd


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-07-11  7:12 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2019-07-11  7:12 UTC (permalink / raw
  To: gentoo-commits

commit:     27b7d768c8c30e3690f04c5948b74e54b3f29889
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 07:12:38 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 07:12:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b7d768

net-analyzer/scapy: Fix Manifest

Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 8ef7de0e68a..230d16d7950 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,4 +1,4 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
-DIST scapy-2.4.3_rc2.tar.gz 2785755 BLAKE2B 75c89f22beafbc9350d0f42fd186a4860d0c3146d543c66a6a8561d9c644ce92496c678740abfdfaf5811e3da01de211c76b590920c0860fc04c61e8f19bf0eb SHA512 09e45742a87be31f9230f6948f4d746f16fcd37aaae257d456deefa4ed7d9adcd93f647910210d0fc7d8d1db05a6d62a3937550d560d6099672a3360dfd0c88d
+DIST scapy-2.4.3_rc2.tar.gz 2785738 BLAKE2B f0318b90d02f2e54033d1d2c6c0d3eff63302a3df3e4b6f14913741c7f677b3cfa79abcfcfed38c81dfb893434009eb3f809dfccb8b493a0f42c8547d67f7a18 SHA512 0d7dac163028fcb596175c532b594fe8bf80f1382518e971259c9e92eafd8c7665e517d9bc7bf8f335b147fcc14d0225d7e24fd08adca0029fb5e4e6e5ae09c5
 DIST scapy-2.4.3_rc3.tar.gz 2947420 BLAKE2B 43c9ffebfd87c6918c15dd403a58e85cb44f38c540fd28117a5586b2ad1f341ad793a5f6b2e5c1a8204e9c682c1ef6da3c20a313c0ba7f4ff3617ec674f5bb2d SHA512 ef0c6ef97868a3489eaa30acbd7eb203a61f311e50ecd9ec375fb05ae78ba5f33f854928440aa84dbd35e4178469c93a4f6073a33082572b133df93ee18000bd


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-08-06  6:05 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2019-08-06  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     27147148b3ae372ae3a5382d0ea1128f3c5f974f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 05:55:07 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 06:05:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27147148

net-analyzer/scapy: Version 2.4.3_rc4

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest               |  1 +
 net-analyzer/scapy/scapy-2.4.3_rc4.ebuild | 42 +++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 230d16d7950..6410e72889c 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -2,3 +2,4 @@ DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed6
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3_rc2.tar.gz 2785738 BLAKE2B f0318b90d02f2e54033d1d2c6c0d3eff63302a3df3e4b6f14913741c7f677b3cfa79abcfcfed38c81dfb893434009eb3f809dfccb8b493a0f42c8547d67f7a18 SHA512 0d7dac163028fcb596175c532b594fe8bf80f1382518e971259c9e92eafd8c7665e517d9bc7bf8f335b147fcc14d0225d7e24fd08adca0029fb5e4e6e5ae09c5
 DIST scapy-2.4.3_rc3.tar.gz 2947420 BLAKE2B 43c9ffebfd87c6918c15dd403a58e85cb44f38c540fd28117a5586b2ad1f341ad793a5f6b2e5c1a8204e9c682c1ef6da3c20a313c0ba7f4ff3617ec674f5bb2d SHA512 ef0c6ef97868a3489eaa30acbd7eb203a61f311e50ecd9ec375fb05ae78ba5f33f854928440aa84dbd35e4178469c93a4f6073a33082572b133df93ee18000bd
+DIST scapy-2.4.3_rc4.tar.gz 2968572 BLAKE2B 31106a29541eec87e57614451edc792bf6d71c8fda3a31706ca0f5820b3e9d4c84ad1fab60fba8b4ee174ca887c9e5b060debee391a85387f1f5ff0077789089 SHA512 16cd9ececc56517941a1fb680574eac2823f1d72ba8eac861d3da991bcd74ba8a864da2a7336df6b825fadd68a21dc8a2c10fbc93c5cc646c9aef1b38f0fbb75

diff --git a/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
new file mode 100644
index 00000000000..25877178edf
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+	net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+	dev-python/cryptography
+	dev-python/gnuplot-py
+	dev-python/ipython
+	dev-python/pyx
+	media-gfx/graphviz
+	net-analyzer/tcpreplay
+	virtual/imagemagick-tools
+
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+	echo ${PV/_/} > ${PN}/VERSION
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	distutils-r1_src_install
+	dodoc -r doc/${PN}/*
+	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-08-06  6:05 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2019-08-06  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4ced1ecaeaf592a6f9513313a0b02eb95da28413
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 05:56:05 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 06:05:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ced1eca

net-analyzer/scapy: Old

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest               |  1 -
 net-analyzer/scapy/scapy-2.4.3_rc2.ebuild | 42 -------------------------------
 2 files changed, 43 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 6410e72889c..925fa7641d3 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,5 +1,4 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
-DIST scapy-2.4.3_rc2.tar.gz 2785738 BLAKE2B f0318b90d02f2e54033d1d2c6c0d3eff63302a3df3e4b6f14913741c7f677b3cfa79abcfcfed38c81dfb893434009eb3f809dfccb8b493a0f42c8547d67f7a18 SHA512 0d7dac163028fcb596175c532b594fe8bf80f1382518e971259c9e92eafd8c7665e517d9bc7bf8f335b147fcc14d0225d7e24fd08adca0029fb5e4e6e5ae09c5
 DIST scapy-2.4.3_rc3.tar.gz 2947420 BLAKE2B 43c9ffebfd87c6918c15dd403a58e85cb44f38c540fd28117a5586b2ad1f341ad793a5f6b2e5c1a8204e9c682c1ef6da3c20a313c0ba7f4ff3617ec674f5bb2d SHA512 ef0c6ef97868a3489eaa30acbd7eb203a61f311e50ecd9ec375fb05ae78ba5f33f854928440aa84dbd35e4178469c93a4f6073a33082572b133df93ee18000bd
 DIST scapy-2.4.3_rc4.tar.gz 2968572 BLAKE2B 31106a29541eec87e57614451edc792bf6d71c8fda3a31706ca0f5820b3e9d4c84ad1fab60fba8b4ee174ca887c9e5b060debee391a85387f1f5ff0077789089 SHA512 16cd9ececc56517941a1fb680574eac2823f1d72ba8eac861d3da991bcd74ba8a864da2a7336df6b825fadd68a21dc8a2c10fbc93c5cc646c9aef1b38f0fbb75

diff --git a/net-analyzer/scapy/scapy-2.4.3_rc2.ebuild b/net-analyzer/scapy/scapy-2.4.3_rc2.ebuild
deleted file mode 100644
index 25877178edf..00000000000
--- a/net-analyzer/scapy/scapy-2.4.3_rc2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
-	net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/gnuplot-py
-	dev-python/ipython
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpreplay
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-08-06  6:05 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2019-08-06  6:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5af683d2f87a3d75ca0158468f50c89c83977266
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  6 06:04:29 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Aug  6 06:05:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af683d2

net-analyzer/scapy: Version 2.4.3_rc4

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.3_rc4.ebuild | 2 +-
 net-analyzer/scapy/scapy-9999.ebuild      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
index 25877178edf..ccaf35b48e6 100644
--- a/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index 55240a18ff0..955a856de14 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
+PYTHON_COMPAT=( python3_{5,6,7} )
 inherit distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-08-07  5:01 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2019-08-07  5:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c937ed6d755e0989c8c42f0f5fda33a756821173
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 04:59:38 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 05:01:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c937ed6d

net-analyzer/scapy: Version 2.4.3

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest           |  1 +
 net-analyzer/scapy/scapy-2.4.3.ebuild | 42 +++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 925fa7641d3..d77ce61a54e 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,4 +1,5 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
+DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede
 DIST scapy-2.4.3_rc3.tar.gz 2947420 BLAKE2B 43c9ffebfd87c6918c15dd403a58e85cb44f38c540fd28117a5586b2ad1f341ad793a5f6b2e5c1a8204e9c682c1ef6da3c20a313c0ba7f4ff3617ec674f5bb2d SHA512 ef0c6ef97868a3489eaa30acbd7eb203a61f311e50ecd9ec375fb05ae78ba5f33f854928440aa84dbd35e4178469c93a4f6073a33082572b133df93ee18000bd
 DIST scapy-2.4.3_rc4.tar.gz 2968572 BLAKE2B 31106a29541eec87e57614451edc792bf6d71c8fda3a31706ca0f5820b3e9d4c84ad1fab60fba8b4ee174ca887c9e5b060debee391a85387f1f5ff0077789089 SHA512 16cd9ececc56517941a1fb680574eac2823f1d72ba8eac861d3da991bcd74ba8a864da2a7336df6b825fadd68a21dc8a2c10fbc93c5cc646c9aef1b38f0fbb75

diff --git a/net-analyzer/scapy/scapy-2.4.3.ebuild b/net-analyzer/scapy/scapy-2.4.3.ebuild
new file mode 100644
index 00000000000..ccaf35b48e6
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+	net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+	dev-python/cryptography
+	dev-python/gnuplot-py
+	dev-python/ipython
+	dev-python/pyx
+	media-gfx/graphviz
+	net-analyzer/tcpreplay
+	virtual/imagemagick-tools
+
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+	echo ${PV/_/} > ${PN}/VERSION
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	distutils-r1_src_install
+	dodoc -r doc/${PN}/*
+	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2019-08-07  5:01 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2019-08-07  5:01 UTC (permalink / raw
  To: gentoo-commits

commit:     37faf10ced4fbce857ba1cdb259986e71a4c56b2
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  7 05:00:57 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Aug  7 05:01:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37faf10c

net-analyzer/scapy: Old

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest               |  2 --
 net-analyzer/scapy/scapy-2.4.3_rc3.ebuild | 42 -------------------------------
 net-analyzer/scapy/scapy-2.4.3_rc4.ebuild | 42 -------------------------------
 3 files changed, 86 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index d77ce61a54e..5abcf8942c4 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,5 +1,3 @@
 DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede
-DIST scapy-2.4.3_rc3.tar.gz 2947420 BLAKE2B 43c9ffebfd87c6918c15dd403a58e85cb44f38c540fd28117a5586b2ad1f341ad793a5f6b2e5c1a8204e9c682c1ef6da3c20a313c0ba7f4ff3617ec674f5bb2d SHA512 ef0c6ef97868a3489eaa30acbd7eb203a61f311e50ecd9ec375fb05ae78ba5f33f854928440aa84dbd35e4178469c93a4f6073a33082572b133df93ee18000bd
-DIST scapy-2.4.3_rc4.tar.gz 2968572 BLAKE2B 31106a29541eec87e57614451edc792bf6d71c8fda3a31706ca0f5820b3e9d4c84ad1fab60fba8b4ee174ca887c9e5b060debee391a85387f1f5ff0077789089 SHA512 16cd9ececc56517941a1fb680574eac2823f1d72ba8eac861d3da991bcd74ba8a864da2a7336df6b825fadd68a21dc8a2c10fbc93c5cc646c9aef1b38f0fbb75

diff --git a/net-analyzer/scapy/scapy-2.4.3_rc3.ebuild b/net-analyzer/scapy/scapy-2.4.3_rc3.ebuild
deleted file mode 100644
index 25877178edf..00000000000
--- a/net-analyzer/scapy/scapy-2.4.3_rc3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
-	net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/gnuplot-py
-	dev-python/ipython
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpreplay
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}

diff --git a/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild b/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
deleted file mode 100644
index ccaf35b48e6..00000000000
--- a/net-analyzer/scapy/scapy-2.4.3_rc4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
-	net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/gnuplot-py
-	dev-python/ipython
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpreplay
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-02-02 12:08 Pacho Ramos
  0 siblings, 0 replies; 67+ messages in thread
From: Pacho Ramos @ 2020-02-02 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     cbc7d198885e3a8b723019c45ca53b7e2a50ddcf
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 12:08:12 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 12:08:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc7d198

net-analyzer/scapy: 2.4.3 uses matplotlib instead of gnuplot-py

Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.3.ebuild | 2 +-
 net-analyzer/scapy/scapy-9999.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.4.3.ebuild b/net-analyzer/scapy/scapy-2.4.3.ebuild
index 6d48ba47275..01f3a461396 100644
--- a/net-analyzer/scapy/scapy-2.4.3.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.3.ebuild
@@ -20,8 +20,8 @@ DOC_CONTENTS="
 Scapy has optional support for the following packages:
 
 	dev-python/cryptography
-	dev-python/gnuplot-py
 	dev-python/ipython
+	dev-python/matplotlib
 	dev-python/pyx
 	media-gfx/graphviz
 	net-analyzer/tcpreplay

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index 0293cc5ace3..3ed8c5033ab 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -20,8 +20,8 @@ DOC_CONTENTS="
 Scapy has optional support for the following packages:
 
 	dev-python/cryptography
-	dev-python/gnuplot-py
 	dev-python/ipython
+	dev-python/matplotlib
 	dev-python/pyx
 	media-gfx/graphviz
 	net-analyzer/tcpreplay


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-02-06  8:21 Agostino Sarubbo
  0 siblings, 0 replies; 67+ messages in thread
From: Agostino Sarubbo @ 2020-02-06  8:21 UTC (permalink / raw
  To: gentoo-commits

commit:     808a1a6779a03629f2cb98fa61ad1fafe5664bc7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  6 08:21:12 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Feb  6 08:21:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808a1a67

net-analyzer/scapy: amd64 stable wrt bug #707904

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.4.3.ebuild b/net-analyzer/scapy/scapy-2.4.3.ebuild
index 01f3a461396..0e719190c07 100644
--- a/net-analyzer/scapy/scapy-2.4.3.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 RDEPEND="
 	net-analyzer/tcpdump
 "


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-02-07 12:12 Agostino Sarubbo
  0 siblings, 0 replies; 67+ messages in thread
From: Agostino Sarubbo @ 2020-02-07 12:12 UTC (permalink / raw
  To: gentoo-commits

commit:     b5159c38cd291edc11fab02fb23a31ff3ddd2e36
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 12:12:22 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 12:12:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5159c38

net-analyzer/scapy: x86 stable wrt bug #707904

Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.4.3.ebuild b/net-analyzer/scapy/scapy-2.4.3.ebuild
index 0e719190c07..2b9cea9f0d1 100644
--- a/net-analyzer/scapy/scapy-2.4.3.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 RDEPEND="
 	net-analyzer/tcpdump
 "


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-02-17  9:52 Michał Górny
  0 siblings, 0 replies; 67+ messages in thread
From: Michał Górny @ 2020-02-17  9:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b29ebf2ae1f4a697e1861f5ed28b88c7e9744c30
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 09:21:00 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 09:52:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b29ebf2a

net-analyzer/scapy: Remove old for gnuplot-py cleanup

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/scapy/Manifest              |  2 --
 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 28 ---------------------
 net-analyzer/scapy/scapy-2.4.2.ebuild    | 42 --------------------------------
 3 files changed, 72 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 5abcf8942c4..7318eca11ce 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1 @@
-DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
-DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede

diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
deleted file mode 100644
index e3f662d3328..00000000000
--- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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="https://scapy.net/ https://github.com/secdev/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 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 )
-	tcpreplay? ( net-analyzer/tcpreplay )
-"

diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild b/net-analyzer/scapy/scapy-2.4.2.ebuild
deleted file mode 100644
index a9ccc7667e9..00000000000
--- a/net-analyzer/scapy/scapy-2.4.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
-	net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/gnuplot-py
-	dev-python/ipython
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpreplay
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-02-17 10:55 Michał Górny
  0 siblings, 0 replies; 67+ messages in thread
From: Michał Górny @ 2020-02-17 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     ba3c27df7f49ffe20d22a4b5e36853c3d47b0d4a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 10:54:14 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 10:55:34 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3c27df

net-analyzer/scapy: Remove less old versions

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/scapy/Manifest              |  1 -
 net-analyzer/scapy/metadata.xml          |  4 ----
 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 28 ----------------------------
 3 files changed, 33 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 5abcf8942c4..386ca2e9f88 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1,2 @@
-DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede

diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
index 24eb6add1a7..a7791d1ecc1 100644
--- a/net-analyzer/scapy/metadata.xml
+++ b/net-analyzer/scapy/metadata.xml
@@ -9,10 +9,6 @@
 		<email>netmon@gentoo.org</email>
 		<name>Gentoo network monitoring and analysis project</name>
 	</maintainer>
-	<use>
-		<flag name="pyx">Enable <pkg>dev-python/pyx</pkg> support for psdump/pdfdump commands</flag>
-		<flag name="tcpreplay">Enable <pkg>net-analyzer/tcpreplay</pkg> support for fast packet replay</flag>
-	</use>
 	<upstream>
 		<remote-id type="github">secdev/scapy</remote-id>
 	</upstream>

diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
deleted file mode 100644
index e3f662d3328..00000000000
--- a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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="https://scapy.net/ https://github.com/secdev/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 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 )
-	tcpreplay? ( net-analyzer/tcpreplay )
-"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-02-17 10:55 Michał Górny
  0 siblings, 0 replies; 67+ messages in thread
From: Michał Górny @ 2020-02-17 10:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3ed4bfb11a9fa7cf1bba3746eb75f1f2724ec45f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 10:53:06 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 10:55:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed4bfb1

net-analyzer/scapy: Revert "Remove old for gnuplot-py cleanup"

Reverts: b29ebf2ae1f4a697e1861f5ed28b88c7e9744c30
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/scapy/Manifest              |  2 ++
 net-analyzer/scapy/scapy-2.3.2-r1.ebuild | 28 +++++++++++++++++++++
 net-analyzer/scapy/scapy-2.4.2.ebuild    | 42 ++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 7318eca11ce..5abcf8942c4 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1 +1,3 @@
+DIST scapy-2.3.2.tar.gz 1166056 BLAKE2B bce5f37bd833dc457089cdfebd2dc019c4f7bed636935b4a6b51a2cf7355f5761fadaa304e93c276daa2200c48ab0e1c0a08bd278e30dfea1faa01321a0b957e SHA512 6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
+DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede

diff --git a/net-analyzer/scapy/scapy-2.3.2-r1.ebuild b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
new file mode 100644
index 00000000000..e3f662d3328
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.3.2-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# 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="https://scapy.net/ https://github.com/secdev/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 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 )
+	tcpreplay? ( net-analyzer/tcpreplay )
+"

diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild b/net-analyzer/scapy/scapy-2.4.2.ebuild
new file mode 100644
index 00000000000..a9ccc7667e9
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+	net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+	dev-python/cryptography
+	dev-python/gnuplot-py
+	dev-python/ipython
+	dev-python/pyx
+	media-gfx/graphviz
+	net-analyzer/tcpreplay
+	virtual/imagemagick-tools
+
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+	echo ${PV/_/} > ${PN}/VERSION
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	distutils-r1_src_install
+	dodoc -r doc/${PN}/*
+	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-07-19 13:59 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2020-07-19 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     d629ddf37ac7c104e82dab05598f5f37ba9b8099
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 13:58:25 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 13:59:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d629ddf3

net-analyzer/scapy: Update live ebuild

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/scapy-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index 3ed8c5033ab..2590611e940 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -31,7 +31,8 @@ Scapy has optional support for the following packages:
 "
 
 src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION
+	echo ${PV/_/} > ${PN}/VERSION || die
+
 	distutils-r1_src_prepare
 }
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-07-19 13:59 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2020-07-19 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     76c6091301def589938db8c2447e5a7e15b94d85
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 13:57:30 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 13:59:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c60913

net-analyzer/scapy: Version 2.4.4_rc1

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest               |  1 +
 net-analyzer/scapy/scapy-2.4.4_rc1.ebuild | 43 +++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 386ca2e9f88..011d63e669f 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,2 +1,3 @@
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede
+DIST scapy-2.4.4_rc1.tar.gz 3222693 BLAKE2B 4b7e29253fd3c67e5bc0e85a01433b9e4b51347e163d26e7ce168d346931aaa5429ebde087cc2d28299fb36f96f3c3755038cc94ffd440ac4b761a3de0fdc4e1 SHA512 c2a0486d650dab2226fc40a7d5e18d5974230d09d1f711a7050c08027125acabb679e99530589bd3806cbd870a970ebefd4141bcac625768f04809e837cc9b1d

diff --git a/net-analyzer/scapy/scapy-2.4.4_rc1.ebuild b/net-analyzer/scapy/scapy-2.4.4_rc1.ebuild
new file mode 100644
index 00000000000..91851f33d4f
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.4_rc1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+	net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+	dev-python/cryptography
+	dev-python/ipython
+	dev-python/matplotlib
+	dev-python/pyx
+	media-gfx/graphviz
+	net-analyzer/tcpreplay
+	virtual/imagemagick-tools
+
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+	echo ${PV/_/} > ${PN}/VERSION || die
+
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	distutils-r1_src_install
+	dodoc -r doc/${PN}/*
+	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-07-26 17:54 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2020-07-26 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     863dce99366ca9b410ffc81bf25a30e7cc9c1665
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 26 13:04:37 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Jul 26 17:54:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863dce99

net-analyzer/scapy: Version 2.4.4_rc2

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest               |  1 +
 net-analyzer/scapy/scapy-2.4.4_rc2.ebuild | 43 +++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 011d63e669f..dea71e01c8e 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1,4 @@
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede
 DIST scapy-2.4.4_rc1.tar.gz 3222693 BLAKE2B 4b7e29253fd3c67e5bc0e85a01433b9e4b51347e163d26e7ce168d346931aaa5429ebde087cc2d28299fb36f96f3c3755038cc94ffd440ac4b761a3de0fdc4e1 SHA512 c2a0486d650dab2226fc40a7d5e18d5974230d09d1f711a7050c08027125acabb679e99530589bd3806cbd870a970ebefd4141bcac625768f04809e837cc9b1d
+DIST scapy-2.4.4_rc2.tar.gz 3223072 BLAKE2B db70edb6e4137821bb80fc12c3118f9458dbb121507a7e87ba120174529c30be602915f4476ac084ac93dfaab0e0de39ad90e5fe75e0c3c1c15e386dd4d218aa SHA512 16a974d28d8b594d83d71ec7ae56963d7ded394e9c3a046ef7a76e57cfae4d0cf2fedbf682827583b93afe2d02b222cd8e7229a6859747e99fcc018892efbad6

diff --git a/net-analyzer/scapy/scapy-2.4.4_rc2.ebuild b/net-analyzer/scapy/scapy-2.4.4_rc2.ebuild
new file mode 100644
index 00000000000..91851f33d4f
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.4_rc2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+	net-analyzer/tcpdump
+"
+S=${WORKDIR}/${P/_/}
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+	dev-python/cryptography
+	dev-python/ipython
+	dev-python/matplotlib
+	dev-python/pyx
+	media-gfx/graphviz
+	net-analyzer/tcpreplay
+	virtual/imagemagick-tools
+
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+	echo ${PV/_/} > ${PN}/VERSION || die
+
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	distutils-r1_src_install
+	dodoc -r doc/${PN}/*
+	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-09-02 18:55 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2020-09-02 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3d610b65b3d4aeba2a16f74782449464bd140bde
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 18:55:25 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 18:55:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d610b65

net-analyzer/scapy: Old

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest               |  2 --
 net-analyzer/scapy/scapy-2.4.4_rc1.ebuild | 43 -------------------------------
 net-analyzer/scapy/scapy-2.4.4_rc2.ebuild | 43 -------------------------------
 3 files changed, 88 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index f369f420a3e..13c9987cabc 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,5 +1,3 @@
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede
 DIST scapy-2.4.4.tar.gz 3240890 BLAKE2B 38b4fc0c34f229bb33f4d488ae9ba20905db572e3dd3caa15a92e8a33ba7305ba86a2b32a2664779c5085e53d44b4c55336d7afa8d65b90ffa3babcdc94bff25 SHA512 b8ad138ae2563967af07d123339ac73468fadb8f7687123aed364ad6d45198e9039314e17a155c37d01ef084e25571c587330dfd21777527110342c01821a389
-DIST scapy-2.4.4_rc1.tar.gz 3222693 BLAKE2B 4b7e29253fd3c67e5bc0e85a01433b9e4b51347e163d26e7ce168d346931aaa5429ebde087cc2d28299fb36f96f3c3755038cc94ffd440ac4b761a3de0fdc4e1 SHA512 c2a0486d650dab2226fc40a7d5e18d5974230d09d1f711a7050c08027125acabb679e99530589bd3806cbd870a970ebefd4141bcac625768f04809e837cc9b1d
-DIST scapy-2.4.4_rc2.tar.gz 3223072 BLAKE2B db70edb6e4137821bb80fc12c3118f9458dbb121507a7e87ba120174529c30be602915f4476ac084ac93dfaab0e0de39ad90e5fe75e0c3c1c15e386dd4d218aa SHA512 16a974d28d8b594d83d71ec7ae56963d7ded394e9c3a046ef7a76e57cfae4d0cf2fedbf682827583b93afe2d02b222cd8e7229a6859747e99fcc018892efbad6

diff --git a/net-analyzer/scapy/scapy-2.4.4_rc1.ebuild b/net-analyzer/scapy/scapy-2.4.4_rc1.ebuild
deleted file mode 100644
index 91851f33d4f..00000000000
--- a/net-analyzer/scapy/scapy-2.4.4_rc1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
-	net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/ipython
-	dev-python/matplotlib
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpreplay
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION || die
-
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}

diff --git a/net-analyzer/scapy/scapy-2.4.4_rc2.ebuild b/net-analyzer/scapy/scapy-2.4.4_rc2.ebuild
deleted file mode 100644
index 91851f33d4f..00000000000
--- a/net-analyzer/scapy/scapy-2.4.4_rc2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
-	net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/ipython
-	dev-python/matplotlib
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpreplay
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION || die
-
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-09-02 18:55 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2020-09-02 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     8fbe938a1d5812f344b996c6f0327f1f6f0b7fd1
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 18:54:12 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 18:55:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fbe938a

net-analyzer/scapy: Version 2.4.4

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/Manifest           |  1 +
 net-analyzer/scapy/scapy-2.4.4.ebuild | 46 +++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index dea71e01c8e..f369f420a3e 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,4 +1,5 @@
 DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede
+DIST scapy-2.4.4.tar.gz 3240890 BLAKE2B 38b4fc0c34f229bb33f4d488ae9ba20905db572e3dd3caa15a92e8a33ba7305ba86a2b32a2664779c5085e53d44b4c55336d7afa8d65b90ffa3babcdc94bff25 SHA512 b8ad138ae2563967af07d123339ac73468fadb8f7687123aed364ad6d45198e9039314e17a155c37d01ef084e25571c587330dfd21777527110342c01821a389
 DIST scapy-2.4.4_rc1.tar.gz 3222693 BLAKE2B 4b7e29253fd3c67e5bc0e85a01433b9e4b51347e163d26e7ce168d346931aaa5429ebde087cc2d28299fb36f96f3c3755038cc94ffd440ac4b761a3de0fdc4e1 SHA512 c2a0486d650dab2226fc40a7d5e18d5974230d09d1f711a7050c08027125acabb679e99530589bd3806cbd870a970ebefd4141bcac625768f04809e837cc9b1d
 DIST scapy-2.4.4_rc2.tar.gz 3223072 BLAKE2B db70edb6e4137821bb80fc12c3118f9458dbb121507a7e87ba120174529c30be602915f4476ac084ac93dfaab0e0de39ad90e5fe75e0c3c1c15e386dd4d218aa SHA512 16a974d28d8b594d83d71ec7ae56963d7ded394e9c3a046ef7a76e57cfae4d0cf2fedbf682827583b93afe2d02b222cd8e7229a6859747e99fcc018892efbad6

diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild
new file mode 100644
index 00000000000..daea3944d80
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.4.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7} )
+inherit distutils-r1 readme.gentoo-r1
+
+DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
+HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RDEPEND="
+	net-analyzer/tcpdump
+"
+DOC_CONTENTS="
+Scapy has optional support for the following packages:
+
+	dev-python/cryptography
+	dev-python/ipython
+	dev-python/matplotlib
+	dev-python/pyx
+	media-gfx/graphviz
+	net-analyzer/tcpreplay
+	virtual/imagemagick-tools
+
+	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
+"
+
+src_prepare() {
+	if ! [[ -f ${PN}/VERSION ]]; then
+		echo ${PV} > ${PN}/VERSION || die
+	else
+		die
+	fi
+
+	distutils-r1_src_prepare
+}
+
+src_install() {
+	distutils-r1_src_install
+	dodoc -r doc/${PN}/*
+	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
+}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-09-02 19:02 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2020-09-02 19:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a0db5374facd3f05682a52550d240eb6443ee59e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 19:01:30 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 19:02:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0db5374

net-analyzer/scapy: Depend on net-libs/libpcap

scapy depends on net-analyzer/tcpdump which depends on net-libs/libpcap,
but for good measure, we should include the latter, too.

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.4.ebuild | 1 +
 net-analyzer/scapy/scapy-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild
index daea3944d80..ffc07d0630c 100644
--- a/net-analyzer/scapy/scapy-2.4.4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.4.ebuild
@@ -14,6 +14,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 RDEPEND="
 	net-analyzer/tcpdump
+	net-libs/libpcap
 "
 DOC_CONTENTS="
 Scapy has optional support for the following packages:

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index 2590611e940..14629630479 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -14,6 +14,7 @@ SLOT="0"
 KEYWORDS=""
 RDEPEND="
 	net-analyzer/tcpdump
+	net-libs/libpcap
 "
 S=${WORKDIR}/${P/_/}
 DOC_CONTENTS="


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-09-02 19:15 Jeroen Roovers
  0 siblings, 0 replies; 67+ messages in thread
From: Jeroen Roovers @ 2020-09-02 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     1ee7db3586808b9b7df294a7a0cf50ccbccdf323
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  2 19:12:11 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Sep  2 19:15:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee7db35

net-analyzer/scapy: Drop RDEPEND altogether

This reverts commit a0db5374facd3f05682a52550d240eb6443ee59e.

The documentation says libpcap should only be needed when it is used
directly, so there is no need for a hard dependency. Add it to the
documentation instead. Similarly a hard dependency on tcpdump should not
be required to use scapy.

Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.4.ebuild | 6 ++----
 net-analyzer/scapy/scapy-9999.ebuild  | 6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild
index ffc07d0630c..503c24d45f1 100644
--- a/net-analyzer/scapy/scapy-2.4.4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.4.ebuild
@@ -12,10 +12,6 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-RDEPEND="
-	net-analyzer/tcpdump
-	net-libs/libpcap
-"
 DOC_CONTENTS="
 Scapy has optional support for the following packages:
 
@@ -24,7 +20,9 @@ Scapy has optional support for the following packages:
 	dev-python/matplotlib
 	dev-python/pyx
 	media-gfx/graphviz
+	net-analyzer/tcpdump
 	net-analyzer/tcpreplay
+	net-libs/libpcap
 	virtual/imagemagick-tools
 
 	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index 14629630479..a7ccbd8a5d2 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -12,10 +12,6 @@ EGIT_REPO_URI="https://github.com/secdev/${PN}"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-RDEPEND="
-	net-analyzer/tcpdump
-	net-libs/libpcap
-"
 S=${WORKDIR}/${P/_/}
 DOC_CONTENTS="
 Scapy has optional support for the following packages:
@@ -25,7 +21,9 @@ Scapy has optional support for the following packages:
 	dev-python/matplotlib
 	dev-python/pyx
 	media-gfx/graphviz
+	net-analyzer/tcpdump
 	net-analyzer/tcpreplay
+	net-libs/libpcap
 	virtual/imagemagick-tools
 
 	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-09-19 11:28 Michał Górny
  0 siblings, 0 replies; 67+ messages in thread
From: Michał Górny @ 2020-09-19 11:28 UTC (permalink / raw
  To: gentoo-commits

commit:     30f5eaaf626135f47f24e34a6c9f1449b692d166
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 10:44:50 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 11:28:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f5eaaf

net-analyzer/scapy: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/scapy/Manifest           |  1 -
 net-analyzer/scapy/scapy-2.4.2.ebuild | 42 -----------------------------------
 2 files changed, 43 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 13c9987cabc..2d6c995bd4c 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,3 +1,2 @@
-DIST scapy-2.4.2.tar.gz 3330071 BLAKE2B a40074594cd561b33d04364fba743fa5fe741b06b2ad8f8f9ebe9dfb0b9a3bc4f641cd16d99a4ba070fc0763d7cfeb8d3ecd056f162d509070cdd57d55d6ad9c SHA512 980f708a849ae26edca3eb6618a41668818c5883bca699f347f47a8964b3ee44a6ceefe4a12cb7d5fe6c13f5cbe2b7547938e53139f4ec9e6ef384e30c9bb6db
 DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede
 DIST scapy-2.4.4.tar.gz 3240890 BLAKE2B 38b4fc0c34f229bb33f4d488ae9ba20905db572e3dd3caa15a92e8a33ba7305ba86a2b32a2664779c5085e53d44b4c55336d7afa8d65b90ffa3babcdc94bff25 SHA512 b8ad138ae2563967af07d123339ac73468fadb8f7687123aed364ad6d45198e9039314e17a155c37d01ef084e25571c587330dfd21777527110342c01821a389

diff --git a/net-analyzer/scapy/scapy-2.4.2.ebuild b/net-analyzer/scapy/scapy-2.4.2.ebuild
deleted file mode 100644
index a9ccc7667e9..00000000000
--- a/net-analyzer/scapy/scapy-2.4.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RDEPEND="
-	net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/gnuplot-py
-	dev-python/ipython
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpreplay
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-11-04  0:44 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2020-11-04  0:44 UTC (permalink / raw
  To: gentoo-commits

commit:     7a490978fd1b4de9406e745d2c5ba3a4212b61c4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  4 00:35:03 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov  4 00:35:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a490978

net-analyzer/scapy: join as co-maintainer

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
index a7791d1ecc1..85d0af3d580 100644
--- a/net-analyzer/scapy/metadata.xml
+++ b/net-analyzer/scapy/metadata.xml
@@ -5,6 +5,10 @@
 		<email>ikelos@gentoo.org</email>
 		<name>Mike Auty</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
+	</maintainer>
 	<maintainer type="project">
 		<email>netmon@gentoo.org</email>
 		<name>Gentoo network monitoring and analysis project</name>


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-11-07 17:57 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2020-11-07 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     c5e7702ceb4d574f1ace6c08b096599ed1a2ae7d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 17:57:15 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 17:57:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e7702c

net-analyzer/scapy: Keyword 2.4.4 arm, #753044

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild
index 503c24d45f1..0e7c021b8e9 100644
--- a/net-analyzer/scapy/scapy-2.4.4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 DOC_CONTENTS="
 Scapy has optional support for the following packages:
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-11-07 18:10 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2020-11-07 18:10 UTC (permalink / raw
  To: gentoo-commits

commit:     4148cf4e3bdf0cc3685e646ee641b241e9b7010a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  7 18:10:54 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov  7 18:10:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4148cf4e

net-analyzer/scapy: arm64 keyworded (bug #753044)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild
index 0e7c021b8e9..31ea052c82e 100644
--- a/net-analyzer/scapy/scapy-2.4.4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 DOC_CONTENTS="
 Scapy has optional support for the following packages:
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-12-02 23:17 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2020-12-02 23:17 UTC (permalink / raw
  To: gentoo-commits

commit:     676d9196abdb63f991c32c7b68791eb4ea3878eb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  2 23:17:03 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  2 23:17:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676d9196

net-analyzer/scapy: add Python 3.8, 3.9

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild
index 31ea052c82e..a439d15da99 100644
--- a/net-analyzer/scapy/scapy-2.4.4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.4.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-12-03 11:13 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2020-12-03 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6ac108892e342181f7ad6038527baab705a39143
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 11:13:21 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 11:13:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ac10889

net-analyzer/scapy: mark ALLARCHES

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
index 85d0af3d580..b3243d196ed 100644
--- a/net-analyzer/scapy/metadata.xml
+++ b/net-analyzer/scapy/metadata.xml
@@ -13,6 +13,7 @@
 		<email>netmon@gentoo.org</email>
 		<name>Gentoo network monitoring and analysis project</name>
 	</maintainer>
+	<stabilize-allarches/>
 	<upstream>
 		<remote-id type="github">secdev/scapy</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-12-03 11:14 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2020-12-03 11:14 UTC (permalink / raw
  To: gentoo-commits

commit:     1bbdbd8dc9dd3a2806dcb634d1d353ba72187794
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  3 11:13:52 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec  3 11:13:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bbdbd8d

net-analyzer/scapy: Stabilize 2.4.4 ALLARCHES, #758221

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild
index a439d15da99..18754dd9faa 100644
--- a/net-analyzer/scapy/scapy-2.4.4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 DOC_CONTENTS="
 Scapy has optional support for the following packages:
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-12-04  3:16 Rick Farina
  0 siblings, 0 replies; 67+ messages in thread
From: Rick Farina @ 2020-12-04  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2715769eee29bbf41b5860fa38f3b8fadc39b6a4
Author:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  4 03:05:41 2020 +0000
Commit:     Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Fri Dec  4 03:15:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2715769e

net-analyzer/scapy: python bump

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>

 net-analyzer/scapy/scapy-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index a7ccbd8a5d2..c8c5cfe91e8 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 inherit distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-12-20  6:29 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2020-12-20  6:29 UTC (permalink / raw
  To: gentoo-commits

commit:     aeac37723e7d7aef5d50538f6694877b79343c6a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 06:25:58 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 06:25:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeac3772

net-analyzer/scapy: cleanup old

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/Manifest           |  1 -
 net-analyzer/scapy/scapy-2.4.3.ebuild | 42 -----------------------------------
 2 files changed, 43 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 2d6c995bd4c..60e58090c7c 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,2 +1 @@
-DIST scapy-2.4.3.tar.gz 2969754 BLAKE2B 83ab6500dbc0424b728253661f03391d450f77b19c0059b8a605a19f48b4ddd7344743310a5cb7c741fcf750876ba125daf883d04714981ff81ef4db97519ae0 SHA512 579e3f326f90e10b2839aee805949e14ecab9431f360ef75e60080a971653e1f48a240d812b8ace77754b01b07a2ddb8533d1e6b18ee8804280bf9b2c237cede
 DIST scapy-2.4.4.tar.gz 3240890 BLAKE2B 38b4fc0c34f229bb33f4d488ae9ba20905db572e3dd3caa15a92e8a33ba7305ba86a2b32a2664779c5085e53d44b4c55336d7afa8d65b90ffa3babcdc94bff25 SHA512 b8ad138ae2563967af07d123339ac73468fadb8f7687123aed364ad6d45198e9039314e17a155c37d01ef084e25571c587330dfd21777527110342c01821a389

diff --git a/net-analyzer/scapy/scapy-2.4.3.ebuild b/net-analyzer/scapy/scapy-2.4.3.ebuild
deleted file mode 100644
index 2b9cea9f0d1..00000000000
--- a/net-analyzer/scapy/scapy-2.4.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV/_/}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-RDEPEND="
-	net-analyzer/tcpdump
-"
-S=${WORKDIR}/${P/_/}
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/ipython
-	dev-python/matplotlib
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpreplay
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-12-31 11:36 Mike Auty
  0 siblings, 0 replies; 67+ messages in thread
From: Mike Auty @ 2020-12-31 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6541235427d9938fd1da32a05a9eea723bbfb4bb
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 11:34:45 2020 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 11:34:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65412354

net-analyzer/scapy: Fix bug 751679

Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.4.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild b/net-analyzer/scapy/scapy-2.4.4.ebuild
index 18754dd9faa..8e4a5ba64ef 100644
--- a/net-analyzer/scapy/scapy-2.4.4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.4.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2020-12-31 11:40 Mike Auty
  0 siblings, 0 replies; 67+ messages in thread
From: Mike Auty @ 2020-12-31 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     36a013b43b9b691d67cb9add43f5e75c04389d03
Author:     Mike Auty <ikelos <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 31 11:40:17 2020 +0000
Commit:     Mike Auty <ikelos <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 11:40:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a013b4

net-analyzer/scapy: Fix issue 751679 for 9999 ebuild too.

Signed-off-by: Mike Auty <ikelos <AT> gentoo.org>

 net-analyzer/scapy/scapy-9999.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index c8c5cfe91e8..3b658780d77 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7,8,9} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 git-r3 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2021-05-09 23:53 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2021-05-09 23:53 UTC (permalink / raw
  To: gentoo-commits

commit:     be5688bbcfe8eb7b6ac06192dda990067aa5bcae
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 23:52:19 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  9 23:53:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5688bb

net-analyzer/scapy: add 2.4.5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/Manifest                             |  1 +
 .../scapy/{scapy-9999.ebuild => scapy-2.4.5.ebuild}     | 17 +++++++++++------
 net-analyzer/scapy/scapy-9999.ebuild                    |  5 +++--
 3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 60e58090c7c..271529673f5 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1 +1,2 @@
 DIST scapy-2.4.4.tar.gz 3240890 BLAKE2B 38b4fc0c34f229bb33f4d488ae9ba20905db572e3dd3caa15a92e8a33ba7305ba86a2b32a2664779c5085e53d44b4c55336d7afa8d65b90ffa3babcdc94bff25 SHA512 b8ad138ae2563967af07d123339ac73468fadb8f7687123aed364ad6d45198e9039314e17a155c37d01ef084e25571c587330dfd21777527110342c01821a389
+DIST scapy-2.4.5.tar.gz 3323309 BLAKE2B af94b3ec6324c4544aca25f63bcca8aa60a3b1cbbf132d3ed07b5bc73b95e4298bf250e65157bdb7851226fd0ac039367892a9a14d844e5815832ad4ab556819 SHA512 b5ccd689f7bd4fbbb86921a35360b94ec7a738b494f16e4764828689835296016bc476825add798406e4d32761d8df90b41ce7e38049afdabf98397b1bf5982a

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-2.4.5.ebuild
similarity index 74%
copy from net-analyzer/scapy/scapy-9999.ebuild
copy to net-analyzer/scapy/scapy-2.4.5.ebuild
index ec171fbddec..2c8170223ff 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.5.ebuild
@@ -1,19 +1,20 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 PYTHON_COMPAT=( python3_{7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 git-r3 readme.gentoo-r1
+inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
 HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-EGIT_REPO_URI="https://github.com/secdev/${PN}"
+SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
-S=${WORKDIR}/${P/_/}
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
 DOC_CONTENTS="
 Scapy has optional support for the following packages:
 
@@ -31,7 +32,11 @@ Scapy has optional support for the following packages:
 "
 
 src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION || die
+	if ! [[ -f ${PN}/VERSION ]]; then
+		echo ${PV} > ${PN}/VERSION || die
+	else
+		die
+	fi
 
 	distutils-r1_src_prepare
 }

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index ec171fbddec..ac3fd1dccb9 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -2,6 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 PYTHON_COMPAT=( python3_{7,8,9} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 git-r3 readme.gentoo-r1
@@ -9,11 +10,11 @@ inherit distutils-r1 git-r3 readme.gentoo-r1
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
 HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
 EGIT_REPO_URI="https://github.com/secdev/${PN}"
+S="${WORKDIR}"/${P/_/}
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS=""
-S=${WORKDIR}/${P/_/}
+
 DOC_CONTENTS="
 Scapy has optional support for the following packages:
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2021-05-10  0:02 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2021-05-10  0:02 UTC (permalink / raw
  To: gentoo-commits

commit:     28f419396be88dfb02c0b1c46cde4db1496ea593
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  9 23:53:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  9 23:53:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f41939

net-analyzer/scapy: fix IncorrectCopyright

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index ac3fd1dccb9..6b0b5ba376c 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2021-06-12  6:27 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2021-06-12  6:27 UTC (permalink / raw
  To: gentoo-commits

commit:     fab1688c3ac2feecf4079e01233f1da677a2fe9a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 06:26:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 06:26:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab1688c

net-analyzer/scapy: drop ALLARCHES

Needs ctypes which inherently relies on system internals.

Bug: https://bugs.gentoo.org/795486
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/metadata.xml b/net-analyzer/scapy/metadata.xml
index 044a35fdb0d..1c78a31b552 100644
--- a/net-analyzer/scapy/metadata.xml
+++ b/net-analyzer/scapy/metadata.xml
@@ -13,7 +13,7 @@
 		<email>netmon@gentoo.org</email>
 		<name>Gentoo network monitoring and analysis project</name>
 	</maintainer>
-	<stabilize-allarches/>
+	<!-- no ALLARCHES: uses ctypes -->
 	<upstream>
 		<remote-id type="github">secdev/scapy</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2021-06-12 16:05 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2021-06-12 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     4163ad1f3459311401578a1b1b848e4339778ba3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 16:03:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 16:03:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4163ad1f

net-analyzer/scapy: Stabilize 2.4.5 x86, #795486

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.4.5.ebuild b/net-analyzer/scapy/scapy-2.4.5.ebuild
index 2c8170223ff..ee5fbb1ddf5 100644
--- a/net-analyzer/scapy/scapy-2.4.5.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 
 DOC_CONTENTS="
 Scapy has optional support for the following packages:


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2021-06-12 16:05 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2021-06-12 16:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a6b108fcdd5bbe52d62659515e8c3a0de9e3939f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 16:04:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 16:04:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6b108fc

net-analyzer/scapy: Stabilize 2.4.5 amd64, #795486

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.4.5.ebuild b/net-analyzer/scapy/scapy-2.4.5.ebuild
index ee5fbb1ddf5..d5184f68b5e 100644
--- a/net-analyzer/scapy/scapy-2.4.5.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 DOC_CONTENTS="
 Scapy has optional support for the following packages:


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2022-01-04 20:45 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2022-01-04 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bab70d4c8e2846ca0b87a2f5b462645fe70cff57
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  4 20:42:28 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan  4 20:45:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab70d4c

net-analyzer/scapy: add python3.10

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.4.5.ebuild | 4 ++--
 net-analyzer/scapy/scapy-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.4.5.ebuild b/net-analyzer/scapy/scapy-2.4.5.ebuild
index d5184f68b5eb..b8d28e831aab 100644
--- a/net-analyzer/scapy/scapy-2.4.5.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 readme.gentoo-r1
 

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
index 6b0b5ba376c3..ffcb7962a604 100644
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ b/net-analyzer/scapy/scapy-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1 git-r3 readme.gentoo-r1
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2023-01-11  8:32 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2023-01-11  8:32 UTC (permalink / raw
  To: gentoo-commits

commit:     ff574d5eed017309eaa6b5264874967bea9f87d4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 08:29:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 08:31:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff574d5e

net-analyzer/scapy: drop 9999

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-9999.ebuild | 44 ------------------------------------
 1 file changed, 44 deletions(-)

diff --git a/net-analyzer/scapy/scapy-9999.ebuild b/net-analyzer/scapy/scapy-9999.ebuild
deleted file mode 100644
index ffcb7962a604..000000000000
--- a/net-analyzer/scapy/scapy-9999.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 git-r3 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-EGIT_REPO_URI="https://github.com/secdev/${PN}"
-S="${WORKDIR}"/${P/_/}
-
-LICENSE="GPL-2"
-SLOT="0"
-
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/ipython
-	dev-python/matplotlib
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpdump
-	net-analyzer/tcpreplay
-	net-libs/libpcap
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	echo ${PV/_/} > ${PN}/VERSION || die
-
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2023-01-26  0:32 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2023-01-26  0:32 UTC (permalink / raw
  To: gentoo-commits

commit:     cd36549d23f7f064f38cb2fdb709b0e840091843
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 00:29:54 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 00:29:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd36549d

net-analyzer/scapy: add mock testdep

Closes: https://bugs.gentoo.org/890465
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.5.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-analyzer/scapy/scapy-2.5.0.ebuild b/net-analyzer/scapy/scapy-2.5.0.ebuild
index 2626511f453a..fdd25b404e07 100644
--- a/net-analyzer/scapy/scapy-2.5.0.ebuild
+++ b/net-analyzer/scapy/scapy-2.5.0.ebuild
@@ -18,6 +18,7 @@ RESTRICT="!test? ( test )"
 
 BDEPEND="
 	test? (
+		dev-python/mock[${PYTHON_USEDEP}]
 		dev-python/python-zstandard[${PYTHON_USEDEP}]
 	)
 "


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2023-03-04 13:51 Arthur Zamarin
  0 siblings, 0 replies; 67+ messages in thread
From: Arthur Zamarin @ 2023-03-04 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     490c3e4c501b3f14535b08fc05b57981fc5c3765
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 13:49:30 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 13:49:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=490c3e4c

net-analyzer/scapy: Stabilize 2.5.0 x86, #899392

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.5.0.ebuild b/net-analyzer/scapy/scapy-2.5.0.ebuild
index e9f675f6bbff..2f3bee6e872d 100644
--- a/net-analyzer/scapy/scapy-2.5.0.ebuild
+++ b/net-analyzer/scapy/scapy-2.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2023-03-04 13:51 Arthur Zamarin
  0 siblings, 0 replies; 67+ messages in thread
From: Arthur Zamarin @ 2023-03-04 13:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5302a10b7d53fead65edcd16e0bfe8cde096a5af
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  4 13:49:33 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar  4 13:49:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5302a10b

net-analyzer/scapy: Stabilize 2.5.0 amd64, #899392

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/scapy-2.5.0.ebuild b/net-analyzer/scapy/scapy-2.5.0.ebuild
index 2f3bee6e872d..3a385c66fe57 100644
--- a/net-analyzer/scapy/scapy-2.5.0.ebuild
+++ b/net-analyzer/scapy/scapy-2.5.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2023-04-11  4:07 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2023-04-11  4:07 UTC (permalink / raw
  To: gentoo-commits

commit:     662e9858abf54b03e6667b97ca51c249056d6e31
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 03:58:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 04:06:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=662e9858

net-analyzer/scapy: add TODO re changes for next release

See: https://github.com/secdev/scapy/pull/3958
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.5.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/net-analyzer/scapy/scapy-2.5.0.ebuild b/net-analyzer/scapy/scapy-2.5.0.ebuild
index 3a385c66fe57..aa1c22caace1 100644
--- a/net-analyzer/scapy/scapy-2.5.0.ebuild
+++ b/net-analyzer/scapy/scapy-2.5.0.ebuild
@@ -3,6 +3,9 @@
 
 EAPI=8
 
+# See https://github.com/secdev/scapy/pull/3958#discussion_r1161302244 on next
+# bump (>2.5.0)!
+
 PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1 readme.gentoo-r1
 


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2023-05-01 13:36 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2023-05-01 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     0f6395c0ad57d8349bc4df3101ebc66df764197b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 13:27:17 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 13:27:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6395c0

net-analyzer/scapy: drop 2.4.5

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/Manifest           |  1 -
 net-analyzer/scapy/scapy-2.4.5.ebuild | 48 -----------------------------------
 2 files changed, 49 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index c28b42baf09f..db24ef0d9d37 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,2 +1 @@
-DIST scapy-2.4.5.tar.gz 3323309 BLAKE2B af94b3ec6324c4544aca25f63bcca8aa60a3b1cbbf132d3ed07b5bc73b95e4298bf250e65157bdb7851226fd0ac039367892a9a14d844e5815832ad4ab556819 SHA512 b5ccd689f7bd4fbbb86921a35360b94ec7a738b494f16e4764828689835296016bc476825add798406e4d32761d8df90b41ce7e38049afdabf98397b1bf5982a
 DIST scapy-2.5.0.tar.gz 6082895 BLAKE2B 2673de913d46532760dce93914916b909a4706d846e1e699c16f35b738cac8a073e23b194f9ed4647ade41170a04849ebd33ab3d0ba5b7f09fea8fa527e14c5d SHA512 4e5cacff0bbf6fd991ea24f4680049d042082fae4b349c8082078e6f01b38c09bb5c8276bfba15d4a88a1eb5af92c505848ec98556b10eecbd803f134a5b244a

diff --git a/net-analyzer/scapy/scapy-2.4.5.ebuild b/net-analyzer/scapy/scapy-2.4.5.ebuild
deleted file mode 100644
index d169c87c10d6..000000000000
--- a/net-analyzer/scapy/scapy-2.4.5.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-inherit distutils-r1 readme.gentoo-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering the network"
-HOMEPAGE="https://scapy.net/ https://github.com/secdev/scapy"
-SRC_URI="https://github.com/secdev/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-DOC_CONTENTS="
-Scapy has optional support for the following packages:
-
-	dev-python/cryptography
-	dev-python/ipython
-	dev-python/matplotlib
-	dev-python/pyx
-	media-gfx/graphviz
-	net-analyzer/tcpdump
-	net-analyzer/tcpreplay
-	net-libs/libpcap
-	virtual/imagemagick-tools
-
-	See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
-"
-
-src_prepare() {
-	if ! [[ -f ${PN}/VERSION ]]; then
-		echo ${PV} > ${PN}/VERSION || die
-	else
-		die
-	fi
-
-	distutils-r1_src_prepare
-}
-
-src_install() {
-	distutils-r1_src_install
-	dodoc -r doc/${PN}/*
-	DISABLE_AUTOFORMATTING=plz readme.gentoo_create_doc
-}


^ permalink raw reply related	[flat|nested] 67+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/
@ 2024-01-20 10:49 Sam James
  0 siblings, 0 replies; 67+ messages in thread
From: Sam James @ 2024-01-20 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     409b99747d5070d5f1fc7342acbb9efe384376f6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 10:43:40 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 10:43:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409b9974

net-analyzer/scapy: enable py3.12

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-analyzer/scapy/scapy-2.5.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/scapy/scapy-2.5.0.ebuild b/net-analyzer/scapy/scapy-2.5.0.ebuild
index aa1c22caace1..34e252955a74 100644
--- a/net-analyzer/scapy/scapy-2.5.0.ebuild
+++ b/net-analyzer/scapy/scapy-2.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
 # See https://github.com/secdev/scapy/pull/3958#discussion_r1161302244 on next
 # bump (>2.5.0)!
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit distutils-r1 readme.gentoo-r1
 
 DESCRIPTION="A Python interactive packet manipulation program for mastering the network"


^ permalink raw reply related	[flat|nested] 67+ messages in thread

end of thread, other threads:[~2024-01-20 10:49 UTC | newest]

Thread overview: 67+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-06  6:05 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2024-01-20 10:49 Sam James
2023-05-01 13:36 Sam James
2023-04-11  4:07 Sam James
2023-03-04 13:51 Arthur Zamarin
2023-03-04 13:51 Arthur Zamarin
2023-01-26  0:32 Sam James
2023-01-11  8:32 Sam James
2022-01-04 20:45 Sam James
2021-06-12 16:05 Sam James
2021-06-12 16:05 Sam James
2021-06-12  6:27 Sam James
2021-05-10  0:02 Sam James
2021-05-09 23:53 Sam James
2020-12-31 11:40 Mike Auty
2020-12-31 11:36 Mike Auty
2020-12-20  6:29 Sam James
2020-12-04  3:16 Rick Farina
2020-12-03 11:14 Sam James
2020-12-03 11:13 Sam James
2020-12-02 23:17 Sam James
2020-11-07 18:10 Sam James
2020-11-07 17:57 Sam James
2020-11-04  0:44 Sam James
2020-09-19 11:28 Michał Górny
2020-09-02 19:15 Jeroen Roovers
2020-09-02 19:02 Jeroen Roovers
2020-09-02 18:55 Jeroen Roovers
2020-09-02 18:55 Jeroen Roovers
2020-07-26 17:54 Jeroen Roovers
2020-07-19 13:59 Jeroen Roovers
2020-07-19 13:59 Jeroen Roovers
2020-02-17 10:55 Michał Górny
2020-02-17 10:55 Michał Górny
2020-02-17  9:52 Michał Górny
2020-02-07 12:12 Agostino Sarubbo
2020-02-06  8:21 Agostino Sarubbo
2020-02-02 12:08 Pacho Ramos
2019-08-07  5:01 Jeroen Roovers
2019-08-07  5:01 Jeroen Roovers
2019-08-06  6:05 Jeroen Roovers
2019-08-06  6:05 Jeroen Roovers
2019-07-11  7:12 Jeroen Roovers
2019-07-11  7:08 Jeroen Roovers
2019-07-09 20:07 Jeroen Roovers
2019-07-09 20:07 Jeroen Roovers
2019-07-01 21:23 Jeroen Roovers
2019-05-16  7:48 Jeroen Roovers
2019-05-10 15:46 Mike Auty
2019-05-04 14:33 Mike Auty
2018-08-26 17:08 Michał Górny
2018-06-03 21:20 Mike Auty
2018-05-01  9:26 Michał Górny
2018-02-17  9:12 Jeroen Roovers
2018-02-17  8:50 Jeroen Roovers
2018-02-17  8:40 Jeroen Roovers
2018-02-17  8:35 Jeroen Roovers
2017-03-19 13:16 Jeroen Roovers
2017-03-04 12:08 Mike Auty
2016-12-21 22:54 Thomas Deutschmann
2016-08-31 16:31 Jeroen Roovers
2016-07-04 18:13 Mike Auty
2016-07-04 18:07 Mike Auty
2016-04-19 20:50 Ian Stakenvicius
2016-04-05 23:10 Anthony G. Basile
2016-04-05 22:37 Anthony G. Basile
2015-12-02  7:53 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox