From: Michał Górny Date: Mon, 9 Mar 2020 09:31:54 +0000 (+0100) Subject: dev-python/dpkt: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2276ba27adf7c7895a776413a81a4708df4054df;p=gentoo.git dev-python/dpkt: Remove last-rited pkg Closes: https://bugs.gentoo.org/692340 Signed-off-by: Michał Górny --- diff --git a/dev-python/dpkt/Manifest b/dev-python/dpkt/Manifest deleted file mode 100644 index 560b4626e89f..000000000000 --- a/dev-python/dpkt/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST dpkt-1.8.8.tar.gz 102074 BLAKE2B 71e33118675b8e2fa6aa59a207a78d96affaaf6c9642849059a3021d68ee92477d07cbc8a4c261bd4af0b1a55ed2f2342691611c6d5f50ac0e5b98d7c6234147 SHA512 c557b3b22462273ce40119ef045a2b15df1b87538de13de9b2183545e16cc4200545e08f2efe42a5af01d820cc48fde28e1155cc78b1d06a44482706ab485392 -DIST dpkt-1.8.tar.gz 76311 BLAKE2B daf3f02ae1954ce0861c35ee43c8cf58c4f9ab9c4387a34a37560815944d72c2ade43bb64caf754283c0238a0317ad5e53e59bb76dbf751575d53782a02a2f6f SHA512 25af49a7b79d192382103e056e762e2933f37b6c72f490c9c6740883e18fdde6c983d640aa27514f15f77ac27e2f037b1943adcaa6046872f53d92e08de73cb3 -DIST dpkt-1.9.1.tar.gz 115253 BLAKE2B 981bea849e088f12dde4091e84331373d6f6655f1399027efa84d58b567f3d0cf0c234b4e8f5093da3ec272534ef9e51d118da624dea788e23cbdd57827c7a0b SHA512 fc18907e4420249c5e8da21f630a24af6bee3e96545a58866170811c15802591a3bd6f7cf816ccb65e3437c0f451a1dc321fc46ac8a63cb8e8a06e0021e15f7f diff --git a/dev-python/dpkt/dpkt-1.8-r1.ebuild b/dev-python/dpkt/dpkt-1.8-r1.ebuild deleted file mode 100644 index c52665d91e19..000000000000 --- a/dev-python/dpkt/dpkt-1.8-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Fast, simple packet creation / parsing" -HOMEPAGE="https://github.com/kbandla/dpkt" -SRC_URI="mirror://gentoo/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm x86" -IUSE="examples" - -DEPEND="" -RDEPEND="" - -DOCS=( AUTHORS CHANGES HACKING ) - -python_test() { - "${PYTHON}" tests/test-perf2.py || die -} - -src_install() { - distutils-r1_src_install - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-python/dpkt/dpkt-1.8.8.ebuild b/dev-python/dpkt/dpkt-1.8.8.ebuild deleted file mode 100644 index 41443d806c5a..000000000000 --- a/dev-python/dpkt/dpkt-1.8.8.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Fast, simple packet creation / parsing" -HOMEPAGE="https://github.com/kbandla/dpkt" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" diff --git a/dev-python/dpkt/dpkt-1.9.1.ebuild b/dev-python/dpkt/dpkt-1.9.1.ebuild deleted file mode 100644 index 2bd9de036d1f..000000000000 --- a/dev-python/dpkt/dpkt-1.9.1.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Fast, simple packet creation / parsing" -HOMEPAGE="https://github.com/kbandla/dpkt" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" diff --git a/dev-python/dpkt/metadata.xml b/dev-python/dpkt/metadata.xml deleted file mode 100644 index c68aa9b04b19..000000000000 --- a/dev-python/dpkt/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - python@gentoo.org - Python - - - kbandla/dpkt - dpkt - - diff --git a/profiles/package.mask b/profiles/package.mask index 8462ad8ce23a..d93da5e4455f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -611,15 +611,6 @@ dev-python/egenix-mx-base # and so on. Removal in ~90 days. #708316 net-misc/wicd -# Michał Górny (2020-02-05) -# Fails to build for at least 6 months. No Python 3 support. Last -# bumped in 2016. Bad quality ebuild. -# -# dev-python/dpkt has no other revdeps. -# -# Removal in 30 days. Bug #692340. -dev-python/dpkt - # Mart Raudsepp (2020-02-03) # Known breakages that need to be handled first, bug 698922 >=x11-libs/pango-1.43