Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pdfsandwich: pdfsandwich-0.1.4.ebuild ChangeLog pdfsandwich-0.1.2-r1.ebuild pdfsandwich-0.1.2.ebuild
Date: Fri, 31 Jul 2015 07:46:04
Message-Id: 20150731074601.CB9CD113@oystercatcher.gentoo.org
1 tomka 15/07/31 07:46:01
2
3 Modified: ChangeLog
4 Added: pdfsandwich-0.1.4.ebuild
5 Removed: pdfsandwich-0.1.2-r1.ebuild
6 pdfsandwich-0.1.2.ebuild
7 Log:
8 bump to 0.1.4, remove old
9
10 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
11
12 Revision Changes Path
13 1.11 app-text/pdfsandwich/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/ChangeLog?rev=1.11&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/ChangeLog?rev=1.11&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/ChangeLog?r1=1.10&r2=1.11
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v
22 retrieving revision 1.10
23 retrieving revision 1.11
24 diff -u -r1.10 -r1.11
25 --- ChangeLog 9 Jun 2015 12:34:14 -0000 1.10
26 +++ ChangeLog 31 Jul 2015 07:46:01 -0000 1.11
27 @@ -1,6 +1,12 @@
28 # ChangeLog for app-text/pdfsandwich
29 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.10 2015/06/09 12:34:14 jlec Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.11 2015/07/31 07:46:01 tomka Exp $
32 +
33 +*pdfsandwich-0.1.4 (31 Jul 2015)
34 +
35 + 31 Jul 2015; Thomas Kahle <tomka@g.o> +pdfsandwich-0.1.4.ebuild,
36 + -pdfsandwich-0.1.2-r1.ebuild, -pdfsandwich-0.1.2.ebuild:
37 + bump to 0.1.4, remove old
38
39 09 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
40 Updating remote-id in metadata.xml
41
42
43
44 1.1 app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild?rev=1.1&content-type=text/plain
48
49 Index: pdfsandwich-0.1.4.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild,v 1.1 2015/07/31 07:46:01 tomka Exp $
54
55 EAPI=5
56
57 DESCRIPTION="generator of sandwich OCR pdf files"
58 HOMEPAGE="http://www.tobias-elze.de/pdfsandwich"
59 SRC_URI="mirror://sourceforge/pdfsandwich/${P}.tar.bz2"
60
61 LICENSE="GPL-2"
62 KEYWORDS="~amd64 ~x86"
63 SLOT="0"
64 IUSE="png"
65
66 RDEPEND=">=app-text/tesseract-3.00
67 media-gfx/exact-image
68 app-text/unpaper
69 app-text/ghostscript-gpl
70 || (
71 media-gfx/imagemagick[png?]
72 media-gfx/graphicsmagick[png?]
73 )"
74 DEPEND="sys-apps/gawk
75 >=dev-lang/ocaml-3.10[ocamlopt]"
76
77 src_prepare() {
78 sed -i "/^OCAMLOPTFLAGS/s/$/ -ccopt \"\$(CFLAGS) \$(LDFLAGS)\"/" Makefile || die
79 sed -i "s/install -s/install/" Makefile || die
80 }
81
82 src_install() {
83 emake DESTDIR="${D}" install
84 }
85
86 pkg_postinst() {
87 elog "pdfsandwich relies on the tesseract library for OCR."
88 elog "Consequently language support is determined by tesseract's"
89 elog "language support which in turn is controlled via the LINGUAS"
90 elog "variable in make.conf."
91 }