From: Michał Górny Date: Tue, 2 May 2017 13:34:45 +0000 (+0200) Subject: dev-python/zstandard: Clean old versions up X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=48a5ea948d1b5fa3f00171aea1b596f421beb199;p=gentoo.git dev-python/zstandard: Clean old versions up --- diff --git a/dev-python/zstandard/Manifest b/dev-python/zstandard/Manifest index 280f3da75a2c..c62065cbda96 100644 --- a/dev-python/zstandard/Manifest +++ b/dev-python/zstandard/Manifest @@ -1,3 +1 @@ -DIST zstandard-0.7.0.tar.gz 427288 SHA256 29f2babe5828b257a793e077543150e64ab944b9f3cc071fb5cbb6892243645a SHA512 016a8142a504757beb99b681386e7d8ea81b91a3a10b44894fa16443c21b567fce1101283e1967a2895e504045d84173b512fe7144a6a962ef64a509fcd83a4a WHIRLPOOL 7a4f27201cc5a274e7e0e5f2b5c1836fdcf24474b78af8deba503b7e27add5f262762ac5f6a8eb8653a8123318eaceb2f94339a162dc2df5b62f2e9cf83b48a2 -DIST zstandard-0.8.0.tar.gz 463794 SHA256 455751752f9d185b169e45bfd4a437d9473ef944ddd7313c8f15bdd466cd8d6c SHA512 c6ba906403e5c18b374faf9f676b10f0988b9f4067bd6c52c548d7dee58fac79974babfd5c438aef8da0a5260158116db69b11f2a52a775772d9904b9d86fdbc WHIRLPOOL 595928461f9dbf840abdbe814b28759389e5b1513618274a822881e922ebbc4c4716f23a89cc0a5379aba57cbff2ecdc0d604f73b8527e777160da031910ccf0 DIST zstandard-0.8.1.tar.gz 463785 SHA256 d8df3b40fed5c0a5d15b36e698b0286323170086b2034e5d52465fa3c1ce2429 SHA512 0ddbe22381397443c6c9f84e64f9358160bede104c4f48351119d880ac4f88994739b0b3915454567d2b2b04930c6ead5aa290a40323ba4b0bacf5e97809793c WHIRLPOOL fe033d0123f9e9135d54422db757727145fd6aeb31a1dac919832d12d950c89176c6301aa5db3b64be884183d63671ca823ca6951dcdcfa8921aab60b06ad336 diff --git a/dev-python/zstandard/zstandard-0.7.0.ebuild b/dev-python/zstandard/zstandard-0.7.0.ebuild deleted file mode 100644 index 49d2780b47da..000000000000 --- a/dev-python/zstandard/zstandard-0.7.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Zstandard Bindings for Python" -HOMEPAGE="https://pypi.python.org/pypi/zstandard https://github.com/indygreg/python-zstandard" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64" - -RDEPEND="dev-python/cffi:=[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${RDEPEND}" diff --git a/dev-python/zstandard/zstandard-0.8.0.ebuild b/dev-python/zstandard/zstandard-0.8.0.ebuild deleted file mode 100644 index 49d2780b47da..000000000000 --- a/dev-python/zstandard/zstandard-0.8.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) - -inherit distutils-r1 - -DESCRIPTION="Zstandard Bindings for Python" -HOMEPAGE="https://pypi.python.org/pypi/zstandard https://github.com/indygreg/python-zstandard" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64" - -RDEPEND="dev-python/cffi:=[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - ${RDEPEND}"