summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2010-10-27 18:29:09 +0000
committerThomas Kahle <tomka@gentoo.org>2010-10-27 18:29:09 +0000
commit48875aae69c273cbe28f849640328441283af365 (patch)
tree710adcfa8044337fe621f058340411398637e0d1 /app-text/pdfsandwich
parentAdd tc-export call to the example to denote that they need to be done manually. (diff)
downloadgentoo-2-48875aae69c273cbe28f849640328441283af365.tar.gz
gentoo-2-48875aae69c273cbe28f849640328441283af365.tar.bz2
gentoo-2-48875aae69c273cbe28f849640328441283af365.zip
bump to 0.0.3
(Portage version: 2.1.9.22/cvs/Linux i686)
Diffstat (limited to 'app-text/pdfsandwich')
-rw-r--r--app-text/pdfsandwich/ChangeLog7
-rw-r--r--app-text/pdfsandwich/pdfsandwich-0.0.3.ebuild31
2 files changed, 37 insertions, 1 deletions
diff --git a/app-text/pdfsandwich/ChangeLog b/app-text/pdfsandwich/ChangeLog
index 2ca31e12cc48..9dc0ad458c1e 100644
--- a/app-text/pdfsandwich/ChangeLog
+++ b/app-text/pdfsandwich/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/pdfsandwich
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.2 2010/10/22 18:30:00 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.3 2010/10/27 18:29:09 tomka Exp $
+
+*pdfsandwich-0.0.3 (27 Oct 2010)
+
+ 27 Oct 2010; Thomas Kahle <tomka@gentoo.org> +pdfsandwich-0.0.3.ebuild:
+ bump to 0.0.3
22 Oct 2010; Thomas Kahle <tomka@gentoo.org> pdfsandwich-0.0.2.ebuild:
Ebuild-QA
diff --git a/app-text/pdfsandwich/pdfsandwich-0.0.3.ebuild b/app-text/pdfsandwich/pdfsandwich-0.0.3.ebuild
new file mode 100644
index 000000000000..80cf9e0b10f7
--- /dev/null
+++ b/app-text/pdfsandwich/pdfsandwich-0.0.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.0.3.ebuild,v 1.1 2010/10/27 18:29:09 tomka Exp $
+
+EAPI="2"
+
+DESCRIPTION="generator of sandwich OCR pdf files"
+HOMEPAGE="http://pdfsandwich.origo.ethz.ch/wiki/pdfsandwich"
+SRC_URI="http://download.origo.ethz.ch/pdfsandwich/2161/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+# >=cuneiform-0.9 will break placement of background text with
+# exact-image This is discussed on upstream's mailing list.
+
+RDEPEND="<app-text/cuneiform-0.9.0[imagemagick]
+ media-gfx/exact-image
+ 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 || die "install failed"
+}