summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2014-09-29 16:56:14 +0000
committerTobias Klausmann <klausman@gentoo.org>2014-09-29 16:56:14 +0000
commit3e5550c9350dfc024fc13a621326c50099e94ec5 (patch)
treea08fde1313d19b9a3351350830a4540cda74f217 /dev-python/configparser
parentFix LICENSE, bitmap fonts are not copyrightable, bug 523678. (diff)
downloadgentoo-2-3e5550c9350dfc024fc13a621326c50099e94ec5.tar.gz
gentoo-2-3e5550c9350dfc024fc13a621326c50099e94ec5.tar.bz2
gentoo-2-3e5550c9350dfc024fc13a621326c50099e94ec5.zip
<=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)
Diffstat (limited to 'dev-python/configparser')
-rw-r--r--dev-python/configparser/ChangeLog10
-rw-r--r--dev-python/configparser/configparser-3.2.0.3.ebuild19
2 files changed, 8 insertions, 21 deletions
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 <klausman@gentoo.org>
+ -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}