tomka       14/07/29 13:19:03

  Modified:             ChangeLog
  Added:                pdfsandwich-0.1.2.ebuild
  Log:
  bump to 0.1.2
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  Changes    Path
1.8                  app-text/pdfsandwich/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog   21 Apr 2013 17:59:49 -0000      1.7
+++ ChangeLog   29 Jul 2014 13:19:03 -0000      1.8
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/pdfsandwich
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.7 
2013/04/21 17:59:49 tomka Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.8 
2014/07/29 13:19:03 tomka Exp $
+
+*pdfsandwich-0.1.2 (29 Jul 2014)
+
+  29 Jul 2014; Thomas Kahle <[email protected]> +pdfsandwich-0.1.2.ebuild:
+  bump to 0.1.2
 
 *pdfsandwich-0.0.8 (21 Apr 2013)
 



1.1                  app-text/pdfsandwich/pdfsandwich-0.1.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.2.ebuild?rev=1.1&content-type=text/plain

Index: pdfsandwich-0.1.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.2.ebuild,v 1.1 
2014/07/29 13:19:03 tomka Exp $

EAPI=4

DESCRIPTION="generator of sandwich OCR pdf files"
HOMEPAGE="http://www.tobias-elze.de/pdfsandwich";
SRC_URI="mirror://sourceforge/pdfsandwich/${P}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""

RDEPEND=">=app-text/tesseract-3.00
        media-gfx/exact-image
        app-text/unpaper
        app-text/ghostscript-gpl"
DEPEND="sys-apps/gawk
        >=dev-lang/ocaml-3.10[ocamlopt]"

src_prepare() {
        sed -i "/^OCAMLOPTFLAGS/s/$/ -ccopt \"\$(CFLAGS) \$(LDFLAGS)\"/" 
Makefile || die
}

src_install() {
        emake DESTDIR="${D}" install
}

pkg_postinst() {
        elog "pdfsandwich relies on the tesseract library for OCR."
        elog "Consequently language support is determined by tesseract's"
        elog "language support which in turn is controlled via the LINGUAS"
        elog "variable in make.conf."
}




Reply via email to