public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Kahle (tomka)" <tomka@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/tesseract: tesseract-3.04.00-r1.ebuild tesseract-3.04.00.ebuild ChangeLog
Date: Mon,  3 Aug 2015 15:29:30 +0000 (UTC)	[thread overview]
Message-ID: <20150803152930.EF55E118@oystercatcher.gentoo.org> (raw)

tomka       15/08/03 15:29:30

  Modified:             tesseract-3.04.00-r1.ebuild
                        tesseract-3.04.00.ebuild ChangeLog
  Log:
  Fix install with doc (bug 556388) and -r1 screwup
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)

Revision  Changes    Path
1.2                  app-text/tesseract/tesseract-3.04.00-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild?r1=1.1&r2=1.2

Index: tesseract-3.04.00-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tesseract-3.04.00-r1.ebuild	3 Aug 2015 12:10:06 -0000	1.1
+++ tesseract-3.04.00-r1.ebuild	3 Aug 2015 15:29:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild,v 1.1 2015/08/03 12:10:06 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00-r1.ebuild,v 1.2 2015/08/03 15:29:30 tomka Exp $
 
 EAPI=5
 
@@ -75,6 +75,13 @@
 	"${FILESDIR}/tesseract-2.04-gcc47.patch"
 )
 
+src_unpack() {
+	unpack ${PV}.tar.gz
+	use doc && unpack tesseract-ocr-3.02.02-doc-html.tar.gz
+	mkdir "${WORKDIR}"/tesseract-ocr/tessdata || die
+	cp "${DISTDIR}"/*.traineddata "${WORKDIR}"/tesseract-ocr/tessdata/ || die
+}
+
 src_configure() {
 	local myeconfargs=(
 		$(use_enable opencl) \
@@ -89,7 +96,7 @@
 
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples
-		doins eurotext.tif phototest.tif
+		doins testing/eurotext.tif testing/phototest.tif
 	fi
 
 	if use doc; then



1.2                  app-text/tesseract/tesseract-3.04.00.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild?r1=1.1&r2=1.2

Index: tesseract-3.04.00.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tesseract-3.04.00.ebuild	31 Jul 2015 08:06:39 -0000	1.1
+++ tesseract-3.04.00.ebuild	3 Aug 2015 15:29:30 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild,v 1.1 2015/07/31 08:06:39 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/tesseract-3.04.00.ebuild,v 1.2 2015/08/03 15:29:30 tomka Exp $
 
 EAPI=5
 
@@ -92,7 +92,7 @@
 
 	if use examples; then
 		insinto /usr/share/doc/${PF}/examples
-		doins eurotext.tif phototest.tif
+		doins testing/eurotext.tif testing/phototest.tif
 	fi
 
 	if use doc; then



1.60                 app-text/tesseract/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/tesseract/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	3 Aug 2015 12:10:06 -0000	1.59
+++ ChangeLog	3 Aug 2015 15:29:30 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for app-text/tesseract
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.59 2015/08/03 12:10:06 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/tesseract/ChangeLog,v 1.60 2015/08/03 15:29:30 tomka Exp $
+
+  03 Aug 2015; Thomas Kahle <tomka@gentoo.org> tesseract-3.04.00-r1.ebuild,
+  tesseract-3.04.00.ebuild:
+  Fix install with doc (bug 556388) and -r1 screwup
 
 *tesseract-3.04.00-r1 (03 Aug 2015)
 





             reply	other threads:[~2015-08-03 15:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-03 15:29 Thomas Kahle (tomka) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-08-05  7:14 [gentoo-commits] gentoo-x86 commit in app-text/tesseract: tesseract-3.04.00-r1.ebuild tesseract-3.04.00.ebuild ChangeLog Thomas Kahle (tomka)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150803152930.EF55E118@oystercatcher.gentoo.org \
    --to=tomka@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox