Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ocrad/
Date: Wed, 01 Jan 2020 19:18:35
Message-Id: 1577906247.4f96242f8d5db20bb04e7835809215355cc4fb7e.zlogene@gentoo
1 commit: 4f96242f8d5db20bb04e7835809215355cc4fb7e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 1 19:17:27 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 1 19:17:27 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f96242f
7
8 app-text/ocrad: mark stable
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-text/ocrad/ocrad-0.26.ebuild | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/app-text/ocrad/ocrad-0.26.ebuild b/app-text/ocrad/ocrad-0.26.ebuild
17 index 1dc0d004540..a17dd6ef873 100644
18 --- a/app-text/ocrad/ocrad-0.26.ebuild
19 +++ b/app-text/ocrad/ocrad-0.26.ebuild
20 @@ -1,7 +1,8 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27 +
28 inherit unpacker toolchain-funcs
29
30 DESCRIPTION="GNU Ocrad is an OCR (Optical Character Recognition) program"
31 @@ -10,10 +11,8 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.lz"
32
33 LICENSE="GPL-2"
34 SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
36 -IUSE=""
37 +KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86"
38
39 -RDEPEND=""
40 DEPEND="$(unpacker_src_uri_depends)"
41
42 DOCS="AUTHORS ChangeLog NEWS README"
43 @@ -25,7 +24,7 @@ src_configure() {
44 CXX="$(tc-getCXX)" \
45 CXXFLAGS="${CXXFLAGS}" \
46 LDFLAGS="${LDFLAGS}" \
47 - --prefix=/usr
48 + --prefix=/usr || die
49 }
50
51 src_install() {