commit:     b8a3348f844152919ca551bb0c4fe5470006dcb8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 29 12:15:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 29 12:20:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a3348f

dev-python/zope-i18nmessageid: Remove redundant versions

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

 dev-python/zope-i18nmessageid/Manifest             |  1 -
 .../zope-i18nmessageid-4.1.0.ebuild                | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/zope-i18nmessageid/Manifest 
b/dev-python/zope-i18nmessageid/Manifest
index 9a1a949ac46..7edf5fa12fb 100644
--- a/dev-python/zope-i18nmessageid/Manifest
+++ b/dev-python/zope-i18nmessageid/Manifest
@@ -1,2 +1 @@
-DIST zope.i18nmessageid-4.1.0.tar.gz 24166 BLAKE2B 
378095bed1407c0025a6bddadc57be779f938ac914a5067aeeef28adc22217b2ec2a3ff41487ca9578a88b2fd27fb07d35996b71d2e82a698831d15e4bd6e630
 SHA512 
c787417ee67f951a7c72a4501d17cb75fa60aab26768f4dd31d2cc3915b162a148f08bd2f00270d55fb8ec3804bcca62d07cbdee952ab1647a75681daf291627
 DIST zope.i18nmessageid-5.0.0.tar.gz 28220 BLAKE2B 
84727f56ce8dd069915b5b31a2f9824ee83b334d82e3b2a958e35e43842cee044ec47879809fe6256b51631a5baf9dfb4432f7e5e494faceca2f7ade479d38ff
 SHA512 
76cf129e266f649ab379d1abea143b34e42f0ce66fdfcbebd1dbbca639a55c11a9d41687a7bb4dd04359fa1465e235035849786d142bafaa68d783c1f7aee2d6

diff --git a/dev-python/zope-i18nmessageid/zope-i18nmessageid-4.1.0.ebuild 
b/dev-python/zope-i18nmessageid/zope-i18nmessageid-4.1.0.ebuild
deleted file mode 100644
index 34a8f8208a3..00000000000
--- a/dev-python/zope-i18nmessageid/zope-i18nmessageid-4.1.0.ebuild
+++ /dev/null
@@ -1,30 +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})
-
-inherit distutils-r1
-MY_PN=zope.i18nmessageid
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Zope i18nmessageid Architecture"
-HOMEPAGE="https://github.com/zopefoundation/zope.i18nmessageid 
http://docs.zope.org/zope.i18nmessageid/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-python_install_all() {
-       distutils-r1_python_install_all
-
-       # remove .pth files since dev-python/namespace-zope handles the ns
-       find "${D}" -name '*.pth' -delete || die
-}

Reply via email to