summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-distutils-extra/python-distutils-extra-1.91.2.ebuild')
-rw-r--r--dev-python/python-distutils-extra/python-distutils-extra-1.91.2.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/python-distutils-extra/python-distutils-extra-1.91.2.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-1.91.2.ebuild
deleted file mode 100644
index d2881e1..0000000
--- a/dev-python/python-distutils-extra/python-distutils-extra-1.91.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils distutils
-
-DESCRIPTION="Enhancements to the Python build system"
-HOMEPAGE="http://packages.debian.org/sid/python-distutils-extra"
-SRC_URI="http://ftp.de.debian.org/debian/pool/main/p/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64 ~ia64 ~ppc"
-IUSE=""
-
-DEPEND=">=dev-lang/python-2.4
- >=dev-util/intltool-0.35.5"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/debian"
-
-src_install() {
- DOCS="doc/README doc/FAQ doc/setup.cfg.example doc/setup.py.example"
- distutils_src_install
-}