commit:     f9b772c95b459e6c9278ae8c34d65ffe11ba511f
Author:     gpotter2 <gabriel <AT> potter <DOT> fr>
AuthorDate: Fri Nov 22 13:49:44 2019 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 09:40:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9b772c9

Delete scapy-python3

- Deprecated since net-analyser/scapy supports Python 3.
- Has no dependents.
- I have consent from the current Gentoo maintainer

Bug: https://bugs.gentoo.org/702496
Closes: https://bugs.gentoo.org/702496
Signed-off-by: gpotter2 <gabriel <AT> potter.fr>
Closes: https://github.com/gentoo/gentoo/pull/13734
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>

 dev-python/scapy-python3/Manifest                  |  1 -
 dev-python/scapy-python3/metadata.xml              | 11 -----------
 dev-python/scapy-python3/scapy-python3-0.23.ebuild | 23 ----------------------
 3 files changed, 35 deletions(-)

diff --git a/dev-python/scapy-python3/Manifest 
b/dev-python/scapy-python3/Manifest
deleted file mode 100644
index e5d0c2ae9ea..00000000000
--- a/dev-python/scapy-python3/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST scapy-python3-0.23.tar.gz 2196173 BLAKE2B 
32a3b48c83a2e2a4262f47307bde02c272106f863bb52e362dc0e1a23ef2095426a7cdfe7ae53bc6ff980ef08277857a3e877777a6222d89a26812fd69b030b1
 SHA512 
9cb214a46f6f8b90c10afb903600472e389c30840e6e42c876cb035d18fe13f2affb2914263a668e802ac55727e7651e8dcc1c0ed753a92cd234488158a9ff60

diff --git a/dev-python/scapy-python3/metadata.xml 
b/dev-python/scapy-python3/metadata.xml
deleted file mode 100644
index f0074601b7d..00000000000
--- a/dev-python/scapy-python3/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="person">
-    <email>klaus...@gentoo.org</email>
-    <name>Tobias Klausmann</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">scapy-python3</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/dev-python/scapy-python3/scapy-python3-0.23.ebuild 
b/dev-python/scapy-python3/scapy-python3-0.23.ebuild
deleted file mode 100644
index 63da26d3680..00000000000
--- a/dev-python/scapy-python3/scapy-python3-0.23.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python3_6 )
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-inherit distutils-r1
-
-DESCRIPTION="Packet crafting/sending/... PCAP processing tool with python3 
compatibility"
-HOMEPAGE="https://pypi.org/project/scapy-python3/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       !net-analyzer/scapy
-       "

Reply via email to