ChangeLog

# ChangeLog for dev-python/hachoir-parser
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-parser/ChangeLog,v 1.4 2008/04/04 20:43:19 cedk Exp $

04 Apr 2008; Cédric Krier hachoir-parser-1.0.ebuild,
hachoir-parser-1.1.ebuild:
Add ~ppc keyword for bug #216165

*hachoir-parser-1.1 (03 Apr 2008)

03 Apr 2008; Cédric Krier +hachoir-parser-1.1.ebuild:
Version bump

31 Jul 2007; Christian Heim metadata.xml:
Correcting tag, it's either no tag at all, or just
no-herd/.

*hachoir-parser-1.0 (14 Jul 2007)

14 Jul 2007; Cédric Krier +metadata.xml,
+hachoir-parser-1.0.ebuild:
New ebuild for bug #144532 thanks to TGL, Damien Thébault

Manifest

DIST hachoir-parser-1.0.tar.gz 327897 RMD160 5008d0ec689bded3c727e18b25588f8c9e8bcbd8 SHA1 d35403f143292eb6cf4550b84b7c68da9a77f312 SHA256 7d59d0b59d3a2e3de2881be23996e3dd7e614c07b49711bfce840a3c3c693e13
DIST hachoir-parser-1.1.tar.gz 333357 RMD160 973e6c25e958b016a0078e52d9e30748fbbd9cfb SHA1 9e5fc1fad53d40c0ea7488eccd76d7bfe33d4b26 SHA256 4d9f31730b4ef95ce86251c35ebfc0936f8010771934fad64c663d0084adb03c
EBUILD hachoir-parser-1.0.ebuild 620 RMD160 c03884e51f1f6ee3ca008dc223338a1fdafd1e84 SHA1 e924eec047dacec8f64b548b186b01068635fea8 SHA256 30ac5a4f2b02e1daa7ffa3c4a18c62c0eece21d2df6be464e89778f7b47e3970
EBUILD hachoir-parser-1.1.ebuild 618 RMD160 d691d5c5ea718598177773ce279143fc57fb94e9 SHA1 40bbf52edd2f3fa783bb7411d2b3ec08f7e24d07 SHA256 948417bddced1ef402bf3d26036813c805a138192f4bdb41eabe2b053c38bd4d
MISC ChangeLog 831 RMD160 6edaf8c45e88817400af225233399e49d90d1a87 SHA1 402e2c5b64792131db4ce608c7072eebec9e73ad SHA256 96d32b326f8fb77b53fea36a5d71d85f6b555ec2a5641a949b7a4c5fbc6df629
MISC metadata.xml 508 RMD160 cf71a2b77a57152dd339f73a1099630be627c983 SHA1 fc6450d476a9948d0ddead05e5acc8fca2f76b20 SHA256 68d1b19cdf414d74c954066ca02c568ca7ae298b0560cafa17699849e8d43c69

hachoir-parser-1.0.ebuild

# 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.0.ebuild,v 1.2 2008/04/04 20:43:19 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="~ppc ~x86"
IUSE=""

DEPEND=""
RDEPEND=">=dev-python/hachoir-core-1.0.1"

PYTHON_MODNAME="hachoir_parser"

hachoir-parser-1.1.ebuild

# 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.2 2008/04/04 20:43:19 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="~ppc ~x86"
IUSE=""

DEPEND=""
RDEPEND=">=dev-python/hachoir-core-1.1"

PYTHON_MODNAME="hachoir_parser"

metadata.xml




no-herd

cedk@gentoo.org
Cédric Krier


a package of most common file format parsers written using hachoir-core.
Not all parsers are complete, some are very good and other are poor
(they only parse the first level of the tree for example).