[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

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

net-analyzer/scapy: enable py3.12

Signed-off-by: Sam James  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"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2023-05-01 Thread Sam James
commit: 0f6395c0ad57d8349bc4df3101ebc66df764197b
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 13:27:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 13:27:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f6395c0

net-analyzer/scapy: drop 2.4.5

Signed-off-by: Sam James  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2023-04-10 Thread Sam James
commit: 662e9858abf54b03e6667b97ca51c249056d6e31
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 11 03:58:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 11 04:06:57 2023 +
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  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
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2023-03-04 Thread Arthur Zamarin
commit: 490c3e4c501b3f14535b08fc05b57981fc5c3765
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 13:49:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 13:49:30 2023 +
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  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 )"
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2023-03-04 Thread Arthur Zamarin
commit: 5302a10b7d53fead65edcd16e0bfe8cde096a5af
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar  4 13:49:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar  4 13:49:33 2023 +
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  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 )"
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2023-01-25 Thread Sam James
commit: cd36549d23f7f064f38cb2fdb709b0e840091843
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 26 00:29:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 26 00:29:54 2023 +
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  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}]
)
 "



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

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

net-analyzer/scapy: drop 

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
deleted file mode 100644
index ffcb7962a604..
--- a/net-analyzer/scapy/scapy-.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
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/files/, net-analyzer/scapy/

2023-01-11 Thread Sam James
commit: 74c773ea1fb402863d6a8b5060987837d0da0b8a
Author: Sam James  gentoo  org>
AuthorDate: Wed Jan 11 08:29:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Jan 11 08:31:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c773ea

net-analyzer/scapy: add 2.5.0

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/scapy/Manifest|  1 +
 .../scapy/files/scapy-2.5.0-no-install-tests.patch | 11 +++
 net-analyzer/scapy/scapy-2.5.0.ebuild  | 79 ++
 3 files changed, 91 insertions(+)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 0eaf45391ac4..c28b42baf09f 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1 +1,2 @@
 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/files/scapy-2.5.0-no-install-tests.patch 
b/net-analyzer/scapy/files/scapy-2.5.0-no-install-tests.patch
new file mode 100644
index ..be6d8fbd638a
--- /dev/null
+++ b/net-analyzer/scapy/files/scapy-2.5.0-no-install-tests.patch
@@ -0,0 +1,11 @@
+--- a/setup.py
 b/setup.py
