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 ChangeLog
Date: Fri, 02 May 2014 09:51:53
Message-Id: 20140502095149.B78452004C@flycatcher.gentoo.org
1 tommy 14/05/02 09:51:49
2
3 Modified: cairo-1.12.16-r2.ebuild cairo-9999.ebuild ChangeLog
4 Log:
5 Revert previous commit, multilib_is_native_abi now includes multilib_build_binaries functionality
6
7 (Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
8
9 Revision Changes Path
10 1.4 x11-libs/cairo/cairo-1.12.16-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?r1=1.3&r2=1.4
15
16 Index: cairo-1.12.16-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- cairo-1.12.16-r2.ebuild 2 May 2014 09:46:46 -0000 1.3
23 +++ cairo-1.12.16-r2.ebuild 2 May 2014 09:51:49 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v 1.4 2014/05/02 09:51:49 tommy Exp $
29
30 EAPI=5
31
32 @@ -113,12 +113,12 @@
33
34 # TODO: remove this (and add USE-dep) when DirectFB is converted,
35 # bug #484248 -- but beware of the circular dep.
36 - if ! multilib_build_binaries; then
37 + if ! multilib_is_native_abi; then
38 myopts+=" --disable-directfb"
39 fi
40
41 # TODO: remove this (and add USE-dep) when qtgui is converted, bug #498010
42 - if ! multilib_build_binaries; then
43 + if ! multilib_is_native_abi; then
44 myopts+=" --disable-qt"
45 fi
46
47
48
49
50 1.41 x11-libs/cairo/cairo-9999.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.41&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.41&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?r1=1.40&r2=1.41
55
56 Index: cairo-9999.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v
59 retrieving revision 1.40
60 retrieving revision 1.41
61 diff -u -r1.40 -r1.41
62 --- cairo-9999.ebuild 2 May 2014 09:46:46 -0000 1.40
63 +++ cairo-9999.ebuild 2 May 2014 09:51:49 -0000 1.41
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2014 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.40 2014/05/02 09:46:46 tommy Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.41 2014/05/02 09:51:49 tommy Exp $
69
70 EAPI=5
71
72 @@ -113,12 +113,12 @@
73
74 # TODO: remove this (and add USE-dep) when DirectFB is converted,
75 # bug #484248 -- but beware of the circular dep.
76 - if ! multilib_build_binaries; then
77 + if ! multilib_is_native_abi; then
78 myopts+=" --disable-directfb"
79 fi
80
81 # TODO: remove this (and add USE-dep) when qtgui is converted, bug #498010
82 - if ! multilib_build_binaries; then
83 + if ! multilib_is_native_abi; then
84 myopts+=" --disable-qt"
85 fi
86
87
88
89
90 1.375 x11-libs/cairo/ChangeLog
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.375&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.375&content-type=text/plain
94 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.374&r2=1.375
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
99 retrieving revision 1.374
100 retrieving revision 1.375
101 diff -u -r1.374 -r1.375
102 --- ChangeLog 2 May 2014 09:46:46 -0000 1.374
103 +++ ChangeLog 2 May 2014 09:51:49 -0000 1.375
104 @@ -1,6 +1,12 @@
105 # ChangeLog for x11-libs/cairo
106 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.374 2014/05/02 09:46:46 tommy Exp $
108 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.375 2014/05/02 09:51:49 tommy Exp $
109 +
110 + 02 May 2014; Thomas Sachau (Tommy[D]) <tommy@g.o>
111 + cairo-1.10.2-r3.ebuild, cairo-1.12.14-r4.ebuild, cairo-1.12.16-r2.ebuild,
112 + cairo-1.12.16.ebuild, cairo-9999.ebuild:
113 + Revert previous commit, multilib_is_native_abi now includes
114 + multilib_build_binaries functionality
115
116 02 May 2014; Thomas Sachau (Tommy[D]) <tommy@g.o>
117 cairo-1.10.2-r3.ebuild, cairo-1.12.14-r4.ebuild, cairo-1.12.16-r2.ebuild,