From c85ac0c597b3b15893b0d944c8c878b661b1799e Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 4 Sep 2023 20:42:20 +0200 Subject: app-text/cuneiform: update EAPI 7 -> 8 Signed-off-by: Andreas Sturmlechner --- app-text/cuneiform/cuneiform-1.1.0-r3.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'app-text/cuneiform') diff --git a/app-text/cuneiform/cuneiform-1.1.0-r3.ebuild b/app-text/cuneiform/cuneiform-1.1.0-r3.ebuild index 16ad43b3ac40..f1c79faecb48 100644 --- a/app-text/cuneiform/cuneiform-1.1.0-r3.ebuild +++ b/app-text/cuneiform/cuneiform-1.1.0-r3.ebuild @@ -1,16 +1,17 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cmake flag-o-matic PV_MAJ=$(ver_cut 1-2) MY_P=${PN}-linux-${PV} -DESCRIPTION="An enterprise quality OCR engine by Cognitive Technologies" +DESCRIPTION="Enterprise quality OCR engine by Cognitive Technologies" HOMEPAGE="https://launchpad.net/cuneiform-linux" SRC_URI="https://launchpad.net/${PN}-linux/${PV_MAJ}/${PV_MAJ}/+download/${MY_P}.tar.bz2" +S="${WORKDIR}/${MY_P}" LICENSE="BSD" SLOT="0" @@ -22,8 +23,6 @@ RDEPEND=" graphicsmagick? ( media-gfx/graphicsmagick:= )" DEPEND="${RDEPEND}" -S=${WORKDIR}/${MY_P} - PATCHES=( # From Fedora "${FILESDIR}"/${P}-c-assert.patch -- cgit v1.2.3-65-gdbad