summaryrefslogtreecommitdiff
blob: 138b0d4515444f1a02586eb690eb28d675998936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3
PYTHON_DEPEND="2"
inherit python distutils

DESCRIPTION="A tesseract OCR front-end"
HOMEPAGE="http://www.sourceforge.com/projects/gimagereader"
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""

DEPEND=""
RDEPEND="
	app-text/tesseract
	dev-python/gtkspell-python
	dev-python/imaging
	dev-python/pycairo
	dev-python/pyenchant
	dev-python/pygtk
	dev-python/python-poppler
"
src_prepare() {
	sed "/data.append/s/'COPYING',//" \
		-i setup.py
}