summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-26 20:06:22 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-03-26 20:06:22 +0000
commit68d4eac23adf5cc58257044e5cdba888dbd11521 (patch)
treecaccc3422ec6e4ccbc509f4c30c63c06290952d0 /app-misc/hachoir-subfile
parentVersion bump. Set SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-68d4eac23adf5cc58257044e5cdba888dbd11521.tar.gz
gentoo-2-68d4eac23adf5cc58257044e5cdba888dbd11521.tar.bz2
gentoo-2-68d4eac23adf5cc58257044e5cdba888dbd11521.zip
Delete older ebuild.
Diffstat (limited to 'app-misc/hachoir-subfile')
-rw-r--r--app-misc/hachoir-subfile/hachoir-subfile-0.5.2.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/app-misc/hachoir-subfile/hachoir-subfile-0.5.2.ebuild b/app-misc/hachoir-subfile/hachoir-subfile-0.5.2.ebuild
deleted file mode 100644
index 2e8ded131e71..000000000000
--- a/app-misc/hachoir-subfile/hachoir-subfile-0.5.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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"