summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-15 17:31:02 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-15 17:31:02 +0000
commit13fe5948ce5090d731d19718e7f173e5219c5a18 (patch)
tree94ee89e460509a3ca030ce54ed07097108f4a917 /dev-python/python-distutils-extra
parentStable on amd64 wrt bug #328261 (diff)
downloadgentoo-2-13fe5948ce5090d731d19718e7f173e5219c5a18.tar.gz
gentoo-2-13fe5948ce5090d731d19718e7f173e5219c5a18.tar.bz2
gentoo-2-13fe5948ce5090d731d19718e7f173e5219c5a18.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/python-distutils-extra')
-rw-r--r--dev-python/python-distutils-extra/python-distutils-extra-2.12.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.12.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.12.ebuild
deleted file mode 100644
index 1406ad8a385a..000000000000
--- a/dev-python/python-distutils-extra/python-distutils-extra-2.12.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/python-distutils-extra-2.12.ebuild,v 1.1 2009/11/03 21:59:10 arfrever Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-DESCRIPTION="You can integrate gettext support, themed icons and scrollkeeper based documentation in distutils."
-HOMEPAGE="https://launchpad.net/python-distutils-extra"
-SRC_URI="http://launchpad.net/python-distutils-extra/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-PYTHON_MODNAME="DistUtilsExtra"
-DOCS="doc/FAQ doc/README doc/setup.cfg.example doc/setup.py.example"