From: Jan Ziak <0xe2.0x9a.0x9b@gmail.com> Date: Thu, 27 Feb 2020 17:35:04 +0000 (+0100) Subject: app-text/tesseract: Fix misspelled word in package description X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9e869f49cca6e1a3ef5e5592a1dab6c6f4de49c0;p=gentoo.git 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 --- 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"