diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-19 17:13:00 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-19 17:13:00 +0000 |
commit | 8e3bc76d31291b6513404330bef368792420ce61 (patch) | |
tree | 330157020b8a6b8fc596e6b8e504aa42b59ec1bb /dev-python/odfpy | |
parent | Stable for HPPA (bug #295697). (diff) | |
download | historical-8e3bc76d31291b6513404330bef368792420ce61.tar.gz historical-8e3bc76d31291b6513404330bef368792420ce61.tar.bz2 historical-8e3bc76d31291b6513404330bef368792420ce61.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/odfpy')
-rw-r--r-- | dev-python/odfpy/odfpy-0.7.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/odfpy/odfpy-0.7.ebuild b/dev-python/odfpy/odfpy-0.7.ebuild deleted file mode 100644 index b8459ad5a777..000000000000 --- a/dev-python/odfpy/odfpy-0.7.ebuild +++ /dev/null @@ -1,21 +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/odfpy/odfpy-0.7.ebuild,v 1.1 2009/04/18 19:20:45 patrick Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -DESCRIPTION="Python interface to Open Document Format" -HOMEPAGE="http://opendocumentfellowship.com/development/projects/odfpy" -SRC_URI="http://pypi.python.org/packages/source/o/odfpy/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -DEPEND="dev-python/setuptools" -IUSE="" -RDEPEND="" - -src_install() { - distutils_src_install -} |