Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-python/hachoir-core
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v 1.4 2008/04/04 20:41:56 cedk Exp $
04 Apr 2008; Cédric Krier
hachoir-core-1.1.ebuild:
Add ~ppc keyword for bug #216165
*hachoir-core-1.1 (03 Apr 2008)
03 Apr 2008; Cédric Krier
Version bump
31 Jul 2007; Christian Heim
Correcting
*hachoir-core-1.0.1 (14 Jul 2007)
14 Jul 2007; Cédric Krier
+hachoir-core-1.0.1.ebuild:
New ebuild for bug #144532 thanks to TGL, Damien Thébault
DIST hachoir-core-1.0.1.tar.gz 97951 RMD160 09502aec8ebbece705e9a3b2fb359d598ca953d1 SHA1 7e6d5381ff2c2b7cd5ec61aa190619b6d66ca7f7 SHA256 896f663672e2081400692c90730b04a82902eb7b794f6c0fbff3635194169c98
DIST hachoir-core-1.1.tar.gz 93775 RMD160 fb54886e6120c111eebd852258ba647036acc666 SHA1 acb1176d158f11fc8442fd823bd6183e567371f2 SHA256 9849f998b94b3df855b1ca2ec2cbef235972c1733b1e92ad50433666999c6808
EBUILD hachoir-core-1.0.1.ebuild 569 RMD160 93bfc9fc8ab15cd326c88945f80746153cd53c84 SHA1 b0f06197e890c170b3f69979b0ff63fff5480806 SHA256 8256f11df0862ba48fe1de3c55a78270c9728b52b543dc15eec47bfaac33b553
EBUILD hachoir-core-1.1.ebuild 567 RMD160 e700b1b2ac020e77718e1b3da0bae9d64a92b3d4 SHA1 23f9c065cf623176851ddad3f3fe74cd58b15e12 SHA256 2443c4c72f970158550446ae547c105ce5d00642d548e58338b008d0598dd24f
MISC ChangeLog 821 RMD160 acc944f185b77f3986663ba39ac23ce5cfcb063d SHA1 44a8acf0949c93778fbe4fddf93ae144af144876 SHA256 7467102f6760b8d355df330ab7d2931781839becc942b69f7a5ee9add5dfa504
MISC metadata.xml 532 RMD160 43e77f9530d11328818765fcb77a6ce41423dd73 SHA1 7e16689f7f56c8203dc19223a6710c756533c82c SHA256 23c5cd9440c19924d0fa2d041eaf960243f04a5f69fb3406e0711a0f8087e921
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.0.1.ebuild,v 1.2 2008/04/04 20:41:56 cedk Exp $
NEED_PYTHON=2.4
inherit distutils
DESCRIPTION="tool written for hackers to cut file or any binary stream"
HOMEPAGE="http://hachoir.org/wiki/hachoir-core"
SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
PYTHON_MODNAME="hachoir_core"
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/hachoir-core-1.1.ebuild,v 1.2 2008/04/04 20:41:56 cedk Exp $
NEED_PYTHON=2.4
inherit distutils
DESCRIPTION="tool written for hackers to cut file or any binary stream"
HOMEPAGE="http://hachoir.org/wiki/hachoir-core"
SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
PYTHON_MODNAME="hachoir_core"
A tool written for hackers to cut file or any binary stream. A file is
splitted in a tree of fields where the smallest field can be just a bit.
There are various field types: integer, string, bits, padding, sub file,
etc.