commit: e6045e996eb853cbadaf01fae2b36436d05dc91d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Feb 13 17:42:19 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Feb 13 17:42:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6045e99
dev-python/ordereddict: Remove last-rited pkg Closes: https://bugs.gentoo.org/705256 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ordereddict/Manifest | 1 - dev-python/ordereddict/metadata.xml | 18 ------------------ dev-python/ordereddict/ordereddict-1.1.ebuild | 22 ---------------------- profiles/package.mask | 5 ----- 4 files changed, 46 deletions(-) diff --git a/dev-python/ordereddict/Manifest b/dev-python/ordereddict/Manifest deleted file mode 100644 index 29e3483317b..00000000000 --- a/dev-python/ordereddict/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ordereddict-1.1.tar.gz 2114 BLAKE2B a4656803bfb00f6610eda1eb811b8e94a0285ce7c1e24c8d391e2ff169a7060cd32b3d4f6eba15b2e905bc4bdf8ed5dc1a623c201f47b2020a1b973f18596e24 SHA512 20b2beb1ee6309885b2d702c04d21e683fae3061f19176aceae381688be0fed5b2fbf55a1ff901460e93bf14c83169d2b7a286e3725b008583711134656d86e5 diff --git a/dev-python/ordereddict/metadata.xml b/dev-python/ordereddict/metadata.xml deleted file mode 100644 index 17d0ad657d0..00000000000 --- a/dev-python/ordereddict/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Matthew Thode</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Openstack</name> - </maintainer> - <longdescription lang="en"> - A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6. - </longdescription> - <upstream> - <remote-id type="pypi">ordereddict</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/ordereddict/ordereddict-1.1.ebuild b/dev-python/ordereddict/ordereddict-1.1.ebuild deleted file mode 100644 index 19fd8b098d7..00000000000 --- a/dev-python/ordereddict/ordereddict-1.1.ebuild +++ /dev/null @@ -1,22 +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 distutils-r1 - -DESCRIPTION="A drop-in substitute for Py2.7's new collections.OrderedDict that -works in Python 2.4-2.6." -HOMEPAGE="https://pypi.org/project/ordereddict/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 x86" -IUSE="" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] -" -RDEPEND="" diff --git a/profiles/package.mask b/profiles/package.mask index 2c973a4cf16..23d0942636d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -615,11 +615,6 @@ app-admin/supernova # Removal in 30 days. Bug #705268. sys-libs/libcxxrt -# Michał Górny <[email protected]> (2020-01-12) -# Backport to Python 2.4 - 2.6. Not needed by anything. -# Removal in 30 days. Bug #705256. -dev-python/ordereddict - # Mart Raudsepp <[email protected]> (2020-01-11) # End of life vala:0.42 series, please depclean. # This message shall be kept until 2020-02-11.
