diff options
author | Thomas Kahle <tomka@gentoo.org> | 2011-09-13 14:37:43 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2011-09-13 14:37:43 +0000 |
commit | 73a4f8242b948369c66582ee3571ce277b6c6f14 (patch) | |
tree | 9605ffe238fa4eaf7888f69fcb7ca92f369bdaf9 /app-text/pdfsandwich | |
parent | Version bump (diff) | |
download | gentoo-2-73a4f8242b948369c66582ee3571ce277b6c6f14.tar.gz gentoo-2-73a4f8242b948369c66582ee3571ce277b6c6f14.tar.bz2 gentoo-2-73a4f8242b948369c66582ee3571ce277b6c6f14.zip |
update cuneiform dep, remove old, thanks Halcy0n
(Portage version: 2.1.10.15/cvs/Linux i686)
Diffstat (limited to 'app-text/pdfsandwich')
-rw-r--r-- | app-text/pdfsandwich/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/pdfsandwich/pdfsandwich-0.0.2.ebuild | 31 | ||||
-rw-r--r-- | app-text/pdfsandwich/pdfsandwich-0.0.3.ebuild | 6 |
3 files changed, 9 insertions, 36 deletions
diff --git a/app-text/pdfsandwich/ChangeLog b/app-text/pdfsandwich/ChangeLog index 9dc0ad458c1e..802acc868fee 100644 --- a/app-text/pdfsandwich/ChangeLog +++ b/app-text/pdfsandwich/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2010/10/27 18:29:09 tomka Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.4 2011/09/13 14:37:43 tomka Exp $ + + 13 Sep 2011; Thomas Kahle <tomka@gentoo.org> -pdfsandwich-0.0.2.ebuild, + pdfsandwich-0.0.3.ebuild: + update cuneiform dep, remove old, thanks Halcy0n *pdfsandwich-0.0.3 (27 Oct 2010) diff --git a/app-text/pdfsandwich/pdfsandwich-0.0.2.ebuild b/app-text/pdfsandwich/pdfsandwich-0.0.2.ebuild deleted file mode 100644 index 50be07a8bae9..000000000000 --- a/app-text/pdfsandwich/pdfsandwich-0.0.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.2.ebuild,v 1.2 2010/10/22 18:30:00 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/1809/${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.08[ocamlopt]" - -src_prepare() { - sed -i "/^OCAMLOPTFLAGS/s/$/ -ccopt \"\$(CFLAGS) \$(LDFLAGS)\"/" Makefile || die -} - -src_install() { - emake DESTDIR="${D}" install || die "install failed" -} diff --git a/app-text/pdfsandwich/pdfsandwich-0.0.3.ebuild b/app-text/pdfsandwich/pdfsandwich-0.0.3.ebuild index 80cf9e0b10f7..8448ce84f81b 100644 --- a/app-text/pdfsandwich/pdfsandwich-0.0.3.ebuild +++ b/app-text/pdfsandwich/pdfsandwich-0.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/pdfsandwich-0.0.3.ebuild,v 1.2 2011/09/13 14:37:43 tomka Exp $ EAPI="2" @@ -16,7 +16,7 @@ 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] +RDEPEND="app-text/cuneiform[imagemagick] media-gfx/exact-image app-text/ghostscript-gpl" DEPEND="sys-apps/gawk |