tomka 14/08/07 11:19:37 Modified: ChangeLog Added: pdfsandwich-0.1.2-r1.ebuild Removed: pdfsandwich-0.0.7.ebuild pdfsandwich-0.0.8.ebuild Log: EAPI bump, add missing dep on *magick (bug 519282), remove old (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Revision Changes Path 1.9 app-text/pdfsandwich/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 29 Jul 2014 13:19:03 -0000 1.8 +++ ChangeLog 7 Aug 2014 11:19:37 -0000 1.9 @@ -1,6 +1,12 @@ # ChangeLog for app-text/pdfsandwich # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.9 2014/08/07 11:19:37 tomka Exp $ + +*pdfsandwich-0.1.2-r1 (07 Aug 2014) + + 07 Aug 2014; Thomas Kahle <[email protected]> +pdfsandwich-0.1.2-r1.ebuild, + -pdfsandwich-0.0.7.ebuild, -pdfsandwich-0.0.8.ebuild: + EAPI bump, add missing dep on *magick (bug 519282), remove old *pdfsandwich-0.1.2 (29 Jul 2014) 1.1 app-text/pdfsandwich/pdfsandwich-0.1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.1.2-r1.ebuild?rev=1.1&content-type=text/plain Index: pdfsandwich-0.1.2-r1.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-r1.ebuild,v 1.1 2014/08/07 11:19:37 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 } 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." }
