diff options
author | 2010-03-26 20:01:23 +0000 | |
---|---|---|
committer | 2010-03-26 20:01:23 +0000 | |
commit | 0bc5974753d63e421ca5806c40d5ac72e942905b (patch) | |
tree | 747845afc1cf533e7827da60dff84ebea23fdc44 /dev-python | |
parent | Version bump. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-0bc5974753d63e421ca5806c40d5ac72e942905b.tar.gz gentoo-2-0bc5974753d63e421ca5806c40d5ac72e942905b.tar.bz2 gentoo-2-0bc5974753d63e421ca5806c40d5ac72e942905b.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild b/dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild deleted file mode 100644 index 46109d2fbc03..000000000000 --- a/dev-python/hachoir-regex/hachoir-regex-1.0.2.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-regex/hachoir-regex-1.0.2.ebuild,v 1.3 2008/08/12 08:11:08 cedk Exp $ - -NEED_PYTHON=2.4 - -inherit distutils - -DESCRIPTION="regex manipulation Python library" -HOMEPAGE="http://hachoir.org/wiki/hachoir-regex" -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_regex" |