diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 20:42:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-04 23:24:27 +0200 |
commit | c85ac0c597b3b15893b0d944c8c878b661b1799e (patch) | |
tree | 97ef2bdcf3d6484c09cba11e2a100ab48a90d87b /app-text/cuneiform | |
parent | app-crypt/zulucrypt: update EAPI 7 -> 8 (diff) | |
download | gentoo-c85ac0c597b3b15893b0d944c8c878b661b1799e.tar.gz gentoo-c85ac0c597b3b15893b0d944c8c878b661b1799e.tar.bz2 gentoo-c85ac0c597b3b15893b0d944c8c878b661b1799e.zip |
app-text/cuneiform: update EAPI 7 -> 8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/cuneiform')
-rw-r--r-- | app-text/cuneiform/cuneiform-1.1.0-r3.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
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 |