summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2008-04-03 16:03:53 +0000
committerCédric Krier <cedk@gentoo.org>2008-04-03 16:03:53 +0000
commit25b94a3a73ddc4111e5ff4b247867ade8c9ed66a (patch)
tree3316a2a8118188ba765c1b9eb53aaedccfc4b0b3 /dev-python/hachoir-core
parentStable for HPPA (bug #215898). (diff)
downloadgentoo-2-25b94a3a73ddc4111e5ff4b247867ade8c9ed66a.tar.gz
gentoo-2-25b94a3a73ddc4111e5ff4b247867ade8c9ed66a.tar.bz2
gentoo-2-25b94a3a73ddc4111e5ff4b247867ade8c9ed66a.zip
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/hachoir-core')
-rw-r--r--dev-python/hachoir-core/ChangeLog9
-rw-r--r--dev-python/hachoir-core/hachoir-core-1.1.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-python/hachoir-core/ChangeLog b/dev-python/hachoir-core/ChangeLog
index 27ebef759917..0294f4559a70 100644
--- a/dev-python/hachoir-core/ChangeLog
+++ b/dev-python/hachoir-core/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/hachoir-core
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v 1.2 2007/07/31 15:59:33 phreak Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-core/ChangeLog,v 1.3 2008/04/03 16:03:53 cedk Exp $
+
+*hachoir-core-1.1 (03 Apr 2008)
+
+ 03 Apr 2008; Cédric Krier <cedk@gentoo.org> +hachoir-core-1.1.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/dev-python/hachoir-core/hachoir-core-1.1.ebuild b/dev-python/hachoir-core/hachoir-core-1.1.ebuild
new file mode 100644
index 000000000000..2069ae95f12b
--- /dev/null
+++ b/dev-python/hachoir-core/hachoir-core-1.1.ebuild
@@ -0,0 +1,21 @@
+# 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.1 2008/04/03 16:03:53 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="~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+PYTHON_MODNAME="hachoir_core"