+@@ -33,7 +33,7 @@ def get_long_description():
+ setup(
+ name='scapy',
+ version=__import__('scapy').VERSION,
+-packages=find_packages(),
++packages=find_packages(exclude=["test", "test.*"]),
+ data_files=[('share/man/man1', ["doc/scapy.1"])],
+ package_data={
+ 'scapy': ['VERSION'],

diff --git a/net-analyzer/scapy/scapy-2.5.0.ebuild 
b/net-analyzer/scapy/scapy-2.5.0.ebuild
new file mode 100644
index ..f1784cc3ed4b
--- /dev/null
+++ b/net-analyzer/scapy/scapy-2.5.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+   test? (
+   dev-python/python-zstandard[${PYTHON_USEDEP}]
+   )
+"
+
+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""
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-2.5.0-no-install-tests.patch
+)
+
+src_prepare() {
+   if ! [[ -f ${PN}/VERSION ]]; then
+   echo ${PV} > ${PN}/VERSION || die
+   else
+   die
+   fi
+
+   # Drop tests which need network
+   rm \
+   test/nmap.uts \
+   test/p0f.uts \
+   test/p0fv2.uts \
+   test/regression.uts \
+   test/scapy/layers/inet6.uts || die
+   # Timed out
+   rm test/tftp.uts || die
+   # Needs ipython
+   rm test/scapy/layers/dhcp.uts || die
+   # Import failure?
+   rm test/contrib/isotp_native_socket.uts test/contrib/isotpscan.uts || 
die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # https://github.com/secdev/scapy/blob/master/tox.ini
+   "${EPYTHON}" -m scapy.tools.UTscapy -c ./test/configs/linux.utsc -N || 
die
+}
+
+src_install() {
+   distutils-r1_src_install
+
+   dodoc -r doc/${PN}/*
+   DISABLE_AUTOFORMATTING=1 readme.gentoo_create_doc
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2022-01-04 Thread Sam James
commit: bab70d4c8e2846ca0b87a2f5b462645fe70cff57
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan  4 20:42:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan  4 20:45:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab70d4c

net-analyzer/scapy: add python3.10

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/scapy/scapy-2.4.5.ebuild | 4 ++--
 net-analyzer/scapy/scapy-.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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index 6b0b5ba376c3..ffcb7962a604 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/files/, net-analyzer/scapy/

2022-01-01 Thread Sam James
commit: d8082a9447fdaec814b6df449e75daa7cc95d2f1
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  1 09:27:23 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  1 09:38:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8082a94

net-analyzer/scapy: drop 2.4.4-r1

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/scapy/Manifest |  1 -
 net-analyzer/scapy/files/scapy-2.4.4-libc.patch | 13 ---
 net-analyzer/scapy/scapy-2.4.4-r1.ebuild| 48 -
 3 files changed, 62 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 271529673f52..0eaf45391ac4 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,2 +1 @@
-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/files/scapy-2.4.4-libc.patch 
b/net-analyzer/scapy/files/scapy-2.4.4-libc.patch
deleted file mode 100644
index dd27896b5658..
--- a/net-analyzer/scapy/files/scapy-2.4.4-libc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/scapy/arch/bpf/core.py b/scapy/arch/bpf/core.py
-index 0ebdb53..c74902a 100644
 a/scapy/arch/bpf/core.py
-+++ b/scapy/arch/bpf/core.py
-@@ -27,7 +27,7 @@ from scapy.modules.six.moves import range
- 
- # ctypes definitions
- 
--LIBC = cdll.LoadLibrary(find_library("libc"))
-+LIBC = cdll.LoadLibrary(find_library("c"))
- LIBC.ioctl.argtypes = [c_int, c_ulong, c_char_p]
- LIBC.ioctl.restype = c_int
- 

diff --git a/net-analyzer/scapy/scapy-2.4.4-r1.ebuild 
b/net-analyzer/scapy/scapy-2.4.4-r1.ebuild
deleted file mode 100644
index ebda6205e3bf..
--- a/net-analyzer/scapy/scapy-2.4.4-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# 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 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""
-"
-
-PATCHES=("${FILESDIR}/${P}-libc.patch")
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2021-06-12 Thread Sam James
commit: a6b108fcdd5bbe52d62659515e8c3a0de9e3939f
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 16:04:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 16:04:44 2021 +
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  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:



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2021-06-12 Thread Sam James
commit: 4163ad1f3459311401578a1b1b848e4339778ba3
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 16:03:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 16:03:54 2021 +
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  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:



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2021-06-12 Thread Sam James
commit: fab1688c3ac2feecf4079e01233f1da677a2fe9a
Author: Sam James  gentoo  org>
AuthorDate: Sat Jun 12 06:26:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jun 12 06:26:53 2021 +
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  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 @@
net...@gentoo.org
Gentoo network monitoring and analysis project

-   
+   

secdev/scapy




[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2021-05-09 Thread Sam James
commit: 28f419396be88dfb02c0b1c46cde4db1496ea593
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 23:53:58 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 23:53:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f41939

net-analyzer/scapy: fix IncorrectCopyright

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index ac3fd1dccb9..6b0b5ba376c 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2021-05-09 Thread Sam James
commit: be5688bbcfe8eb7b6ac06192dda990067aa5bcae
Author: Sam James  gentoo  org>
AuthorDate: Sun May  9 23:52:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun May  9 23:53:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5688bb

net-analyzer/scapy: add 2.4.5

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/scapy/Manifest |  1 +
 .../scapy/{scapy-.ebuild => scapy-2.4.5.ebuild} | 17 +++--
 net-analyzer/scapy/scapy-.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-.ebuild 
b/net-analyzer/scapy/scapy-2.4.5.ebuild
similarity index 74%
copy from net-analyzer/scapy/scapy-.ebuild
copy to net-analyzer/scapy/scapy-2.4.5.ebuild
index ec171fbddec..2c8170223ff 100644
--- a/net-analyzer/scapy/scapy-.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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index ec171fbddec..ac3fd1dccb9 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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:
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/files/, net-analyzer/scapy/

2021-03-03 Thread Mike Auty
commit: c6262bf324688e9a2b5e9564d3e8fb4fca5bbe9e
Author: Mike Auty  gentoo  org>
AuthorDate: Wed Mar  3 21:02:48 2021 +
Commit: Mike Auty  gentoo  org>
CommitDate: Wed Mar  3 21:05:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6262bf3

net-analyzer/scapy: Fix libc library search

Closes: https://bugs.gentoo.org/774084
Signed-off-by: Mike Auty  gentoo.org>

 net-analyzer/scapy/files/scapy-2.4.4-libc.patch | 13 +
 .../scapy/{scapy-2.4.4.ebuild => scapy-2.4.4-r1.ebuild} |  4 +++-
 2 files changed, 16 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/scapy/files/scapy-2.4.4-libc.patch 
b/net-analyzer/scapy/files/scapy-2.4.4-libc.patch
new file mode 100644
index 000..dd27896b565
--- /dev/null
+++ b/net-analyzer/scapy/files/scapy-2.4.4-libc.patch
@@ -0,0 +1,13 @@
+diff --git a/scapy/arch/bpf/core.py b/scapy/arch/bpf/core.py
+index 0ebdb53..c74902a 100644
+--- a/scapy/arch/bpf/core.py
 b/scapy/arch/bpf/core.py
+@@ -27,7 +27,7 @@ from scapy.modules.six.moves import range
+ 
+ # ctypes definitions
+ 
+-LIBC = cdll.LoadLibrary(find_library("libc"))
++LIBC = cdll.LoadLibrary(find_library("c"))
+ LIBC.ioctl.argtypes = [c_int, c_ulong, c_char_p]
+ LIBC.ioctl.restype = c_int
+ 

diff --git a/net-analyzer/scapy/scapy-2.4.4.ebuild 
b/net-analyzer/scapy/scapy-2.4.4-r1.ebuild
similarity index 93%
rename from net-analyzer/scapy/scapy-2.4.4.ebuild
rename to net-analyzer/scapy/scapy-2.4.4-r1.ebuild
index efc71e5bac2..ebda6205e3b 100644
--- a/net-analyzer/scapy/scapy-2.4.4.ebuild
+++ b/net-analyzer/scapy/scapy-2.4.4-r1.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
@@ -29,6 +29,8 @@ Scapy has optional support for the following packages:
See also ""${EPREFIX}/usr/share/doc/${PF}/installation.rst""
 "
 
+PATCHES=("${FILESDIR}/${P}-libc.patch")
+
 src_prepare() {
if ! [[ -f ${PN}/VERSION ]]; then
echo ${PV} > ${PN}/VERSION || die



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

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

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

Signed-off-by: Mike Auty  gentoo.org>

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

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index c8c5cfe91e8..3b658780d77 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

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

net-analyzer/scapy: Fix bug 751679

Signed-off-by: Mike Auty  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"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-12-19 Thread Sam James
commit: aeac37723e7d7aef5d50538f6694877b79343c6a
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec 20 06:25:58 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec 20 06:25:58 2020 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-12-03 Thread Rick Farina
commit: 2715769eee29bbf41b5860fa38f3b8fadc39b6a4
Author: Rick Farina  gentoo  org>
AuthorDate: Fri Dec  4 03:05:41 2020 +
Commit: Rick Farina  gentoo  org>
CommitDate: Fri Dec  4 03:15:49 2020 +
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  gentoo.org>

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

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index a7ccbd8a5d2..c8c5cfe91e8 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-12-03 Thread Sam James
commit: 1bbdbd8dc9dd3a2806dcb634d1d353ba72187794
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec  3 11:13:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec  3 11:13:52 2020 +
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  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:
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-12-03 Thread Sam James
commit: 6ac108892e342181f7ad6038527baab705a39143
Author: Sam James  gentoo  org>
AuthorDate: Thu Dec  3 11:13:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec  3 11:13:27 2020 +
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  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 @@
net...@gentoo.org
Gentoo network monitoring and analysis project

+   

secdev/scapy




[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-12-02 Thread Sam James
commit: 676d9196abdb63f991c32c7b68791eb4ea3878eb
Author: Sam James  gentoo  org>
AuthorDate: Wed Dec  2 23:17:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Dec  2 23:17:09 2020 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-11-07 Thread Sam James
commit: 4148cf4e3bdf0cc3685e646ee641b241e9b7010a
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  7 18:10:54 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  7 18:10:54 2020 +
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  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:
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-11-07 Thread Sam James
commit: c5e7702ceb4d574f1ace6c08b096599ed1a2ae7d
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  7 17:57:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  7 17:57:15 2020 +
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  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:
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-11-03 Thread Sam James
commit: 7a490978fd1b4de9406e745d2c5ba3a4212b61c4
Author: Sam James  gentoo  org>
AuthorDate: Wed Nov  4 00:35:03 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Nov  4 00:35:03 2020 +
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  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 @@
ike...@gentoo.org
Mike Auty

+   
+   s...@gentoo.org
+   Sam James
+   

net...@gentoo.org
Gentoo network monitoring and analysis project



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

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

net-analyzer/scapy: Remove old

Signed-off-by: Michał Górny  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-09-02 Thread Jeroen Roovers
commit: 1ee7db3586808b9b7df294a7a0cf50ccbccdf323
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep  2 19:12:11 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep  2 19:15:27 2020 +
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  gentoo.org>

 net-analyzer/scapy/scapy-2.4.4.ebuild | 6 ++
 net-analyzer/scapy/scapy-.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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index 14629630479..a7ccbd8a5d2 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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""



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-09-02 Thread Jeroen Roovers
commit: a0db5374facd3f05682a52550d240eb6443ee59e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep  2 19:01:30 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep  2 19:02:32 2020 +
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  gentoo.org>

 net-analyzer/scapy/scapy-2.4.4.ebuild | 1 +
 net-analyzer/scapy/scapy-.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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index 2590611e940..14629630479 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.ebuild
@@ -14,6 +14,7 @@ SLOT="0"
 KEYWORDS=""
 RDEPEND="
net-analyzer/tcpdump
+   net-libs/libpcap
 "
 S=${WORKDIR}/${P/_/}
 DOC_CONTENTS="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-09-02 Thread Jeroen Roovers
commit: 3d610b65b3d4aeba2a16f74782449464bd140bde
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep  2 18:55:25 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep  2 18:55:52 2020 +
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  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..000
--- 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..000
--- 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
-
-   

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-09-02 Thread Jeroen Roovers
commit: 8fbe938a1d5812f344b996c6f0327f1f6f0b7fd1
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep  2 18:54:12 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep  2 18:55:51 2020 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-07-26 Thread Jeroen Roovers
commit: 863dce99366ca9b410ffc81bf25a30e7cc9c1665
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 26 13:04:37 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 26 17:54:41 2020 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-07-19 Thread Jeroen Roovers
commit: 76c6091301def589938db8c2447e5a7e15b94d85
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 19 13:57:30 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 19 13:59:53 2020 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-07-19 Thread Jeroen Roovers
commit: d629ddf37ac7c104e82dab05598f5f37ba9b8099
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Jul 19 13:58:25 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Jul 19 13:59:54 2020 +
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  gentoo.org>

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

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index 3ed8c5033ab..2590611e940 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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
 }
 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-02-17 Thread Michał Górny
commit: 3ed4bfb11a9fa7cf1bba3746eb75f1f2724ec45f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 10:53:06 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 10:55:33 2020 +
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  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 000..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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

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

net-analyzer/scapy: Remove less old versions

Signed-off-by: Michał Górny  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 @@
net...@gentoo.org
Gentoo network monitoring and analysis project

-   
-   Enable dev-python/pyx support for 
psdump/pdfdump commands
-   Enable net-analyzer/tcpreplay 
support for fast packet replay
-   

secdev/scapy


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..000
--- 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 )
-"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-02-17 Thread Michał Górny
commit: b29ebf2ae1f4a697e1861f5ed28b88c7e9744c30
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 17 09:21:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 17 09:52:27 2020 +
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  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..000
--- 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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-02-07 Thread Agostino Sarubbo
commit: b5159c38cd291edc11fab02fb23a31ff3ddd2e36
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Feb  7 12:12:22 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Feb  7 12:12:22 2020 +
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  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
 "



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-02-06 Thread Agostino Sarubbo
commit: 808a1a6779a03629f2cb98fa61ad1fafe5664bc7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb  6 08:21:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb  6 08:21:12 2020 +
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  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
 "



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2020-02-02 Thread Pacho Ramos
commit: cbc7d198885e3a8b723019c45ca53b7e2a50ddcf
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Feb  2 12:08:12 2020 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Feb  2 12:08:12 2020 +
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  gentoo.org>

 net-analyzer/scapy/scapy-2.4.3.ebuild | 2 +-
 net-analyzer/scapy/scapy-.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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index 0293cc5ace3..3ed8c5033ab 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-08-06 Thread Jeroen Roovers
commit: c937ed6d755e0989c8c42f0f5fda33a756821173
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug  7 04:59:38 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug  7 05:01:11 2019 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-08-06 Thread Jeroen Roovers
commit: 37faf10ced4fbce857ba1cdb259986e71a4c56b2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug  7 05:00:57 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug  7 05:01:12 2019 +
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  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..000
--- 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..000
--- 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
-   

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-08-06 Thread Jeroen Roovers
commit: 4ced1ecaeaf592a6f9513313a0b02eb95da28413
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  6 05:56:05 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  6 06:05:14 2019 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-08-06 Thread Jeroen Roovers
commit: 27147148b3ae372ae3a5382d0ea1128f3c5f974f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  6 05:55:07 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  6 06:05:14 2019 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-08-06 Thread Jeroen Roovers
commit: 5af683d2f87a3d75ca0158468f50c89c83977266
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Aug  6 06:04:29 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Aug  6 06:05:14 2019 +
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  gentoo.org>

 net-analyzer/scapy/scapy-2.4.3_rc4.ebuild | 2 +-
 net-analyzer/scapy/scapy-.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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index 55240a18ff0..955a856de14 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-07-11 Thread Jeroen Roovers
commit: 27b7d768c8c30e3690f04c5948b74e54b3f29889
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 11 07:12:38 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 11 07:12:54 2019 +
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  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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-07-11 Thread Jeroen Roovers
commit: b3873df9830aee21530e7f52274befc5e9d32fff
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jul 11 07:07:33 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jul 11 07:08:24 2019 +
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  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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-07-09 Thread Jeroen Roovers
commit: 4e3df6975dd44939cf69b0c2cfc88d8f7db8ad5b
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul  9 20:05:47 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul  9 20:07:16 2019 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-07-09 Thread Jeroen Roovers
commit: 371a07b5e62dbbc2ad5088823c1ecf0cb7548014
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul  9 20:07:03 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul  9 20:07:16 2019 +
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  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..000
--- 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..000
--- 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
-   

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-07-01 Thread Jeroen Roovers
commit: 6f23817391c82f654a56d4fb9ce755076cc89734
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Jul  1 21:20:45 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Jul  1 21:23:33 2019 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-05-16 Thread Jeroen Roovers
commit: 7a18b0c98614601d688a8df50bd7d13bc494f45f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu May 16 07:48:29 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu May 16 07:48:45 2019 +
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  gentoo.org>

 net-analyzer/scapy/Manifest|  1 +
 .../scapy/{scapy-.ebuild => scapy-2.4.3_rc1.ebuild}| 10 +-
 net-analyzer/scapy/scapy-.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-.ebuild 
b/net-analyzer/scapy/scapy-2.4.3_rc1.ebuild
similarity index 81%
copy from net-analyzer/scapy/scapy-.ebuild
copy to net-analyzer/scapy/scapy-2.4.3_rc1.ebuild
index ee534593de5..25877178edf 100644
--- a/net-analyzer/scapy/scapy-.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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index ee534593de5..55240a18ff0 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

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

net-analyzer/scapy: update HOMEPAGE, use HTTPS

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Mike Auty  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-.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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index 3005f30dde5..ee534593de5 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2019-05-04 Thread Mike Auty
commit: 8435230fb40a2f6cd10dc4c7523fd730cb421aa8
Author: Mike Auty  gentoo  org>
AuthorDate: Sat May  4 14:33:19 2019 +
Commit: Mike Auty  gentoo  org>
CommitDate: Sat May  4 14:33:19 2019 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2018-08-26 Thread Michał Górny
commit: ab0e5302048e840f8fe9ce0609bc37e0abca7539
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 26 16:57:38 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 26 16:57:38 2018 +
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 @@


Enable dev-python/pyx support for 
psdump/pdfdump commands
-   Enable visual package support for 3d 
graphs
Enable net-analyzer/tcpreplay 
support for fast packet replay



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 )
 "



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2018-06-03 Thread Mike Auty
commit: 21ad4ca91961c605d7caa203f9530fb30ccf682e
Author: Mike Auty  gentoo  org>
AuthorDate: Sun Jun  3 21:20:09 2018 +
Commit: Mike Auty  gentoo  org>
CommitDate: Sun Jun  3 21:20:33 2018 +
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-.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 
442e13853cfd4bac4984571367990ce03a2fc1a634564ed7e05641130d435818f161687c530f17280a20f1063aafa35cb867fc2f7d78a4f3ae257dbb6f90
 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..000
--- 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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index ce815cfb2f7..37900e5421f 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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() {



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2018-05-01 Thread Michał Górny
commit: 7560a4eb318e46a8a835118757aa50dc07aa48e4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  1 08:16:23 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  1 09:26:40 2018 +
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-.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 @@


Enable dev-python/pyx support for 
psdump/pdfdump commands
-   Enable dev-python/visual support 
for 3d graphs
+   Enable visual package support for 3d 
graphs
Enable net-analyzer/tcpreplay 
support for fast packet replay



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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index ab2b39168b2..ce815cfb2f7 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2018-02-17 Thread Jeroen Roovers
commit: 2799ecc02c10b7b314da4343690a2788d8feb9da
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Feb 17 09:11:57 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Feb 17 09:11:57 2018 +
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-.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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index bb55114b838..ab2b39168b2 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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
 }



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2018-02-17 Thread Jeroen Roovers
commit: 76470f4848cadf95bd473e2f4f53946a16ba553d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Feb 17 08:50:15 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Feb 17 08:50:33 2018 +
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-.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-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index fd432de87da..bb55114b838 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2018-02-17 Thread Jeroen Roovers
commit: 5fb6919fb2c68d8dd96cf94a5640785edb9365f6
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Feb 17 08:39:16 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Feb 17 08:39:58 2018 +
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-.ebuild | 46 +++-
 1 file changed, 30 insertions(+), 16 deletions(-)

diff --git a/net-analyzer/scapy/scapy-.ebuild 
b/net-analyzer/scapy/scapy-.ebuild
index 7d971be6c7c..fd432de87da 100644
--- a/net-analyzer/scapy/scapy-.ebuild
+++ b/net-analyzer/scapy/scapy-.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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2018-02-17 Thread Jeroen Roovers
commit: 625680dea1a5b93c1411817ef8dffafe8be13427
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Feb 17 08:35:26 2018 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Feb 17 08:35:48 2018 +
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 
442e13853cfd4bac4984571367990ce03a2fc1a634564ed7e05641130d435818f161687c530f17280a20f1063aafa35cb867fc2f7d78a4f3ae257dbb6f90
 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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2017-03-19 Thread Jeroen Roovers
commit: a2c8acae80e75cb03d15318e4825660f7c1557e8
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Mar 19 13:15:29 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Mar 19 13:15:29 2017 +
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 000..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 )
+"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/files/, net-analyzer/scapy/

2017-03-19 Thread Jeroen Roovers
commit: c79df2326edc48ccacb341903b429390747e59d3
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Mar 19 13:12:05 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Mar 19 13:12:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c79df232

net-analyzer/scapy: Old.

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-analyzer/scapy/Manifest|  3 --
 .../scapy/files/scapy-2.2.0-fix-sendpfast.patch| 12 
 net-analyzer/scapy/scapy-2.2.0-r3.ebuild   | 33 --
 net-analyzer/scapy/scapy-2.3.0-r1.ebuild   | 29 ---
 net-analyzer/scapy/scapy-2.3.1-r1.ebuild   | 29 ---
 5 files changed, 106 deletions(-)

diff --git a/net-analyzer/scapy/Manifest b/net-analyzer/scapy/Manifest
index 440e7bf974d..b495c3b4d85 100644
--- a/net-analyzer/scapy/Manifest
+++ b/net-analyzer/scapy/Manifest
@@ -1,4 +1 @@
-DIST scapy-2.2.0.tar.gz 972996 SHA256 
c5363b224df0efbd78d7dc4d8a518e5518b2e7affc2e5f1fcecd4efa3ab815af SHA512 
da05deb5dd3bfbd0222659a98e5f01c891e948b9104965e14ca975022b180cd7699ec852357baf229c73321dbe73d9a48c2a14008b7d7a3f0e151914536f7d3a
 WHIRLPOOL 
d1d599e1cb803148e5131b4f9c2b90f80c37abf09678abbbc6a2df8d10fe8a98c8d3628e232217075d23605f8e5caee23916e13c5c80cf9a9323f44d99536fe4
-DIST scapy-2.3.0.zip 1154396 SHA256 
1e63e845ff7a86d4915122945cad2a3b5c60b6914b23713bcbdbab7b24fd47c8 SHA512 
30f8e09411fd23972e68b72ffc168d427018cc9e065534094397d1ced17db3fc66dfa6c50b0b57b1f1309eb411c1c6969b42e0130480922b2cd789c82df311ed
 WHIRLPOOL 
5229c16971fa9add90615955fe5633269d88ff0b6f889d070f9b0e80c036c4010512e071720aced465ca0fb54900f6dd26d663695d55dd4eff0f01e2a6b019d9
-DIST scapy-2.3.1.zip 1134864 SHA256 
8972c02e39a826a10c02c2bdd5025f7251dce9589c57befd9bb55c65f02e4934 SHA512 
f84c9084c56894d15629680c3a3075e1dd5318ad8b3eb2e9d21266f49ee51b7d0748abf9e7a926d7228a87b3ecafa8dc78491dc8f5ac35f8eca1cc7c5581344d
 WHIRLPOOL 
f30a668b0f41f3655c6ee735e40ce36cb7ab3c2deedcc655ff56b5ad66e2d0b78c812f9ca0515870bfedc7f333acc4a9a1354a1c156ac81ce87d7b6b26aa
 DIST scapy-2.3.2.tar.gz 1166056 SHA256 
1b8a86d687feb8ed01114c0c016b428674cbfec04e3eb6f5249a018c427c4f6a SHA512 
6b15e102708d1bd0ca0c910e2d82416cd172634409f93c506542a7dc6b69ddc9c9afef6ec07929f70cc0f8f4c455cdc84d9b35bc2c5b72f79dd7e6785306dc7a
 WHIRLPOOL 
d97f6d91fe87f2e5c1dac8fc5a64d86c2076658e268e999004a95972cb03af38d75fdbe6e72003ba9abd92259e5744bcfe1963b59e6572fa2025396cdfde7a53

diff --git a/net-analyzer/scapy/files/scapy-2.2.0-fix-sendpfast.patch 
b/net-analyzer/scapy/files/scapy-2.2.0-fix-sendpfast.patch
deleted file mode 100644
index e10f97353d7..000
--- a/net-analyzer/scapy/files/scapy-2.2.0-fix-sendpfast.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ru a/scapy-2.2.0/scapy/sendrecv.py b/scapy-2.2.0/scapy/sendrecv.py
 a/scapy-2.2.0/scapy/sendrecv.py2010-08-11 11:09:51.0 +1200
-+++ b/scapy-2.2.0/scapy/sendrecv.py2011-09-20 11:22:26.776978191 +1200
-@@ -13,7 +13,7 @@
- import arch
- from config import conf
- from packet import Gen
--from utils import warning,get_temp_file,PcapReader
-+from utils import warning,get_temp_file,PcapReader,wrpcap
- import plist
- from error import log_runtime,log_interactive
- from base_classes import SetGen

diff --git a/net-analyzer/scapy/scapy-2.2.0-r3.ebuild 
b/net-analyzer/scapy/scapy-2.2.0-r3.ebuild
deleted file mode 100644
index 1f232e43f06..000
--- a/net-analyzer/scapy/scapy-2.2.0-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="A Python interactive packet manipulation program for mastering 
the network"
-HOMEPAGE="http://www.secdev.org/projects/scapy/;
-SRC_URI="http://www.secdev.org/projects/scapy/files/${P}.tar.gz;
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="gnuplot pyx crypt graphviz imagemagick visual tcpreplay"
-
-RDEPEND="
-   net-analyzer/tcpdump
-   gnuplot? ( dev-python/gnuplot-py[${PYTHON_USEDEP}] )
-   pyx? ( dev-python/pyx[${PYTHON_USEDEP}] )
-   crypt? ( || ( dev-python/pycryptodome[${PYTHON_USEDEP}]
- dev-python/pycrypto[${PYTHON_USEDEP}] ) )
-   graphviz? ( media-gfx/graphviz )
-   imagemagick? ( virtual/imagemagick-tools )
-   visual? ( dev-python/visual )
-   tcpreplay? ( net-analyzer/tcpreplay )
-"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-fix-sendpfast.patch
-}

diff --git a/net-analyzer/scapy/scapy-2.3.0-r1.ebuild 
b/net-analyzer/scapy/scapy-2.3.0-r1.ebuild
deleted file mode 100644
index a25003746d5..000
--- a/net-analyzer/scapy/scapy-2.3.0-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit eutils distutils-r1
-
-DESCRIPTION="A 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2017-03-04 Thread Mike Auty
commit: b01ebc09ebf754cec82f06d3475cf9580d74f504
Author: Mike Auty  gentoo  org>
AuthorDate: Sat Mar  4 12:08:38 2017 +
Commit: Mike Auty  gentoo  org>
CommitDate: Sat Mar  4 12:08:38 2017 +
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 )



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2016-12-21 Thread Thomas Deutschmann
commit: b5f47e43fae39e944e3c3197fc47dc3f5ed04024
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Dec 21 22:00:15 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Dec 21 22:54:10 2016 +
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="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2016-08-31 Thread Jeroen Roovers
commit: 578d1b9de64e9bc6e7594a37fa22fe94d5a8113f
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Aug 31 16:30:51 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Aug 31 16:31:25 2016 +
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-.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 @@
net...@gentoo.org
Gentoo network monitoring and analysis project

-   Scapy is a powerful interactive packet 
manipulation program.

Enable dev-python/pyx support for 
psdump/pdfdump commands
Enable dev-python/visual support 
for 3d graphs

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



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2016-07-04 Thread Mike Auty
commit: 719df253cb4496c6e9735a85b9375b6b4cbe83bf
Author: Mike Auty  gentoo  org>
AuthorDate: Mon Jul  4 18:13:11 2016 +
Commit: Mike Auty  gentoo  org>
CommitDate: Mon Jul  4 18:13:11 2016 +
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 
f30a668b0f41f3655c6ee735e40ce36cb7ab3c2deedcc655ff56b5ad66e2d0b78c812f9ca0515870bfedc7f333acc4a9a1354a1c156ac81ce87d7b6b26aa
-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"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2016-07-04 Thread Mike Auty
commit: c943b64e9ae8a42c9d42b6e7f8c9d868e5416cae
Author: Mike Auty  gentoo  org>
AuthorDate: Mon Jul  4 18:06:30 2016 +
Commit: Mike Auty  gentoo  org>
CommitDate: Mon Jul  4 18:07:18 2016 +
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 
f30a668b0f41f3655c6ee735e40ce36cb7ab3c2deedcc655ff56b5ad66e2d0b78c812f9ca0515870bfedc7f333acc4a9a1354a1c156ac81ce87d7b6b26aa
+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 000..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 )
+"



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

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

fix  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 @@
net...@gentoo.org
Gentoo network monitoring and analysis project

-   
-Scapy is a powerful interactive packet manipulation program.
-
+   Scapy is a powerful interactive packet 
manipulation program.

Enable dev-python/pyx support for 
psdump/pdfdump commands
Enable dev-python/visual support 
for 3d graphs
-   Enable net-analyzer/tcpreply 
support for fast packet replay
+   Enable net-analyzer/tcpreplay 
support for fast packet replay

 



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2016-04-05 Thread Anthony G. Basile
commit: 29541108bbddecc8fd3c34bf9dd24e2127acd7cb
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Tue Apr  5 23:17:10 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Apr  5 23:17:27 2016 +
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="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2016-04-05 Thread Anthony G. Basile
commit: 2f3118b9c2f22a788681ddc4617e8ea608733833
Author: Alexey Sokolov  google  com>
AuthorDate: Tue Apr  5 22:27:57 2016 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Tue Apr  5 22:44:11 2016 +
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="



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/scapy/

2015-12-01 Thread Justin Lecher
commit: 2565c08a2fe826c39b769e779618530b6a09b79a
Author: Justin Lecher  gentoo  org>
AuthorDate: Wed Dec  2 07:23:55 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Wed Dec  2 07:23:55 2015 +
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  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 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-netmon
-
-ike...@gentoo.org
-Mike Auty
-
-
+   netmon
+   
+   ike...@gentoo.org
+   Mike Auty
+   
+   
 Scapy is a powerful interactive packet manipulation program.
 
-
-Enable dev-python/pyx support for psdump/pdfdump 
commands
-Enable dev-python/visual support for 3d 
graphs
-Enable net-analyzer/tcpreply support for 
fast packet replay
-
+   
+   Enable dev-python/pyx support for 
psdump/pdfdump commands
+   Enable dev-python/visual support 
for 3d graphs
+   Enable net-analyzer/tcpreply 
support for fast packet replay
+   
 

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