diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-08 17:35:15 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-08 17:35:15 +0000 |
commit | 8ef6a53fc8ea6384b1d06793791138524eaad51f (patch) | |
tree | a0681f1efb907b1477dcf3dc530637615ab05818 /dev-python/pythonutils | |
parent | Use mask iphone gvfs USE flag until bug #325839 is fixed. (diff) | |
download | gentoo-2-8ef6a53fc8ea6384b1d06793791138524eaad51f.tar.gz gentoo-2-8ef6a53fc8ea6384b1d06793791138524eaad51f.tar.bz2 gentoo-2-8ef6a53fc8ea6384b1d06793791138524eaad51f.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/pythonutils')
-rw-r--r-- | dev-python/pythonutils/pythonutils-0.3.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/pythonutils/pythonutils-0.3.0.ebuild b/dev-python/pythonutils/pythonutils-0.3.0.ebuild deleted file mode 100644 index a2109709a18a..000000000000 --- a/dev-python/pythonutils/pythonutils-0.3.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythonutils/pythonutils-0.3.0.ebuild,v 1.2 2007/04/24 08:10:58 lucass Exp $ - -NEED_PYTHON=2.2 - -inherit 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="~amd64 ~x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -src_install() { - distutils_src_install - - dodoc docs/*.txt - dohtml -r docs/* -} |