Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.9.1.ebuild mesa-7.10-r1.ebuild
Date: Thu, 03 Mar 2011 00:04:58
Message-Id: 20110303000447.F21AC20054@flycatcher.gentoo.org
1 chithanh 11/03/03 00:04:47
2
3 Modified: ChangeLog mesa-7.9.1.ebuild mesa-7.10-r1.ebuild
4 Log:
5 Nouveau: not compatible with libdrm-2.4.24
6
7 (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.316 media-libs/mesa/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.316&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.316&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.315&r2=1.316
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
19 retrieving revision 1.315
20 retrieving revision 1.316
21 diff -u -r1.315 -r1.316
22 --- ChangeLog 23 Feb 2011 16:22:18 -0000 1.315
23 +++ ChangeLog 3 Mar 2011 00:04:47 -0000 1.316
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-libs/mesa
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.315 2011/02/23 16:22:18 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.316 2011/03/03 00:04:47 chithanh Exp $
29 +
30 + 03 Mar 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
31 + mesa-7.9.1.ebuild, mesa-7.10-r1.ebuild:
32 + Nouveau: not compatible with libdrm-2.4.24
33
34 23 Feb 2011; Jeroen Roovers <jer@g.o> mesa-7.9.1.ebuild:
35 Stable for HPPA (bug #354237).
36
37
38
39 1.6 media-libs/mesa/mesa-7.9.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.9.1.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.9.1.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.9.1.ebuild?r1=1.5&r2=1.6
44
45 Index: mesa-7.9.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.9.1.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- mesa-7.9.1.ebuild 23 Feb 2011 16:22:18 -0000 1.5
52 +++ mesa-7.9.1.ebuild 3 Mar 2011 00:04:47 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2011 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.9.1.ebuild,v 1.5 2011/02/23 16:22:18 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.9.1.ebuild,v 1.6 2011/03/03 00:04:47 chithanh Exp $
58
59 EAPI=3
60
61 @@ -75,6 +75,7 @@
62 )
63 )
64 ${LIBDRM_DEPSTRING}[video_cards_nouveau?,video_cards_vmware?]
65 + video_cards_nouveau? ( <x11-libs/libdrm-2.4.24 )
66 "
67 for card in ${INTEL_CARDS}; do
68 RDEPEND="${RDEPEND}
69
70
71
72 1.3 media-libs/mesa/mesa-7.10-r1.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.10-r1.ebuild?rev=1.3&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.10-r1.ebuild?rev=1.3&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-7.10-r1.ebuild?r1=1.2&r2=1.3
77
78 Index: mesa-7.10-r1.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.10-r1.ebuild,v
81 retrieving revision 1.2
82 retrieving revision 1.3
83 diff -u -r1.2 -r1.3
84 --- mesa-7.10-r1.ebuild 12 Feb 2011 23:23:28 -0000 1.2
85 +++ mesa-7.10-r1.ebuild 3 Mar 2011 00:04:47 -0000 1.3
86 @@ -1,6 +1,6 @@
87 # Copyright 1999-2011 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.10-r1.ebuild,v 1.2 2011/02/12 23:23:28 mr_bones_ Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.10-r1.ebuild,v 1.3 2011/03/03 00:04:47 chithanh Exp $
91
92 EAPI=3
93
94 @@ -75,6 +75,7 @@
95 )
96 )
97 ${LIBDRM_DEPSTRING}[video_cards_nouveau?,video_cards_vmware?]
98 + video_cards_nouveau? ( <x11-libs/libdrm-2.4.24 )
99 "
100 for card in ${INTEL_CARDS}; do
101 RDEPEND="${RDEPEND}