From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A53F913848E for ; Wed, 19 Oct 2016 21:55:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91B08E09AA; Wed, 19 Oct 2016 21:55:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70A4FE09AA for ; Wed, 19 Oct 2016 21:55:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BF1E341447 for ; Wed, 19 Oct 2016 21:55:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC9D62EA for ; Wed, 19 Oct 2016 21:55:18 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1476914117.286ced0db48eb06aadced940066e042bdf0d512f.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/progressbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/progressbar/progressbar-2.3-r1.ebuild X-VCS-Directories: dev-python/progressbar/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 286ced0db48eb06aadced940066e042bdf0d512f X-VCS-Branch: master Date: Wed, 19 Oct 2016 21:55:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c6a5350a-9017-4135-8817-e2480f879dc5 X-Archives-Hash: 894654dc5367df23494acfffa7b5687e commit: 286ced0db48eb06aadced940066e042bdf0d512f Author: Patrice Clement gentoo org> AuthorDate: Wed Oct 19 21:53:51 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Oct 19 21:55:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286ced0d dev-python/progressbar: clean up old. Package-Manager: portage-2.3.0 dev-python/progressbar/progressbar-2.3-r1.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) 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 58a4c19..00000000 --- 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" )