Portage is a package management system used by Gentoo Linux
# ChangeLog for app-misc/hachoir-subfile
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/hachoir-subfile/ChangeLog,v 1.5 2008/08/12 08:12:19 cedk Exp $
12 Aug 2008; Cédric Krier
hachoir-subfile-0.5.3.ebuild:
Add amd64 keyword
04 Apr 2008; Cédric Krier
hachoir-subfile-0.5.3.ebuild:
Add ~ppc keyword for bug #216165
*hachoir-subfile-0.5.3 (03 Apr 2008)
03 Apr 2008; Cédric Krier
+hachoir-subfile-0.5.3.ebuild:
Version bump
31 Jul 2007; Christian Heim
Correcting
*hachoir-subfile-0.5.2 (14 Jul 2007)
14 Jul 2007; Cédric Krier
+hachoir-subfile-0.5.2.ebuild:
New ebuild for bug #144532 thanks to TGL, Damien Thébault
DIST hachoir-subfile-0.5.2.tar.gz 15419 RMD160 aaf681b23c7512c5181ca4eb9e6a883f2709386f SHA1 804acace6a5cc5ca775e257a1f231a8b4cadb171 SHA256 a190c6c12bbf5d632362285206a57de2dbb13b4a8063b289bcdd9cf7bf7c5d93
DIST hachoir-subfile-0.5.3.tar.gz 15499 RMD160 78df926173bb29cd8b66d74d3f0f9304792cb07f SHA1 553fe3955efb2d3af4259c3428532e6d122102e2 SHA256 b8e4933e566524804382c8f8a9a9b58a4e25ad24ebf75beb0da5d8705c61f0d6
EBUILD hachoir-subfile-0.5.2.ebuild 695 RMD160 7e5658763fd5a685a5312779dae2774e2fd35999 SHA1 c3e36562b9f5a90ca6635fbe3bb4e7163e93a276 SHA256 6ddd9cc3d06b291a33c647049999ab55882a5e9345e8a91d27c6c01f18555629
EBUILD hachoir-subfile-0.5.3.ebuild 693 RMD160 f4bed52366385918f5d5951dd11b0d4e7831d0e7 SHA1 eb69f41ff607a59b6673cd86168162d8f503cb68 SHA256 42665b9cae208667e0c7409fc6648b3d08ced0906b0b283b12580093c11b3ca1
MISC ChangeLog 979 RMD160 0d39d4423ccd37e66fd0c395c07bbb32c94edc70 SHA1 34f80020e5a887e1bee2d361a8e8c28ec0d1479e SHA256 b1e65102000572f09debdee76e1f293b4e083f3c0144744127958e62755e91dd
MISC metadata.xml 374 RMD160 64ea790774dfe3d6a019f356e5367d614f055f9d SHA1 1c085a45a37f3ef975c2992561330962b8235a6d SHA256 ecef8dbc0ddf21b10697954d5d952507bc58ee705e4436e7e6c45c305be0e7a2
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/hachoir-subfile/hachoir-subfile-0.5.2.ebuild,v 1.3 2008/08/12 08:12:19 cedk Exp $
NEED_PYTHON=2.4
inherit distutils
DESCRIPTION="a tool based on hachoir-parser to find subfiles in any binary stream"
HOMEPAGE="http://hachoir.org/wiki/hachoir-subfile"
SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-python/hachoir-core-1.0.1
>=dev-python/hachoir-parser-1.0
>=dev-python/hachoir-regex-1.0.2"
PYTHON_MODNAME="hachoir_subfile"
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/hachoir-subfile/hachoir-subfile-0.5.3.ebuild,v 1.3 2008/08/12 08:12:19 cedk Exp $
NEED_PYTHON=2.4
inherit distutils
DESCRIPTION="a tool based on hachoir-parser to find subfiles in any binary stream"
HOMEPAGE="http://hachoir.org/wiki/hachoir-subfile"
SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND=">=dev-python/hachoir-core-1.1
>=dev-python/hachoir-parser-1.1
>=dev-python/hachoir-regex-1.0.2"
PYTHON_MODNAME="hachoir_subfile"
a tool based on hachoir-parser to find subfiles in any binary stream.