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 05:19:21
Message-Id: E1NeM1k-0007WU-Pl@stork.gentoo.org
1 cardoe 10/02/08 05:19:16
2
3 Modified: ChangeLog cairo-1.8.8.ebuild
4 Log:
5 Enable svg as a USE default since most usages depend on it, and those that don't depend on the same depends if it was enabled
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.235 x11-libs/cairo/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.235&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.235&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.234&r2=1.235
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
18 retrieving revision 1.234
19 retrieving revision 1.235
20 diff -u -r1.234 -r1.235
21 --- ChangeLog 8 Feb 2010 05:17:23 -0000 1.234
22 +++ ChangeLog 8 Feb 2010 05:19:16 -0000 1.235
23 @@ -1,6 +1,10 @@
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.234 2010/02/08 05:17:23 cardoe Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.235 2010/02/08 05:19:16 cardoe Exp $
28 +
29 + 08 Feb 2010; Doug Goldstein <cardoe@g.o> cairo-1.8.8.ebuild:
30 + Enable svg as a USE default since most usages depend on it, and those that
31 + don't depend on the same depends if it was enabled
32
33 08 Feb 2010; Doug Goldstein <cardoe@g.o> -cairo-1.4.14.ebuild,
34 -cairo-1.6.4-r1.ebuild, -files/cairo-1.6.4-libpng-api-change.patch,
35
36
37
38 1.16 x11-libs/cairo/cairo-1.8.8.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild?rev=1.16&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild?rev=1.16&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild?r1=1.15&r2=1.16
43
44 Index: cairo-1.8.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v
47 retrieving revision 1.15
48 retrieving revision 1.16
49 diff -u -r1.15 -r1.16
50 --- cairo-1.8.8.ebuild 17 Jan 2010 05:14:18 -0000 1.15
51 +++ cairo-1.8.8.ebuild 8 Feb 2010 05:19:16 -0000 1.16
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.15 2010/01/17 05:14:18 robbat2 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.8.8.ebuild,v 1.16 2010/02/08 05:19:16 cardoe Exp $
57
58 EAPI=2
59
60 @@ -13,7 +13,7 @@
61 LICENSE="|| ( LGPL-2.1 MPL-1.1 )"
62 SLOT="0"
63 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 -IUSE="aqua cleartype debug directfb doc glitz opengl svg X xcb"
65 +IUSE="aqua cleartype debug directfb doc glitz opengl +svg X xcb"
66
67 # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it
68 RESTRICT="test"