Gentoo Archives: gentoo-commits

From: "Thomas Sachau (tommy)" <tommy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/cairo: cairo-1.12.16-r2.ebuild cairo-9999.ebuild cairo-1.10.2-r3.ebuild ChangeLog
Date: Fri, 02 May 2014 09:46:51
Message-Id: 20140502094646.4F5992004C@flycatcher.gentoo.org
1 tommy 14/05/02 09:46:46
2
3 Modified: cairo-1.12.16-r2.ebuild cairo-9999.ebuild
4 cairo-1.10.2-r3.ebuild ChangeLog
5 Log:
6 Replace multilib_is_native_abi with multilib_build_binaries
7
8 (Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
9
10 Revision Changes Path
11 1.3 x11-libs/cairo/cairo-1.12.16-r2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?r1=1.2&r2=1.3
16
17 Index: cairo-1.12.16-r2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- cairo-1.12.16-r2.ebuild 28 Apr 2014 17:50:00 -0000 1.2
24 +++ cairo-1.12.16-r2.ebuild 2 May 2014 09:46:46 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 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.12.16-r2.ebuild,v 1.2 2014/04/28 17:50:00 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v 1.3 2014/05/02 09:46:46 tommy Exp $
30
31 EAPI=5
32
33 @@ -113,12 +113,12 @@
34
35 # TODO: remove this (and add USE-dep) when DirectFB is converted,
36 # bug #484248 -- but beware of the circular dep.
37 - if ! multilib_is_native_abi; then
38 + if ! multilib_build_binaries; then
39 myopts+=" --disable-directfb"
40 fi
41
42 # TODO: remove this (and add USE-dep) when qtgui is converted, bug #498010
43 - if ! multilib_is_native_abi; then
44 + if ! multilib_build_binaries; then
45 myopts+=" --disable-qt"
46 fi
47
48
49
50
51 1.40 x11-libs/cairo/cairo-9999.ebuild
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.40&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.40&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?r1=1.39&r2=1.40
56
57 Index: cairo-9999.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v
60 retrieving revision 1.39
61 retrieving revision 1.40
62 diff -u -r1.39 -r1.40
63 --- cairo-9999.ebuild 28 Apr 2014 17:50:00 -0000 1.39
64 +++ cairo-9999.ebuild 2 May 2014 09:46:46 -0000 1.40
65 @@ -1,6 +1,6 @@
66 # Copyright 1999-2014 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.39 2014/04/28 17:50:00 mgorny Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.40 2014/05/02 09:46:46 tommy Exp $
70
71 EAPI=5
72
73 @@ -113,12 +113,12 @@
74
75 # TODO: remove this (and add USE-dep) when DirectFB is converted,
76 # bug #484248 -- but beware of the circular dep.
77 - if ! multilib_is_native_abi; then
78 + if ! multilib_build_binaries; then
79 myopts+=" --disable-directfb"
80 fi
81
82 # TODO: remove this (and add USE-dep) when qtgui is converted, bug #498010
83 - if ! multilib_is_native_abi; then
84 + if ! multilib_build_binaries; then
85 myopts+=" --disable-qt"
86 fi
87
88
89
90
91 1.14 x11-libs/cairo/cairo-1.10.2-r3.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild?rev=1.14&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild?rev=1.14&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild?r1=1.13&r2=1.14
96
97 Index: cairo-1.10.2-r3.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild,v
100 retrieving revision 1.13
101 retrieving revision 1.14
102 diff -u -r1.13 -r1.14
103 --- cairo-1.10.2-r3.ebuild 2 Mar 2013 23:43:43 -0000 1.13
104 +++ cairo-1.10.2-r3.ebuild 2 May 2014 09:46:46 -0000 1.14
105 @@ -1,6 +1,6 @@
106 -# Copyright 1999-2013 Gentoo Foundation
107 +# Copyright 1999-2014 Gentoo Foundation
108 # Distributed under the terms of the GNU General Public License v2
109 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild,v 1.13 2013/03/02 23:43:43 hwoarang Exp $
110 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.10.2-r3.ebuild,v 1.14 2014/05/02 09:46:46 tommy Exp $
111
112 EAPI=3
113
114
115
116
117 1.374 x11-libs/cairo/ChangeLog
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.374&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.374&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.373&r2=1.374
122
123 Index: ChangeLog
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
126 retrieving revision 1.373
127 retrieving revision 1.374
128 diff -u -r1.373 -r1.374
129 --- ChangeLog 28 Apr 2014 17:50:00 -0000 1.373
130 +++ ChangeLog 2 May 2014 09:46:46 -0000 1.374
131 @@ -1,6 +1,11 @@
132 # ChangeLog for x11-libs/cairo
133 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
134 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.373 2014/04/28 17:50:00 mgorny Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.374 2014/05/02 09:46:46 tommy Exp $
136 +
137 + 02 May 2014; Thomas Sachau (Tommy[D]) <tommy@g.o>
138 + cairo-1.10.2-r3.ebuild, cairo-1.12.14-r4.ebuild, cairo-1.12.16-r2.ebuild,
139 + cairo-1.12.16.ebuild, cairo-9999.ebuild:
140 + Replace multilib_is_native_abi with multilib_build_binaries
141
142 28 Apr 2014; Michał Górny <mgorny@g.o> cairo-1.12.16-r2.ebuild,
143 cairo-9999.ebuild: