From 286ced0db48eb06aadced940066e042bdf0d512f Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Wed, 19 Oct 2016 23:53:51 +0200 Subject: [PATCH] dev-python/progressbar: clean up old. Package-Manager: portage-2.3.0 --- .../progressbar/progressbar-2.3-r1.ebuild | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 dev-python/progressbar/progressbar-2.3-r1.ebuild diff --git a/dev-python/progressbar/progressbar-2.3-r1.ebuild b/dev-python/progressbar/progressbar-2.3-r1.ebuild deleted file mode 100644 index 58a4c19a4f58f..0000000000000 --- a/dev-python/progressbar/progressbar-2.3-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Text progressbar library for python" -HOMEPAGE="https://code.google.com/p/python-progressbar/ https://pypi.python.org/pypi/progressbar" -SRC_URI="https://python-${PN}.googlecode.com/files/${P}.tar.gz" - -LICENSE="|| ( LGPL-2.1 BSD )" -SLOT="0" -KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" - -PATCHES=( "${FILESDIR}/progressbar-2.3-python3.3.patch" )