Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/cairo: cairo-1.10.2-r2.ebuild ChangeLog cairo-1.12.2.ebuild cairo-1.12.0.ebuild
Date: Tue, 29 May 2012 13:39:24
Message-Id: 20120529133833.F2E472004B@flycatcher.gentoo.org
1 aballier 12/05/29 13:38:33
2
3 Modified: cairo-1.10.2-r2.ebuild ChangeLog
4 cairo-1.12.2.ebuild cairo-1.12.0.ebuild
5 Log:
6 we do not need to disable trace entirely for FreeBSD but only symbol-lookup that relies on glibc definitions.
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 x11-libs/cairo/cairo-1.10.2-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r2.ebuild?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r2.ebuild?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r2.ebuild?r1=1.9&r2=1.10
16
17 Index: cairo-1.10.2-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r2.ebuild,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- cairo-1.10.2-r2.ebuild 28 May 2012 17:04:12 -0000 1.9
24 +++ cairo-1.10.2-r2.ebuild 29 May 2012 13:38:33 -0000 1.10
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r2.ebuild,v 1.9 2012/05/28 17:04:12 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r2.ebuild,v 1.10 2012/05/29 13:38:33 aballier Exp $
30
31 EAPI=3
32
33 @@ -123,7 +123,7 @@
34 "
35 fi
36
37 - use elibc_FreeBSD && myopts+=" --disable-trace"
38 + use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
39
40 # --disable-xcb-lib:
41 # do not override good xlib backed by hardforcing rendering over xcb
42
43
44
45 1.296 x11-libs/cairo/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.296&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.296&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.295&r2=1.296
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
54 retrieving revision 1.295
55 retrieving revision 1.296
56 diff -u -r1.295 -r1.296
57 --- ChangeLog 28 May 2012 17:04:12 -0000 1.295
58 +++ ChangeLog 29 May 2012 13:38:33 -0000 1.296
59 @@ -1,6 +1,11 @@
60 # ChangeLog for x11-libs/cairo
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.295 2012/05/28 17:04:12 armin76 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.296 2012/05/29 13:38:33 aballier Exp $
64 +
65 + 29 May 2012; Alexis Ballier <aballier@g.o> cairo-1.10.2-r2.ebuild,
66 + cairo-1.12.0.ebuild, cairo-1.12.2.ebuild:
67 + we do not need to disable trace entirely for FreeBSD but only symbol-lookup
68 + that relies on glibc definitions.
69
70 28 May 2012; Raúl Porcel <armin76@g.o> cairo-1.10.2-r2.ebuild:
71 alpha/ia64/s390/sh/sparc stable wrt #414309
72
73
74
75 1.5 x11-libs/cairo/cairo-1.12.2.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.2.ebuild?rev=1.5&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.2.ebuild?rev=1.5&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.2.ebuild?r1=1.4&r2=1.5
80
81 Index: cairo-1.12.2.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.2.ebuild,v
84 retrieving revision 1.4
85 retrieving revision 1.5
86 diff -u -r1.4 -r1.5
87 --- cairo-1.12.2.ebuild 27 May 2012 02:21:12 -0000 1.4
88 +++ cairo-1.12.2.ebuild 29 May 2012 13:38:33 -0000 1.5
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2012 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.2.ebuild,v 1.4 2012/05/27 02:21:12 naota Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.2.ebuild,v 1.5 2012/05/29 13:38:33 aballier Exp $
94
95 EAPI=4
96
97 @@ -98,7 +98,7 @@
98
99 use X && myopts+=" --enable-tee=yes"
100
101 - use elibc_FreeBSD && myopts+=" --disable-trace"
102 + use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
103
104 # --disable-xcb-lib:
105 # do not override good xlib backed by hardforcing rendering over xcb
106
107
108
109 1.6 x11-libs/cairo/cairo-1.12.0.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.0.ebuild?rev=1.6&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.0.ebuild?rev=1.6&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.0.ebuild?r1=1.5&r2=1.6
114
115 Index: cairo-1.12.0.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.0.ebuild,v
118 retrieving revision 1.5
119 retrieving revision 1.6
120 diff -u -r1.5 -r1.6
121 --- cairo-1.12.0.ebuild 27 May 2012 02:21:12 -0000 1.5
122 +++ cairo-1.12.0.ebuild 29 May 2012 13:38:33 -0000 1.6
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2012 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.0.ebuild,v 1.5 2012/05/27 02:21:12 naota Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.0.ebuild,v 1.6 2012/05/29 13:38:33 aballier Exp $
128
129 EAPI=4
130
131 @@ -98,7 +98,7 @@
132
133 use X && myopts+=" --enable-tee=yes"
134
135 - use elibc_FreeBSD && myopts+=" --disable-trace"
136 + use elibc_FreeBSD && myopts+=" --disable-symbol-lookup"
137
138 # --disable-xcb-lib:
139 # do not override good xlib backed by hardforcing rendering over xcb