diff options
author | Cédric Krier <cedk@gentoo.org> | 2008-04-03 16:36:09 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2008-04-03 16:36:09 +0000 |
commit | 6ce5e1281e3081956b1e50e51c406a7ac66e9a4a (patch) | |
tree | a4e11e09dbfd3b1ec3ae3db588738e1c4eadbe4f /app-misc/hachoir-subfile | |
parent | Add a new revision that depends on tcl/tk-8.4* (this is binary package linkin... (diff) | |
download | historical-6ce5e1281e3081956b1e50e51c406a7ac66e9a4a.tar.gz historical-6ce5e1281e3081956b1e50e51c406a7ac66e9a4a.tar.bz2 historical-6ce5e1281e3081956b1e50e51c406a7ac66e9a4a.zip |
Version bump
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-misc/hachoir-subfile')
-rw-r--r-- | app-misc/hachoir-subfile/ChangeLog | 10 | ||||
-rw-r--r-- | app-misc/hachoir-subfile/hachoir-subfile-0.5.3.ebuild | 23 |
2 files changed, 31 insertions, 2 deletions
diff --git a/app-misc/hachoir-subfile/ChangeLog b/app-misc/hachoir-subfile/ChangeLog index 7303c9b585d6..c570a7add20a 100644 --- a/app-misc/hachoir-subfile/ChangeLog +++ b/app-misc/hachoir-subfile/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2007/07/31 15:55:38 phreak Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/hachoir-subfile/ChangeLog,v 1.3 2008/04/03 16:36:09 cedk Exp $ + +*hachoir-subfile-0.5.3 (03 Apr 2008) + + 03 Apr 2008; Cédric Krier <cedk@gentoo.org> + +hachoir-subfile-0.5.3.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/app-misc/hachoir-subfile/hachoir-subfile-0.5.3.ebuild b/app-misc/hachoir-subfile/hachoir-subfile-0.5.3.ebuild new file mode 100644 index 000000000000..fb3584c7a5fc --- /dev/null +++ b/app-misc/hachoir-subfile/hachoir-subfile-0.5.3.ebuild @@ -0,0 +1,23 @@ +# 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.1 2008/04/03 16:36:09 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.1 + >=dev-python/hachoir-parser-1.1 + >=dev-python/hachoir-regex-1.0.2" + +PYTHON_MODNAME="hachoir_subfile" |