diff options
Diffstat (limited to 'dev-python/pythonutils/pythonutils-0.2.2.ebuild')
-rw-r--r-- | dev-python/pythonutils/pythonutils-0.2.2.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/pythonutils/pythonutils-0.2.2.ebuild b/dev-python/pythonutils/pythonutils-0.2.2.ebuild deleted file mode 100644 index 8e2e44bcac5d..000000000000 --- a/dev-python/pythonutils/pythonutils-0.2.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythonutils/pythonutils-0.2.2.ebuild,v 1.1 2005/09/17 00:17:25 g2boojum Exp $ - -inherit eutils distutils -DESCRIPTION="Voidspace python modules" -HOMEPAGE="http://www.voidspace.org.uk/python/pythonutils.html" -SRC_URI="http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=${P}.zip" -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND=">=dev-lang/python-2.2 - app-arch/unzip" - -src_compile() { - distutils_src_compile -} - -src_install() { - mydoc="MANIFEST PKG-INFO README" - distutils_src_install - dodoc ${S}/docs/*.txt - dohtml -r ${S}/docs/{*.html,images,smilies,stylesheets} -} |