Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@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.12.16-r3.ebuild ChangeLog
Date: Tue, 24 Jun 2014 22:19:54
Message-Id: 20140624221945.EC6B72004E@flycatcher.gentoo.org
1 mgorny 14/06/24 22:19:45
2
3 Modified: cairo-1.12.16-r2.ebuild cairo-9999.ebuild
4 cairo-1.12.16-r3.ebuild ChangeLog
5 Log:
6 Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for GNOME 3.6.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.7 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.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild?rev=1.7&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.6&r2=1.7
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.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- cairo-1.12.16-r2.ebuild 18 Jun 2014 21:00:27 -0000 1.6
24 +++ cairo-1.12.16-r2.ebuild 24 Jun 2014 22:19:45 -0000 1.7
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.6 2014/06/18 21:00:27 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r2.ebuild,v 1.7 2014/06/24 22:19:45 mgorny Exp $
30
31 EAPI=5
32
33 @@ -34,7 +34,7 @@
34 >=x11-libs/pixman-0.32.4[${MULTILIB_USEDEP}]
35 directfb? ( dev-libs/DirectFB )
36 gles2? ( >=media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] )
37 - glib? ( >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}] )
38 + glib? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
39 opengl? ( || ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] media-libs/opengl-apple ) )
40 openvg? ( >=media-libs/mesa-9.1.6[openvg,${MULTILIB_USEDEP}] )
41 qt4? ( >=dev-qt/qtgui-4.8:4 )
42
43
44
45 1.47 x11-libs/cairo/cairo-9999.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.47&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?rev=1.47&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild?r1=1.46&r2=1.47
50
51 Index: cairo-9999.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v
54 retrieving revision 1.46
55 retrieving revision 1.47
56 diff -u -r1.46 -r1.47
57 --- cairo-9999.ebuild 18 Jun 2014 21:00:27 -0000 1.46
58 +++ cairo-9999.ebuild 24 Jun 2014 22:19:45 -0000 1.47
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.46 2014/06/18 21:00:27 mgorny Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-9999.ebuild,v 1.47 2014/06/24 22:19:45 mgorny Exp $
64
65 EAPI=5
66
67 @@ -34,7 +34,7 @@
68 >=x11-libs/pixman-0.32.4[${MULTILIB_USEDEP}]
69 directfb? ( dev-libs/DirectFB )
70 gles2? ( >=media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] )
71 - glib? ( >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}] )
72 + glib? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
73 opengl? ( || ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] media-libs/opengl-apple ) )
74 openvg? ( >=media-libs/mesa-9.1.6[openvg,${MULTILIB_USEDEP}] )
75 qt4? ( >=dev-qt/qtgui-4.8:4 )
76
77
78
79 1.5 x11-libs/cairo/cairo-1.12.16-r3.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r3.ebuild?rev=1.5&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r3.ebuild?rev=1.5&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r3.ebuild?r1=1.4&r2=1.5
84
85 Index: cairo-1.12.16-r3.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r3.ebuild,v
88 retrieving revision 1.4
89 retrieving revision 1.5
90 diff -u -r1.4 -r1.5
91 --- cairo-1.12.16-r3.ebuild 18 Jun 2014 21:00:27 -0000 1.4
92 +++ cairo-1.12.16-r3.ebuild 24 Jun 2014 22:19:45 -0000 1.5
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r3.ebuild,v 1.4 2014/06/18 21:00:27 mgorny Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.12.16-r3.ebuild,v 1.5 2014/06/24 22:19:45 mgorny Exp $
98
99 EAPI=5
100
101 @@ -34,7 +34,7 @@
102 >=x11-libs/pixman-0.32.4[${MULTILIB_USEDEP}]
103 directfb? ( dev-libs/DirectFB )
104 gles2? ( >=media-libs/mesa-9.1.6[gles2,${MULTILIB_USEDEP}] )
105 - glib? ( >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}] )
106 + glib? ( >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] )
107 opengl? ( || ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] media-libs/opengl-apple ) )
108 openvg? ( >=media-libs/mesa-9.1.6[openvg,${MULTILIB_USEDEP}] )
109 qt4? ( >=dev-qt/qtgui-4.8:4 )
110
111
112
113 1.382 x11-libs/cairo/ChangeLog
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.382&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?rev=1.382&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/cairo/ChangeLog?r1=1.381&r2=1.382
118
119 Index: ChangeLog
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v
122 retrieving revision 1.381
123 retrieving revision 1.382
124 diff -u -r1.381 -r1.382
125 --- ChangeLog 18 Jun 2014 21:00:27 -0000 1.381
126 +++ ChangeLog 24 Jun 2014 22:19:45 -0000 1.382
127 @@ -1,6 +1,11 @@
128 # ChangeLog for x11-libs/cairo
129 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
130 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.381 2014/06/18 21:00:27 mgorny Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.382 2014/06/24 22:19:45 mgorny Exp $
132 +
133 + 24 Jun 2014; Michał Górny <mgorny@g.o> cairo-1.12.16-r2.ebuild,
134 + cairo-1.12.16-r3.ebuild, cairo-9999.ebuild:
135 + Lower dev-libs/glib dep to first known EAPI=5 version, requested by Funtoo for
136 + GNOME 3.6.
137
138 18 Jun 2014; Michał Górny <mgorny@g.o> cairo-1.12.16-r2.ebuild,
139 cairo-1.12.16-r3.ebuild, cairo-9999.ebuild: