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/tesseract/
Date: Fri, 28 Feb 2020 06:51:23
Message-Id: 1582872658.9e869f49cca6e1a3ef5e5592a1dab6c6f4de49c0.zlogene@gentoo
1 commit: 9e869f49cca6e1a3ef5e5592a1dab6c6f4de49c0
2 Author: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 27 17:35:04 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 28 06:50:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e869f49
7
8 app-text/tesseract: Fix misspelled word in package description
9
10 Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/14791
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 app-text/tesseract/tesseract-3.05.02.ebuild | 2 +-
15 app-text/tesseract/tesseract-4.1.0-r1.ebuild | 4 ++--
16 app-text/tesseract/tesseract-4.1.1.ebuild | 4 ++--
17 app-text/tesseract/tesseract-9999.ebuild | 2 +-
18 4 files changed, 6 insertions(+), 6 deletions(-)
19
20 diff --git a/app-text/tesseract/tesseract-3.05.02.ebuild b/app-text/tesseract/tesseract-3.05.02.ebuild
21 index d68a8f64208..bc322d2a94f 100644
22 --- a/app-text/tesseract/tesseract-3.05.02.ebuild
23 +++ b/app-text/tesseract/tesseract-3.05.02.ebuild
24 @@ -10,7 +10,7 @@ JAVA_PKG_OPT_USE="scrollview"
25
26 inherit autotools java-pkg-opt-2 ltprune toolchain-funcs
27
28 -DESCRIPTION="An OCR Engine, orginally developed at HP, now open source."
29 +DESCRIPTION="An OCR Engine, originally developed at HP, now open source."
30 HOMEPAGE="https://github.com/tesseract-ocr"
31 SRC_URI="https://github.com/${MY_PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
32 ${URI_PREFIX}eng.traineddata -> eng.traineddata-${LANGPACKV}
33
34 diff --git a/app-text/tesseract/tesseract-4.1.0-r1.ebuild b/app-text/tesseract/tesseract-4.1.0-r1.ebuild
35 index 7313d345c7a..ac660c1f07d 100644
36 --- a/app-text/tesseract/tesseract-4.1.0-r1.ebuild
37 +++ b/app-text/tesseract/tesseract-4.1.0-r1.ebuild
38 @@ -1,11 +1,11 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 +# Copyright 1999-2020 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 inherit autotools multilib-minimal toolchain-funcs
46
47 -DESCRIPTION="An OCR Engine, orginally developed at HP, now open source."
48 +DESCRIPTION="An OCR Engine, originally developed at HP, now open source."
49 HOMEPAGE="https://github.com/tesseract-ocr"
50 SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
51
52
53 diff --git a/app-text/tesseract/tesseract-4.1.1.ebuild b/app-text/tesseract/tesseract-4.1.1.ebuild
54 index 7313d345c7a..ac660c1f07d 100644
55 --- a/app-text/tesseract/tesseract-4.1.1.ebuild
56 +++ b/app-text/tesseract/tesseract-4.1.1.ebuild
57 @@ -1,11 +1,11 @@
58 -# Copyright 1999-2019 Gentoo Authors
59 +# Copyright 1999-2020 Gentoo Authors
60 # Distributed under the terms of the GNU General Public License v2
61
62 EAPI=7
63
64 inherit autotools multilib-minimal toolchain-funcs
65
66 -DESCRIPTION="An OCR Engine, orginally developed at HP, now open source."
67 +DESCRIPTION="An OCR Engine, originally developed at HP, now open source."
68 HOMEPAGE="https://github.com/tesseract-ocr"
69 SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
70
71
72 diff --git a/app-text/tesseract/tesseract-9999.ebuild b/app-text/tesseract/tesseract-9999.ebuild
73 index 36477196d95..3e7941c6798 100644
74 --- a/app-text/tesseract/tesseract-9999.ebuild
75 +++ b/app-text/tesseract/tesseract-9999.ebuild
76 @@ -5,7 +5,7 @@ EAPI=7
77
78 inherit autotools git-r3 multilib-minimal toolchain-funcs
79
80 -DESCRIPTION="An OCR Engine, orginally developed at HP, now open source."
81 +DESCRIPTION="An OCR Engine, originally developed at HP, now open source."
82 HOMEPAGE="https://github.com/tesseract-ocr"
83 EGIT_REPO_URI="https://github.com/tesseract-ocr/${PN}.git"