summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2008-09-29 05:03:35 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2008-09-29 05:03:35 +0000
commit5b62091c8797f8ed944e5f90e3c5668f0a7db8b4 (patch)
tree1fb91dce1992cf4f8cadd3a818a9c2182ee17122 /x11-libs/cairo
parentInitial commit. Ebuild by Robin H Johnson <robbat2@gentoo.org>. Dependancy fo... (diff)
downloadhistorical-5b62091c8797f8ed944e5f90e3c5668f0a7db8b4.tar.gz
historical-5b62091c8797f8ed944e5f90e3c5668f0a7db8b4.tar.bz2
historical-5b62091c8797f8ed944e5f90e3c5668f0a7db8b4.zip
fix deps and check
Package-Manager: portage-2.2_rc9/cvs/Linux 2.6.27-rc3-git3 i686
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r--x11-libs/cairo/Manifest2
-rw-r--r--x11-libs/cairo/cairo-1.8.0.ebuild10
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-libs/cairo/Manifest b/x11-libs/cairo/Manifest
index ca6ab8122cac..a39509fb173d 100644
--- a/x11-libs/cairo/Manifest
+++ b/x11-libs/cairo/Manifest
@@ -9,6 +9,6 @@ EBUILD cairo-1.4.14.ebuild 1968 RMD160 02f89786e2cfaeb1fac9b075f3f73e79ea4169b0
EBUILD cairo-1.6.4-r1.ebuild 2282 RMD160 3654fda45e7f77366b67c846860711faf740907e SHA1 cf5bc6fe7868adefd64aeadf709e206ba08f7134 SHA256 09e27659f83db7d53d5e3164f014d8b974eff25b3129da5b5d4a103918db39ad
EBUILD cairo-1.6.4.ebuild 2109 RMD160 898bd4a7f842d4945f00773697e0f312a58ec23e SHA1 34b214b0399466c4b59f37f505470ebd45bcd164 SHA256 2fca2991647b18efc2c2b1475a9ff7d751a05a75170a09088a0bf090481ceb21
EBUILD cairo-1.7.4.ebuild 2122 RMD160 4a352b415e4de48a9b9a2841417ad8403cc74fd5 SHA1 77d444806ae8a479289d401496179369e1180387 SHA256 a2f8eacfb8d4b66a8829b727f7740a34b821248b9ebe3d25e0447ff912de53ab
-EBUILD cairo-1.8.0.ebuild 2451 RMD160 0b7498d439072110105335b915973ae831bdd6b3 SHA1 14180de6a64f046b08c599a7bff755155a53a407 SHA256 9d14ff6dbd443874f7812acc5a1a66930554ce6771b5c31c90012c8b07758da1
+EBUILD cairo-1.8.0.ebuild 2487 RMD160 d25c17c8c58fcd11c768743027f46fbacf7f19c4 SHA1 2fab97687a36477caac7250bb286a98bcb03ca5c SHA256 4b217c823eccb4811e1f7a4e172b864e418988830391c661b48b850e80da8e7e
MISC ChangeLog 27434 RMD160 e6de1fb27d3a66eaf26de146e97932caee4b9352 SHA1 5bbc83fc1976d52c33afd257ebc16a1a71d05715 SHA256 333b9dc0f5a5fbc0e9387615f07a60ffd85312f9cc34ba6dd9dadf93090ad20e
MISC metadata.xml 579 RMD160 a8e2ab1e575154d20f372f4cef09cfee18c6e8c3 SHA1 3f2062d658c0d780083e366f7f3d63d95586d7e1 SHA256 484df9f3a5c0775495ad4022f142f8d1a324abe0377269b8b3696a8f733989e4
diff --git a/x11-libs/cairo/cairo-1.8.0.ebuild b/x11-libs/cairo/cairo-1.8.0.ebuild
index 9480314182da..79506f6494fa 100644
--- a/x11-libs/cairo/cairo-1.8.0.ebuild
+++ b/x11-libs/cairo/cairo-1.8.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild,v 1.1 2008/09/27 00:48:41 compnerd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild,v 1.2 2008/09/29 05:03:35 compnerd Exp $
inherit eutils flag-o-matic libtool
@@ -24,7 +24,7 @@ RDEPEND="media-libs/fontconfig
>=x11-libs/pixman-0.12.0
x11-libs/pango
>=x11-libs/gtk+-2.0
- >=app-text/poppler-0.9.2
+ >=app-text/poppler-bindings-0.9.2
X? (
>=x11-libs/libXrender-0.6
x11-libs/libXext
@@ -49,9 +49,9 @@ DEPEND="${RDEPEND}
)"
pkg_setup() {
- if ! built_with_use app-text/poppler gtk ; then
- eerror 'poppler with gtk is required for the pdf backend'
- die 'poppler built without gtk support'
+ if ! built_with_use app-text/poppler-bindings gtk ; then
+ eerror 'poppler-bindings with gtk is required for the pdf backend'
+ die 'poppler-bindings built without gtk support'
fi
}