diff options
author | Cédric Krier <cedk@gentoo.org> | 2008-04-03 16:08:35 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2008-04-03 16:08:35 +0000 |
commit | aada70db7757bdda271be3b0687cf55fa8c53d49 (patch) | |
tree | 8dc8eab9dbe697168296913cd79885bf54eaa950 /dev-python/hachoir-parser/hachoir-parser-1.1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-aada70db7757bdda271be3b0687cf55fa8c53d49.tar.gz gentoo-2-aada70db7757bdda271be3b0687cf55fa8c53d49.tar.bz2 gentoo-2-aada70db7757bdda271be3b0687cf55fa8c53d49.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/hachoir-parser/hachoir-parser-1.1.ebuild')
-rw-r--r-- | dev-python/hachoir-parser/hachoir-parser-1.1.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/hachoir-parser/hachoir-parser-1.1.ebuild b/dev-python/hachoir-parser/hachoir-parser-1.1.ebuild new file mode 100644 index 000000000000..8404985a8901 --- /dev/null +++ b/dev-python/hachoir-parser/hachoir-parser-1.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/hachoir-parser-1.1.ebuild,v 1.1 2008/04/03 16:08:35 cedk Exp $ + +NEED_PYTHON=2.4 + +inherit distutils + +DESCRIPTION="a package of most common file format parsers written using +hachoir-core" +HOMEPAGE="http://hachoir.org/wiki/hachoir-parser" +SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-python/hachoir-core-1.1" + +PYTHON_MODNAME="hachoir_parser" |