diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-26 19:30:15 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-26 19:30:15 +0000 |
commit | 6ebbe1be47aaae2c2572d004177b9b5458217dd3 (patch) | |
tree | aa2fc7f67a3bfe35515e572cd12b2073009879c8 /dev-python/hachoir-core | |
parent | Add patch to be able to autoconf libgomp using autoconf >=2.64, bug #308515 (diff) | |
download | historical-6ebbe1be47aaae2c2572d004177b9b5458217dd3.tar.gz historical-6ebbe1be47aaae2c2572d004177b9b5458217dd3.tar.bz2 historical-6ebbe1be47aaae2c2572d004177b9b5458217dd3.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/hachoir-core')
-rw-r--r-- | dev-python/hachoir-core/hachoir-core-1.0.1.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild b/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild deleted file mode 100644 index 02ca90c9ef41..000000000000 --- a/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild,v 1.3 2008/08/12 08:07:13 cedk Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -DESCRIPTION="tool written for hackers to cut file or any binary stream" -HOMEPAGE="http://hachoir.org/wiki/hachoir-core" -SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="hachoir_core" |