summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-09-16 20:04:30 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-09-16 20:04:30 +0000
commit14fd644aa2a9016a976529fb926870cfeff3122f (patch)
tree63c86b79175212d8816717ec383bb6fcfe3ef14f /app-text/pdf2html
parentStable ppc64, bug #434564 (diff)
downloadgentoo-2-14fd644aa2a9016a976529fb926870cfeff3122f.tar.gz
gentoo-2-14fd644aa2a9016a976529fb926870cfeff3122f.tar.bz2
gentoo-2-14fd644aa2a9016a976529fb926870cfeff3122f.zip
added prefix keywords
(Portage version: 2.2.0_alpha128/cvs/Linux i686)
Diffstat (limited to 'app-text/pdf2html')
-rw-r--r--app-text/pdf2html/ChangeLog8
-rw-r--r--app-text/pdf2html/pdf2html-1.4.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/app-text/pdf2html/ChangeLog b/app-text/pdf2html/ChangeLog
index 24e0d0f85631..41913f4158dd 100644
--- a/app-text/pdf2html/ChangeLog
+++ b/app-text/pdf2html/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/pdf2html
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.19 2011/09/14 15:02:16 ssuominen Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/ChangeLog,v 1.20 2012/09/16 20:04:30 ottxor Exp $
+
+ 16 Sep 2012; Christoph Junghans <ottxor@gentoo.org> pdf2html-1.4.ebuild:
+ added prefix keywords
14 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> pdf2html-1.4.ebuild,
+files/pdf2html-1.4-libpng15.patch:
@@ -59,4 +62,3 @@
pdf2html-1.4.ebuild:
Initial import. Ebuild submitted by Victor Iggy <lamer0@lamer0.com>,
closing bug #15980
-
diff --git a/app-text/pdf2html/pdf2html-1.4.ebuild b/app-text/pdf2html/pdf2html-1.4.ebuild
index bb06b51de3c1..6daa325e2eaa 100644
--- a/app-text/pdf2html/pdf2html-1.4.ebuild
+++ b/app-text/pdf2html/pdf2html-1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.19 2011/09/14 15:02:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/pdf2html/pdf2html-1.4.ebuild,v 1.20 2012/09/16 20:04:30 ottxor Exp $
EAPI=4
inherit eutils toolchain-funcs
@@ -11,7 +11,7 @@ SRC_URI="ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/pdf2html/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 ~ppc sparc x86"
+KEYWORDS="alpha amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DEPEND=">=media-libs/libpng-1.4
@@ -35,7 +35,7 @@ src_compile() {
echo "pbm2eps9: pbm2eps9.o printer.o" > Makefile
emake pbm2eps9
- echo "cp /usr/share/${P}/*.png ." >> pdf2html
+ echo "cp \"${EPREFIX}\"/usr/share/${P}/*.png ." >> pdf2html
}
src_install() {