summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2005-12-06 18:30:35 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2005-12-06 18:30:35 +0000
commitb5bc6ca7880499f6852d81ec80311238c2ae5ae9 (patch)
tree3f1c232e637e6672c49b72e5add7375d03b5ae3c /app-text
parentStable on sparc (diff)
downloadgentoo-2-b5bc6ca7880499f6852d81ec80311238c2ae5ae9.tar.gz
gentoo-2-b5bc6ca7880499f6852d81ec80311238c2ae5ae9.tar.bz2
gentoo-2-b5bc6ca7880499f6852d81ec80311238c2ae5ae9.zip
Oops, and actually apply the patch
(Portage version: 2.0.53)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/poppler/ChangeLog5
-rw-r--r--app-text/poppler/Manifest12
-rw-r--r--app-text/poppler/poppler-0.3.0-r1.ebuild10
3 files changed, 14 insertions, 13 deletions
diff --git a/app-text/poppler/ChangeLog b/app-text/poppler/ChangeLog
index 97c3985533d0..6ed38825f4e5 100644
--- a/app-text/poppler/ChangeLog
+++ b/app-text/poppler/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/poppler
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.20 2005/12/06 14:55:02 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.21 2005/12/06 18:30:35 dang Exp $
+
+ 06 Dec 2005; <dang@gentoo.org> poppler-0.3.0-r1.ebuild:
+ Oops, and actually apply the patch
*poppler-0.3.0-r1 (06 Dec 2005)
diff --git a/app-text/poppler/Manifest b/app-text/poppler/Manifest
index 1418df0a578a..d2a18153296e 100644
--- a/app-text/poppler/Manifest
+++ b/app-text/poppler/Manifest
@@ -1,6 +1,3 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 197ed4d676b051f89a04ff8cf7b6afb3 ChangeLog 2677
MD5 9fcae20e4d0c670e6f53602e516991aa files/digest-poppler-0.3.0 65
MD5 9fcae20e4d0c670e6f53602e516991aa files/digest-poppler-0.3.0-r1 65
@@ -10,14 +7,7 @@ MD5 3342aad1175b4b522f84e453999fbb05 files/poppler-0.4.1-cairo-ft.patch 470
MD5 c6805b961ecb2a526246a39bbff57f23 files/poppler-0.4.2-CAN-2005-3193.patch 3940
MD5 569ab87015257d03b6ab6cedb4bcdbec files/poppler-gcc41.patch 1130
MD5 26b4b081d538c195dc39bcb2ec8e6f3a metadata.xml 161
-MD5 f8f7e5a97d0580b2ab29656ff173a1ca poppler-0.3.0-r1.ebuild 886
+MD5 d2f7f2ae8333d7a44db446531d0dbd43 poppler-0.3.0-r1.ebuild 993
MD5 6999412acc1316a8e229eada23ab192b poppler-0.3.0.ebuild 856
MD5 a09141f796e4a8bfbf208def8c7d164b poppler-0.4.2-r1.ebuild 1431
MD5 0a4aeea8b99f0bde18dd89db5fc6d313 poppler-0.4.2.ebuild 1383
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux)
-
-iD8DBQFDlaY+omPajV0RnrERAnFRAJ4wgV8vWxyjNN9R1xxSflTkIvlSggCfYD0g
-RieUBQTBHbmFdb/bN3G9ssg=
-=S8c+
------END PGP SIGNATURE-----
diff --git a/app-text/poppler/poppler-0.3.0-r1.ebuild b/app-text/poppler/poppler-0.3.0-r1.ebuild
index 5e52504c4dfc..ea5e6c0616ca 100644
--- a/app-text/poppler/poppler-0.3.0-r1.ebuild
+++ b/app-text/poppler/poppler-0.3.0-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.3.0-r1.ebuild,v 1.1 2005/12/06 14:55:02 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.3.0-r1.ebuild,v 1.2 2005/12/06 18:30:35 dang Exp $
+
+inherit eutils
DESCRIPTION="Poppler is a PDF rendering library based on the xpdf-3.0 code base."
HOMEPAGE="http://poppler.freedesktop.org"
@@ -20,6 +22,12 @@ DEPEND=">=media-libs/freetype-2.0.5
dev-util/pkgconfig
gtk? ( =x11-libs/gtk+-2* )"
+src_unpack(){
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${PN}-0.4.2-CAN-2005-3193.patch
+}
+
src_compile() {
econf --disable-poppler-qt --disable-cairo-output || die
emake || die