summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2010-10-22 18:30:00 +0000
committerThomas Kahle <tomka@gentoo.org>2010-10-22 18:30:00 +0000
commit8c853714bfeca0a0efd61aca0cfb2d9cbe225801 (patch)
tree29962684876d590b2d8e06fa88ac5acc5024937a /app-text/pdfsandwich
parentapgdiff: version bump (diff)
downloadgentoo-2-8c853714bfeca0a0efd61aca0cfb2d9cbe225801.tar.gz
gentoo-2-8c853714bfeca0a0efd61aca0cfb2d9cbe225801.tar.bz2
gentoo-2-8c853714bfeca0a0efd61aca0cfb2d9cbe225801.zip
Ebuild-QA, thanks to fauli for spotting things.
(Portage version: 2.1.9.21/cvs/Linux i686)
Diffstat (limited to 'app-text/pdfsandwich')
-rw-r--r--app-text/pdfsandwich/ChangeLog5
-rw-r--r--app-text/pdfsandwich/pdfsandwich-0.0.2.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/app-text/pdfsandwich/ChangeLog b/app-text/pdfsandwich/ChangeLog
index 56fd61d758f2..2ca31e12cc48 100644
--- a/app-text/pdfsandwich/ChangeLog
+++ b/app-text/pdfsandwich/ChangeLog
@@ -1,6 +1,9 @@
# 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.1 2010/10/22 15:11:40 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdfsandwich/ChangeLog,v 1.2 2010/10/22 18:30:00 tomka Exp $
+
+ 22 Oct 2010; Thomas Kahle <tomka@gentoo.org> pdfsandwich-0.0.2.ebuild:
+ Ebuild-QA
*pdfsandwich-0.0.2 (22 Oct 2010)
diff --git a/app-text/pdfsandwich/pdfsandwich-0.0.2.ebuild b/app-text/pdfsandwich/pdfsandwich-0.0.2.ebuild
index 6d7d17ee1e30..50be07a8bae9 100644
--- a/app-text/pdfsandwich/pdfsandwich-0.0.2.ebuild
+++ b/app-text/pdfsandwich/pdfsandwich-0.0.2.ebuild
@@ -1,6 +1,6 @@
# 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.1 2010/10/22 15:11:40 tomka Exp $
+# $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"
@@ -13,15 +13,17 @@ 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
+ sed -i "/^OCAMLOPTFLAGS/s/$/ -ccopt \"\$(CFLAGS) \$(LDFLAGS)\"/" Makefile || die
}
src_install() {