diff options
author | Jan Ziak <0xe2.0x9a.0x9b@gmail.com> | 2020-02-27 18:35:04 +0100 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-02-28 09:50:58 +0300 |
commit | 9e869f49cca6e1a3ef5e5592a1dab6c6f4de49c0 (patch) | |
tree | 23df41ebbb09c42810bcf6ffc9160d6daf8f1e22 /app-text/tesseract | |
parent | dev-python/parso: Bump to 0.6.2 (diff) | |
download | gentoo-9e869f49cca6e1a3ef5e5592a1dab6c6f4de49c0.tar.gz gentoo-9e869f49cca6e1a3ef5e5592a1dab6c6f4de49c0.tar.bz2 gentoo-9e869f49cca6e1a3ef5e5592a1dab6c6f4de49c0.zip |
app-text/tesseract: Fix misspelled word in package description
Signed-off-by: Jan Ziak <0xe2.0x9a.0x9b@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/14791
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-text/tesseract')
-rw-r--r-- | app-text/tesseract/tesseract-3.05.02.ebuild | 2 | ||||
-rw-r--r-- | app-text/tesseract/tesseract-4.1.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/tesseract/tesseract-4.1.1.ebuild | 4 | ||||
-rw-r--r-- | app-text/tesseract/tesseract-9999.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/app-text/tesseract/tesseract-3.05.02.ebuild b/app-text/tesseract/tesseract-3.05.02.ebuild index d68a8f64208e..bc322d2a94ff 100644 --- a/app-text/tesseract/tesseract-3.05.02.ebuild +++ b/app-text/tesseract/tesseract-3.05.02.ebuild @@ -10,7 +10,7 @@ JAVA_PKG_OPT_USE="scrollview" inherit autotools java-pkg-opt-2 ltprune toolchain-funcs -DESCRIPTION="An OCR Engine, orginally developed at HP, now open source." +DESCRIPTION="An OCR Engine, originally developed at HP, now open source." HOMEPAGE="https://github.com/tesseract-ocr" SRC_URI="https://github.com/${MY_PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz ${URI_PREFIX}eng.traineddata -> eng.traineddata-${LANGPACKV} diff --git a/app-text/tesseract/tesseract-4.1.0-r1.ebuild b/app-text/tesseract/tesseract-4.1.0-r1.ebuild index 7313d345c7a4..ac660c1f07d3 100644 --- a/app-text/tesseract/tesseract-4.1.0-r1.ebuild +++ b/app-text/tesseract/tesseract-4.1.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools multilib-minimal toolchain-funcs -DESCRIPTION="An OCR Engine, orginally developed at HP, now open source." +DESCRIPTION="An OCR Engine, originally developed at HP, now open source." HOMEPAGE="https://github.com/tesseract-ocr" SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-text/tesseract/tesseract-4.1.1.ebuild b/app-text/tesseract/tesseract-4.1.1.ebuild index 7313d345c7a4..ac660c1f07d3 100644 --- a/app-text/tesseract/tesseract-4.1.1.ebuild +++ b/app-text/tesseract/tesseract-4.1.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools multilib-minimal toolchain-funcs -DESCRIPTION="An OCR Engine, orginally developed at HP, now open source." +DESCRIPTION="An OCR Engine, originally developed at HP, now open source." HOMEPAGE="https://github.com/tesseract-ocr" SRC_URI="https://github.com/tesseract-ocr/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/app-text/tesseract/tesseract-9999.ebuild b/app-text/tesseract/tesseract-9999.ebuild index 36477196d955..3e7941c6798e 100644 --- a/app-text/tesseract/tesseract-9999.ebuild +++ b/app-text/tesseract/tesseract-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit autotools git-r3 multilib-minimal toolchain-funcs -DESCRIPTION="An OCR Engine, orginally developed at HP, now open source." +DESCRIPTION="An OCR Engine, originally developed at HP, now open source." HOMEPAGE="https://github.com/tesseract-ocr" EGIT_REPO_URI="https://github.com/tesseract-ocr/${PN}.git" |