Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/cairo: ChangeLog cairo-1.8.8.ebuild
Date: Mon, 08 Feb 2010 15:59:08
Message-Id: E1NeW0s-0004SK-Pj@stork.gentoo.org
1 cardoe 10/02/08 15:59:02
2
3 Modified: ChangeLog cairo-1.8.8.ebuild
4 Log:
5 remove xcb-proto DEPEND as per bug #285606
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.236 x11-libs/cairo/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.236&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.236&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.235&r2=1.236
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
18 retrieving revision 1.235
19 retrieving revision 1.236
20 diff -u -r1.235 -r1.236
21 --- ChangeLog 8 Feb 2010 05:19:16 -0000 1.235
22 +++ ChangeLog 8 Feb 2010 15:59:02 -0000 1.236
23 @@ -1,6 +1,9 @@
24 # ChangeLog for x11-libs/cairo
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.235 2010/02/08 05:19:16 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.236 2010/02/08 15:59:02 cardoe Exp $
28 +
29 + 08 Feb 2010; Doug Goldstein <cardoe@g.o> cairo-1.8.8.ebuild:
30 + remove xcb-proto DEPEND as per bug #285606
31
32 08 Feb 2010; Doug Goldstein <cardoe@g.o> cairo-1.8.8.ebuild:
33 Enable svg as a USE default since most usages depend on it, and those that
34
35
36
37 1.17 x11-libs/cairo/cairo-1.8.8.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild?rev=1.17&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild?rev=1.17&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild?r1=1.16&r2=1.17
42
43 Index: cairo-1.8.8.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v
46 retrieving revision 1.16
47 retrieving revision 1.17
48 diff -u -r1.16 -r1.17
49 --- cairo-1.8.8.ebuild 8 Feb 2010 05:19:16 -0000 1.16
50 +++ cairo-1.8.8.ebuild 8 Feb 2010 15:59:02 -0000 1.17
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.16 2010/02/08 05:19:16 cardoe Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.17 2010/02/08 15:59:02 cardoe Exp $
56
57 EAPI=2
58
59 @@ -48,8 +48,7 @@
60 >=sys-devel/libtool-2
61 doc? ( >=dev-util/gtk-doc-1.6
62 ~app-text/docbook-xml-dtd-4.2 )
63 - X? ( x11-proto/renderproto )
64 - xcb? ( x11-proto/xcb-proto )"
65 + X? ( x11-proto/renderproto )"
66
67 src_prepare() {
68 # ClearType-like patches applied by ArchLinux