From 41e4a148bc9f253328794aa1ed0c51bf4f5f02c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 2 May 2017 10:02:11 +0200 Subject: [PATCH] dev-python/iniparse: Clean old versions up --- dev-python/iniparse/iniparse-0.4-r1.ebuild | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 dev-python/iniparse/iniparse-0.4-r1.ebuild diff --git a/dev-python/iniparse/iniparse-0.4-r1.ebuild b/dev-python/iniparse/iniparse-0.4-r1.ebuild deleted file mode 100644 index cf66507d85c2..000000000000 --- a/dev-python/iniparse/iniparse-0.4-r1.ebuild +++ /dev/null @@ -1,23 +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="Better INI parser for Python" -HOMEPAGE="https://pypi.python.org/pypi/iniparse" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT PSF-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -python_test() { - "${PYTHON}" runtests.py || die -} -- 2.26.2