diff options
author | 2009-08-03 09:20:27 +0000 | |
---|---|---|
committer | 2009-08-03 09:20:27 +0000 | |
commit | a029a7e8c361e33f5e98dc40c81a3314b03d2004 (patch) | |
tree | cbfd727de5839cd8b45b4b1bd30da82db89e7c9b | |
parent | Bump system-config-printer and pycups to newer releases (diff) | |
download | suka-a029a7e8c361e33f5e98dc40c81a3314b03d2004.tar.gz suka-a029a7e8c361e33f5e98dc40c81a3314b03d2004.tar.bz2 suka-a029a7e8c361e33f5e98dc40c81a3314b03d2004.zip |
Remove python-distutils-extra, in tree now
svn path=/; revision=130
-rw-r--r-- | dev-python/python-distutils-extra/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-distutils-extra/python-distutils-extra-1.91.2.ebuild | 25 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/python-distutils-extra/Manifest b/dev-python/python-distutils-extra/Manifest deleted file mode 100644 index 624d1e4..0000000 --- a/dev-python/python-distutils-extra/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST python-distutils-extra_1.91.2.tar.gz 13645 RMD160 2a833b11b8defb213a93758517c6c8e929cba0ac SHA1 e0a26f21c73a7cb585fe914b1d8af9469eb5decd SHA256 32b4b80764959f9fb2375c98566e456a17c4851c711551fb740a89ac3035da24 -EBUILD python-distutils-extra-1.91.2.ebuild 629 RMD160 42127213529ae6592f17f54ef31cec45cc4bac68 SHA1 c28ed0bad629296513f9b096c639288403358954 SHA256 8b1073419bfdf799e7d46fb9be8a0d19b618a0e9708213a21845ab7421b494b5 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 -} |