Large rework/update to EAPI=7

This commit is contained in:
layman
2021-06-23 14:52:35 +02:00
parent cc1a827c4f
commit 834bffce4d
191 changed files with 249 additions and 7004 deletions
@@ -0,0 +1,32 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=7
inherit
DESCRIPTION="Document layout analysis and optical character recognition system"
HOMEPAGE="http://live.gnome.org/OCRFeeder"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/${PN}/$(ver_cut 1-2)/${P}.tar.xz"
LICENSE="GPL3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+unpaper tesseract gocr"
# TODO python
DEPEND="
app-text/gtkspell:3
dev-python/python-sane
dev-python/pyenchant
x11-libs/goocanvas[introspection]
app-text/gnome-doc-utils
dev-python/reportlab
gocr? ( app-text/gocr )
unpaper? ( app-text/unpaper )
tesseract? ( app-text/tesseract )
"
RDEPEND="${DEPEND}"