diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 19:15:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 19:43:34 +0200 |
commit | 276f6296fb842375922f76ae1cfeec25d502f581 (patch) | |
tree | 0f62b62bc0b835bb1532c69952eaf54a632772f3 /dev-python/d2to1 | |
parent | dev-python/python-memcached: Clean old versions up (diff) | |
download | gentoo-276f6296fb842375922f76ae1cfeec25d502f581.tar.gz gentoo-276f6296fb842375922f76ae1cfeec25d502f581.tar.bz2 gentoo-276f6296fb842375922f76ae1cfeec25d502f581.zip |
dev-python/d2to1: Clean old versions up
Diffstat (limited to 'dev-python/d2to1')
-rw-r--r-- | dev-python/d2to1/Manifest | 2 | ||||
-rw-r--r-- | dev-python/d2to1/d2to1-0.2.11.ebuild | 20 | ||||
-rw-r--r-- | dev-python/d2to1/d2to1-0.2.12.ebuild | 19 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/d2to1/Manifest b/dev-python/d2to1/Manifest index 21edd0791197..d0f66338a993 100644 --- a/dev-python/d2to1/Manifest +++ b/dev-python/d2to1/Manifest @@ -1,3 +1 @@ -DIST d2to1-0.2.11.tar.gz 25237 SHA256 64097a1b9270458898a0047034e9ba422a6456f51771105f33edb6b38e19bfa8 SHA512 46a8b8b154b77bbef7bfeeeba1d6752899fad1b4cac8a6df699d42c848dcccc51e16db6429d171efd829fd051215f58fd9a5ec2edb62a06cf75f00ec5faac4da WHIRLPOOL 88d71211a96523002892f8aa03abfdfd33b6859480898d8f0b68af5f1386976aa5563fbb0e15dfe588dab37d216fa74c7d990cb9ea4b61b7f53a9b8f7f5b99fe DIST d2to1-0.2.12.post1.tar.gz 35973 SHA256 49ef2d16862b3efdc81fc5c32eac373b984945cde5fc02bb01a0a11ff03dd825 SHA512 89890afc78b21d78f42ef5c920d377cd58075829e025c512d86138d52943ce8b71d1245bf267f76f775c6a69bf81bf9881322bd64b0e75ae088134e6b66f4d2d WHIRLPOOL 4470129450781e8fdb17bfecb4354f80215ae72216f3d903bb94099bcd361638bf38bc8e3d29f4ae1bae1b6c09daa8a09e870371469745fac424f7ad5e32e2bb -DIST d2to1-0.2.12.tar.gz 35901 SHA256 d75c431beb8ed9d75af35093a88218fd5fc38944ddbebff6234bea0228af43d3 SHA512 a437d3652a63267470488de677e9d9e9844265480a8693f8b0163db8e1801f123888a14b78b0efb99c88598601cda5af7cfba993bd053c0683ed9ea22e8342a6 WHIRLPOOL d27067ce3e55ba7408c08717a4a7c13e2b0e1383a3529ea95b4faf8cab74aa787648192f51179ec3bb312c9159bc0bbc93ce2befeaa709e165550392ab07767e diff --git a/dev-python/d2to1/d2to1-0.2.11.ebuild b/dev-python/d2to1/d2to1-0.2.11.ebuild deleted file mode 100644 index 69596ed88256..000000000000 --- a/dev-python/d2to1/d2to1-0.2.11.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Allows using distutils2-like setup.cfg files for a package metadata" -HOMEPAGE="https://pypi.python.org/pypi/d2to1" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" diff --git a/dev-python/d2to1/d2to1-0.2.12.ebuild b/dev-python/d2to1/d2to1-0.2.12.ebuild deleted file mode 100644 index fe34f6986792..000000000000 --- a/dev-python/d2to1/d2to1-0.2.12.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Allows using distutils2-like setup.cfg files for a package metadata" -HOMEPAGE="https://pypi.python.org/pypi/d2to1" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |