Gentoo Archives: gentoo-commits

From: "Saleem Abdulrasool (compnerd)" <compnerd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/cairo: cairo-1.8.0.ebuild
Date: Mon, 29 Sep 2008 05:03:38
Message-Id: E1KkAv2-0005LB-8Q@stork.gentoo.org
1 compnerd 08/09/29 05:03:36
2
3 Modified: cairo-1.8.0.ebuild
4 Log:
5 fix deps and check
6 (Portage version: 2.2_rc9/cvs/Linux 2.6.27-rc3-git3 i686)
7
8 Revision Changes Path
9 1.2 x11-libs/cairo/cairo-1.8.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild?r1=1.1&r2=1.2
14
15 Index: cairo-1.8.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- cairo-1.8.0.ebuild 27 Sep 2008 00:48:41 -0000 1.1
22 +++ cairo-1.8.0.ebuild 29 Sep 2008 05:03:35 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild,v 1.1 2008/09/27 00:48:41 compnerd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.0.ebuild,v 1.2 2008/09/29 05:03:35 compnerd Exp $
28
29 inherit eutils flag-o-matic libtool
30
31 @@ -24,7 +24,7 @@
32 >=x11-libs/pixman-0.12.0
33 x11-libs/pango
34 >=x11-libs/gtk+-2.0
35 - >=app-text/poppler-0.9.2
36 + >=app-text/poppler-bindings-0.9.2
37 X? (
38 >=x11-libs/libXrender-0.6
39 x11-libs/libXext
40 @@ -49,9 +49,9 @@
41 )"
42
43 pkg_setup() {
44 - if ! built_with_use app-text/poppler gtk ; then
45 - eerror 'poppler with gtk is required for the pdf backend'
46 - die 'poppler built without gtk support'
47 + if ! built_with_use app-text/poppler-bindings gtk ; then
48 + eerror 'poppler-bindings with gtk is required for the pdf backend'
49 + die 'poppler-bindings built without gtk support'
50 fi
51 }