diff options
-rw-r--r-- | app-misc/hachoir-subfile/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/hachoir-subfile/files/digest-hachoir-subfile-0.5.2 | 3 | ||||
-rw-r--r-- | app-misc/hachoir-subfile/hachoir-subfile-0.5.2.ebuild | 23 | ||||
-rw-r--r-- | app-misc/hachoir-subfile/metadata.xml | 13 |
4 files changed, 49 insertions, 0 deletions
diff --git a/app-misc/hachoir-subfile/ChangeLog b/app-misc/hachoir-subfile/ChangeLog new file mode 100644 index 000000000000..7f9d12f06ccb --- /dev/null +++ b/app-misc/hachoir-subfile/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-misc/hachoir-subfile +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/hachoir-subfile/ChangeLog,v 1.1 2007/07/14 13:32:15 cedk Exp $ + +*hachoir-subfile-0.5.2 (14 Jul 2007) + + 14 Jul 2007; Cédric Krier <cedk@gentoo.org> +metadata.xml, + +hachoir-subfile-0.5.2.ebuild: + New ebuild for bug #144532 thanks to TGL, Damien Thébault + diff --git a/app-misc/hachoir-subfile/files/digest-hachoir-subfile-0.5.2 b/app-misc/hachoir-subfile/files/digest-hachoir-subfile-0.5.2 new file mode 100644 index 000000000000..2f448c7997c8 --- /dev/null +++ b/app-misc/hachoir-subfile/files/digest-hachoir-subfile-0.5.2 @@ -0,0 +1,3 @@ +MD5 1e2e199d2743fb082fc721e5e3aec58a hachoir-subfile-0.5.2.tar.gz 15419 +RMD160 aaf681b23c7512c5181ca4eb9e6a883f2709386f hachoir-subfile-0.5.2.tar.gz 15419 +SHA256 a190c6c12bbf5d632362285206a57de2dbb13b4a8063b289bcdd9cf7bf7c5d93 hachoir-subfile-0.5.2.tar.gz 15419 diff --git a/app-misc/hachoir-subfile/hachoir-subfile-0.5.2.ebuild b/app-misc/hachoir-subfile/hachoir-subfile-0.5.2.ebuild new file mode 100644 index 000000000000..b4d199be779c --- /dev/null +++ b/app-misc/hachoir-subfile/hachoir-subfile-0.5.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2007 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.1 2007/07/14 13:32:15 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="~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" diff --git a/app-misc/hachoir-subfile/metadata.xml b/app-misc/hachoir-subfile/metadata.xml new file mode 100644 index 000000000000..1b2af1056592 --- /dev/null +++ b/app-misc/hachoir-subfile/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd></herd> + <maintainer> + <email>cedk@gentoo.org</email> + <name>Cédric Krier</name> + </maintainer> + <longdescription lang="en"> + a tool based on hachoir-parser to find subfiles in any binary stream. + </longdescription> +</pkgmetadata> + |