Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.0.3.ebuild mesa-7.1_rc1.ebuild mesa-6.5.2-r1.ebuild mesa-7.0.2.ebuild
Date: Fri, 27 Jun 2008 10:11:32
Message-Id: E1KCAvO-00067c-Nf@stork.gentoo.org
1 ulm 08/06/27 10:11:26
2
3 Modified: ChangeLog mesa-7.0.3.ebuild mesa-7.1_rc1.ebuild
4 mesa-6.5.2-r1.ebuild mesa-7.0.2.ebuild
5 Log:
6 Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
8
9 Revision Changes Path
10 1.174 media-libs/mesa/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.174&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.174&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.173&r2=1.174
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
19 retrieving revision 1.173
20 retrieving revision 1.174
21 diff -u -r1.173 -r1.174
22 --- ChangeLog 13 Jun 2008 16:16:03 -0000 1.173
23 +++ ChangeLog 27 Jun 2008 10:11:26 -0000 1.174
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/mesa
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.173 2008/06/13 16:16:03 dberkholz Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.174 2008/06/27 10:11:26 ulm Exp $
29 +
30 + 27 Jun 2008; Ulrich Mueller <ulm@g.o> mesa-6.5.2-r1.ebuild,
31 + mesa-7.0.2.ebuild, mesa-7.0.3.ebuild, mesa-7.1_rc1.ebuild:
32 + Change dependency from virtual/motif to x11-libs/openmotif, bug 224749.
33
34 13 Jun 2008; Donnie Berkholz <dberkholz@g.o>; mesa-7.1_rc1.ebuild:
35 Change libdrm dep to 2.3.1 or newer. It won't actually build for the intel
36
37
38
39 1.5 media-libs/mesa/mesa-7.0.3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild?r1=1.4&r2=1.5
44
45 Index: mesa-7.0.3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- mesa-7.0.3.ebuild 2 May 2008 01:18:59 -0000 1.4
52 +++ mesa-7.0.3.ebuild 27 Jun 2008 10:11:26 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild,v 1.4 2008/05/02 01:18:59 dberkholz Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild,v 1.5 2008/06/27 10:11:26 ulm Exp $
58
59 MY_PN="${PN/m/M}"
60 MY_P="${MY_PN}-${PV/_/-}"
61 @@ -59,7 +59,7 @@
62 x11-libs/libXdamage
63 =x11-libs/libdrm-2.3*
64 x11-libs/libICE
65 - motif? ( virtual/motif )
66 + motif? ( x11-libs/openmotif )
67 doc? ( app-doc/opengl-manpages )
68 !<=x11-base/xorg-x11-6.9
69 xcb? ( x11-libs/libxcb )"
70
71
72
73 1.3 media-libs/mesa/mesa-7.1_rc1.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.1_rc1.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.1_rc1.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.1_rc1.ebuild?r1=1.2&r2=1.3
78
79 Index: mesa-7.1_rc1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.1_rc1.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- mesa-7.1_rc1.ebuild 13 Jun 2008 16:16:03 -0000 1.2
86 +++ mesa-7.1_rc1.ebuild 27 Jun 2008 10:11:26 -0000 1.3
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.1_rc1.ebuild,v 1.2 2008/06/13 16:16:03 dberkholz Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.1_rc1.ebuild,v 1.3 2008/06/27 10:11:26 ulm Exp $
92
93 EGIT_REPO_URI="git://anongit.freedesktop.org/mesa/mesa"
94
95 @@ -56,7 +56,7 @@
96 x11-libs/libXdamage
97 >=x11-libs/libdrm-2.3.1_pre1
98 x11-libs/libICE
99 - motif? ( virtual/motif )
100 + motif? ( x11-libs/openmotif )
101 doc? ( app-doc/opengl-manpages )
102 !<=x11-base/xorg-x11-6.9"
103 DEPEND="${RDEPEND}
104
105
106
107 1.20 media-libs/mesa/mesa-6.5.2-r1.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild?rev=1.20&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild?rev=1.20&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild?r1=1.19&r2=1.20
112
113 Index: mesa-6.5.2-r1.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild,v
116 retrieving revision 1.19
117 retrieving revision 1.20
118 diff -u -r1.19 -r1.20
119 --- mesa-6.5.2-r1.ebuild 10 Jun 2008 07:10:11 -0000 1.19
120 +++ mesa-6.5.2-r1.ebuild 27 Jun 2008 10:11:26 -0000 1.20
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2008 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild,v 1.19 2008/06/10 07:10:11 dberkholz Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-6.5.2-r1.ebuild,v 1.20 2008/06/27 10:11:26 ulm Exp $
126
127 inherit eutils toolchain-funcs multilib flag-o-matic portability
128
129 @@ -47,7 +47,7 @@
130 x11-libs/libXmu
131 >=x11-libs/libdrm-2.2
132 x11-libs/libICE
133 - motif? ( virtual/motif )
134 + motif? ( x11-libs/openmotif )
135 doc? ( app-doc/opengl-manpages )
136 !<=x11-base/xorg-x11-6.9
137 xcb? ( x11-libs/libxcb )"
138
139
140
141 1.7 media-libs/mesa/mesa-7.0.2.ebuild
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.0.2.ebuild?rev=1.7&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.0.2.ebuild?rev=1.7&content-type=text/plain
145 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.0.2.ebuild?r1=1.6&r2=1.7
146
147 Index: mesa-7.0.2.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.2.ebuild,v
150 retrieving revision 1.6
151 retrieving revision 1.7
152 diff -u -r1.6 -r1.7
153 --- mesa-7.0.2.ebuild 16 Nov 2007 18:16:30 -0000 1.6
154 +++ mesa-7.0.2.ebuild 27 Jun 2008 10:11:26 -0000 1.7
155 @@ -1,6 +1,6 @@
156 -# Copyright 1999-2007 Gentoo Foundation
157 +# Copyright 1999-2008 Gentoo Foundation
158 # Distributed under the terms of the GNU General Public License v2
159 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.2.ebuild,v 1.6 2007/11/16 18:16:30 dberkholz Exp $
160 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.2.ebuild,v 1.7 2008/06/27 10:11:26 ulm Exp $
161
162 inherit eutils toolchain-funcs multilib flag-o-matic portability versionator
163
164 @@ -52,7 +52,7 @@
165 x11-libs/libXdamage
166 >=x11-libs/libdrm-2.2
167 x11-libs/libICE
168 - motif? ( virtual/motif )
169 + motif? ( x11-libs/openmotif )
170 doc? ( app-doc/opengl-manpages )
171 !<=x11-base/xorg-x11-6.9
172 xcb? ( x11-libs/libxcb )"
173
174
175
176 --
177 gentoo-commits@l.g.o mailing list