Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfsandwich/
Date: Fri, 22 May 2020 13:02:35
Message-Id: 1590152530.8340b864d6f13481361dcbead5931ab0741ed610.tupone@gentoo
1 commit: 8340b864d6f13481361dcbead5931ab0741ed610
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 13:02:10 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 13:02:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8340b864
7
8 app-text/pdfsandwich: fix dependency and full description
9
10 Closes: https://bugs.gentoo.org/611532
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 app-text/pdfsandwich/metadata.xml | 3 +--
15 app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild | 3 ++-
16 2 files changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-text/pdfsandwich/metadata.xml b/app-text/pdfsandwich/metadata.xml
19 index 36a3f024606..fce36805a6f 100644
20 --- a/app-text/pdfsandwich/metadata.xml
21 +++ b/app-text/pdfsandwich/metadata.xml
22 @@ -16,8 +16,7 @@ OCR scanned books or journals. It is able to recognize the page layout
23 even for multicolumn text.
24
25 Essentially, pdfsandwich is a wrapper script which calls the following
26 -binaries: convert, cuneiform, gs, and hocr2pdf. It is known to run on
27 -Unix systems and has been tested on Linux and MacOS X. It supports
28 +binaries: unpaper, convert, gs, and tesseract. It supports
29 parallel processing on multiprocessor systems.
30 </longdescription>
31 <upstream>
32
33 diff --git a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild b/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
34 index 23eef187cf7..c42e8230671 100644
35 --- a/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
36 +++ b/app-text/pdfsandwich/pdfsandwich-0.1.7.ebuild
37 @@ -12,10 +12,11 @@ KEYWORDS="~amd64 ~x86"
38 SLOT="0"
39 IUSE="png"
40
41 -RDEPEND=">=app-text/tesseract-3.00
42 +RDEPEND="app-text/tesseract
43 media-gfx/exact-image
44 app-text/unpaper
45 app-text/ghostscript-gpl
46 + app-text/poppler
47 virtual/imagemagick-tools[png?]"
48 DEPEND="sys-apps/gawk
49 >=dev-lang/ocaml-3.10[ocamlopt]"