diff options
author | 2008-04-03 16:36:09 +0000 | |
---|---|---|
committer | 2008-04-03 16:36:09 +0000 | |
commit | 5c8f94f2a5a2b55f191539bfe898f4136c4cda67 (patch) | |
tree | 39af44fb4627c221047354f92a3f39c992ec026c /app-misc | |
parent | Add a new revision that depends on tcl/tk-8.4* (this is binary package linkin... (diff) | |
download | gentoo-2-5c8f94f2a5a2b55f191539bfe898f4136c4cda67.tar.gz gentoo-2-5c8f94f2a5a2b55f191539bfe898f4136c4cda67.tar.bz2 gentoo-2-5c8f94f2a5a2b55f191539bfe898f4136c4cda67.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc')
-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" |