diff options
author | 2007-07-14 13:22:49 +0000 | |
---|---|---|
committer | 2007-07-14 13:22:49 +0000 | |
commit | 37830b281cf0d76a43fffbbee63d2771e3fb76cf (patch) | |
tree | e363254d3d6866e31ae11348c5fcdbce3e14ef53 /dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild | |
parent | stable x86, bug 184961 (diff) | |
download | historical-37830b281cf0d76a43fffbbee63d2771e3fb76cf.tar.gz historical-37830b281cf0d76a43fffbbee63d2771e3fb76cf.tar.bz2 historical-37830b281cf0d76a43fffbbee63d2771e3fb76cf.zip |
New ebuild for bug #144532
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild')
-rw-r--r-- | dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild | 21 |
1 files changed, 21 insertions, 0 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 new file mode 100644 index 000000000000..8478a9f6c141 --- /dev/null +++ b/dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 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.1 2007/07/14 13:22:49 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="~x86" +IUSE="" + +DEPEND="" +RDEPEND="" + +PYTHON_MODNAME="hachoir_regex" |