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