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 | e3bdfafa39304a3c4eec81738cfef70abf95e5e7 (patch) | |
tree | f7f9c9418ceec4d126a00b2cb082f174f23ba953 /dev-python/hachoir-parser | |
parent | Stable for HPPA (bug #215898). (diff) | |
download | historical-e3bdfafa39304a3c4eec81738cfef70abf95e5e7.tar.gz historical-e3bdfafa39304a3c4eec81738cfef70abf95e5e7.tar.bz2 historical-e3bdfafa39304a3c4eec81738cfef70abf95e5e7.zip |
Version bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-python/hachoir-parser')
-rw-r--r-- | dev-python/hachoir-parser/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/hachoir-parser/hachoir-parser-1.1.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/hachoir-parser/ChangeLog b/dev-python/hachoir-parser/ChangeLog index 3e706f401045..b3fe1c1df212 100644 --- a/dev-python/hachoir-parser/ChangeLog +++ b/dev-python/hachoir-parser/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/hachoir-parser -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v 1.2 2007/07/31 15:58:24 phreak Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v 1.3 2008/04/03 16:08:35 cedk Exp $ + +*hachoir-parser-1.1 (03 Apr 2008) + + 03 Apr 2008; Cédric Krier <cedk@gentoo.org> +hachoir-parser-1.1.ebuild: + Version bump 31 Jul 2007; Christian Heim <phreak@gentoo.org> metadata.xml: Correcting <herd> tag, it's either no <herd> tag at all, or just 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" |