From 3e5550c9350dfc024fc13a621326c50099e94ec5 Mon Sep 17 00:00:00 2001 From: Tobias Klausmann Date: Mon, 29 Sep 2014 16:56:14 +0000 Subject: <=configparser-3.2 is broken/incompatible with both newer versions of itself and the internal/shipped version of Python 3.x. There are no in-tree deps, so nuke it. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8) --- dev-python/configparser/ChangeLog | 10 ++++++++-- dev-python/configparser/configparser-3.2.0.3.ebuild | 19 ------------------- 2 files changed, 8 insertions(+), 21 deletions(-) delete mode 100644 dev-python/configparser/configparser-3.2.0.3.ebuild (limited to 'dev-python/configparser') diff --git a/dev-python/configparser/ChangeLog b/dev-python/configparser/ChangeLog index 0d62fa3c6c1d..8ea298eb1482 100644 --- a/dev-python/configparser/ChangeLog +++ b/dev-python/configparser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/configparser -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/configparser/ChangeLog,v 1.2 2013/12/14 10:36:32 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/configparser/ChangeLog,v 1.3 2014/09/29 16:56:14 klausman Exp $ + + 29 Sep 2014; Tobias Klausmann + -configparser-3.2.0.3.ebuild: + <=configparser-3.2 is broken/incompatible with both newer versions of itself + and the internal/shipped version of Python 3.x. There are no in-tree deps, so + nuke it. *configparser-3.3.0.2 (14 Dec 2013) diff --git a/dev-python/configparser/configparser-3.2.0.3.ebuild b/dev-python/configparser/configparser-3.2.0.3.ebuild deleted file mode 100644 index 1f57afe35787..000000000000 --- a/dev-python/configparser/configparser-3.2.0.3.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/configparser/configparser-3.2.0.3.ebuild,v 1.1 2013/02/02 10:50:34 yngwin Exp $ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) # 2_6 possible with extra deps -inherit distutils-r1 - -MY_PV=${PV%.*}r${PV##*.} -DESCRIPTION="Backport of Python-3 built-in configparser" -HOMEPAGE="http://pypi.python.org/pypi/configparser/" -SRC_URI="mirror://pypi/${PN::1}/${PN}/${PN}-${MY_PV}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -S=${WORKDIR}/${PN}-${MY_PV} -- cgit v1.2.3-65-gdbad