app-text/tesseract: drop examples installation
authorBernard Cafarelli <voyageur@gentoo.org>
Mon, 20 Aug 2018 22:30:45 +0000 (00:30 +0200)
committerBernard Cafarelli <voyageur@gentoo.org>
Mon, 20 Aug 2018 22:30:55 +0000 (00:30 +0200)
They are not provided anymore in source tarball, these should be fetched
from upstream:
https://github.com/tesseract-ocr/test/tree/master/testing

Closes: https://bugs.gentoo.org/663868
Package-Manager: Portage-2.3.47, Repoman-2.3.10

app-text/tesseract/tesseract-4.0.0_beta4.ebuild
app-text/tesseract/tesseract-9999.ebuild

index ba20d99fc13b0ca4af9194e150e906c81350e72e..84e9db7e0a22d867d68ca899758ff64d85ee1b14 100644 (file)
@@ -21,7 +21,7 @@ SRC_URI="https://github.com/${MY_PN}/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.g
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples jpeg math opencl openmp osd png scrollview static-libs tiff training webp"
+IUSE="doc jpeg math opencl openmp osd png scrollview static-libs tiff training webp"
 
 # List of supported Gentoo linguas and their upstream mapping
 # https://github.com/tesseract-ocr/tesseract/wiki/Data-Files
@@ -133,11 +133,6 @@ src_install() {
                emake DESTDIR="${D}" training-install
        fi
 
-       if use examples; then
-               insinto /usr/share/doc/${PF}/examples
-               doins testing/eurotext.tif testing/phototest.tif
-       fi
-
        insinto /usr/share/tessdata
        doins tessdata/*traineddata* # language files
        use scrollview && doins java/ScrollView.jar # scrollview
index 567315f9d5a00886ad89ab98dabfcf546e69998e..efa9df5d709525ec45fb4a85fec35e7d06108eb4 100644 (file)
@@ -20,7 +20,7 @@ EGIT_REPO_URI="https://github.com/${MY_PN}/${PN}.git"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS=""
-IUSE="doc examples jpeg math opencl openmp osd png scrollview static-libs tiff training webp"
+IUSE="doc jpeg math opencl openmp osd png scrollview static-libs tiff training webp"
 
 # List of supported Gentoo linguas and their upstream mapping
 # https://github.com/tesseract-ocr/tesseract/wiki/Data-Files
@@ -130,11 +130,6 @@ src_install() {
                emake DESTDIR="${D}" training-install
        fi
 
-       if use examples; then
-               insinto /usr/share/doc/${PF}/examples
-               doins testing/eurotext.tif testing/phototest.tif
-       fi
-
        insinto /usr/share/tessdata
        doins tessdata/*traineddata* # language files
        use scrollview && doins java/ScrollView.jar # scrollview