tomka 15/07/31 07:46:01
Modified: ChangeLog
Added: pdfsandwich-0.1.4.ebuild
Removed: pdfsandwich-0.1.2-r1.ebuild
pdfsandwich-0.1.2.ebuild
Log:
bump to 0.1.4, remove old
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
565C32BC)
Revision Changes Path
1.11 app-text/pdfsandwich/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/ChangeLog?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/ChangeLog?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 9 Jun 2015 12:34:14 -0000 1.10
+++ ChangeLog 31 Jul 2015 07:46:01 -0000 1.11
@@ -1,6 +1,12 @@
# ChangeLog for app-text/pdfsandwich
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.10
2015/06/09 12:34:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.11
2015/07/31 07:46:01 tomka Exp $
+
+*pdfsandwich-0.1.4 (31 Jul 2015)
+
+ 31 Jul 2015; Thomas Kahle <[email protected]> +pdfsandwich-0.1.4.ebuild,
+ -pdfsandwich-0.1.2-r1.ebuild, -pdfsandwich-0.1.2.ebuild:
+ bump to 0.1.4, remove old
09 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
Updating remote-id in metadata.xml
1.1 app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild?rev=1.1&content-type=text/plain
Index: pdfsandwich-0.1.4.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.4.ebuild,v 1.1
2015/07/31 07:46:01 tomka Exp $
EAPI=5
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="png"
RDEPEND=">=app-text/tesseract-3.00
media-gfx/exact-image
app-text/unpaper
app-text/ghostscript-gpl
|| (
media-gfx/imagemagick[png?]
media-gfx/graphicsmagick[png?]
)"
DEPEND="sys-apps/gawk
>=dev-lang/ocaml-3.10[ocamlopt]"
src_prepare() {
sed -i "/^OCAMLOPTFLAGS/s/$/ -ccopt \"\$(CFLAGS) \$(LDFLAGS)\"/"
Makefile || die
sed -i "s/install -s/install/" 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."
}