Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.7.ebuild
Date: Sat, 26 Dec 2009 15:58:54
Message-Id: E1NOZ2Y-0006La-JK@stork.gentoo.org
1 scarabeus 09/12/26 15:58:50
2
3 Modified: ChangeLog mesa-7.7.ebuild
4 Log:
5 Do not depend on xorg-server.
6 (Portage version: 2.2_rc60/cvs/Linux i686)
7
8 Revision Changes Path
9 1.253 media-libs/mesa/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.253&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.253&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.252&r2=1.253
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
18 retrieving revision 1.252
19 retrieving revision 1.253
20 diff -u -r1.252 -r1.253
21 --- ChangeLog 24 Dec 2009 13:17:50 -0000 1.252
22 +++ ChangeLog 26 Dec 2009 15:58:50 -0000 1.253
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-libs/mesa
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.252 2009/12/24 13:17:50 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.253 2009/12/26 15:58:50 scarabeus Exp $
28 +
29 + 26 Dec 2009; Tomáš Chvátal <scarabeus@g.o> mesa-7.7.ebuild:
30 + Do not depend on xorg-server.
31
32 24 Dec 2009; Tomáš Chvátal <scarabeus@g.o> mesa-7.7.ebuild:
33 Rdepend on xorg-server[-minimal]. Thx to Tommy for reporting.
34
35
36
37 1.4 media-libs/mesa/mesa-7.7.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.7.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.7.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.7.ebuild?r1=1.3&r2=1.4
42
43 Index: mesa-7.7.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- mesa-7.7.ebuild 24 Dec 2009 13:17:50 -0000 1.3
50 +++ mesa-7.7.ebuild 26 Dec 2009 15:58:50 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.ebuild,v 1.3 2009/12/24 13:17:50 scarabeus Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.ebuild,v 1.4 2009/12/26 15:58:50 scarabeus Exp $
56
57 EAPI="2"
58
59 @@ -44,10 +44,10 @@
60 # keep correct libdrm and dri2proto dep
61 # keep blocks in rdepend for binpkg
62 RDEPEND="
63 + !<x11-base/xorg-server-1.7
64 !<=x11-proto/xf86driproto-2.0.3
65 >=app-admin/eselect-opengl-1.1.1-r2
66 dev-libs/expat
67 - >=x11-base/xorg-server-1.7[-minimal]
68 >=x11-libs/libdrm-2.4.17
69 x11-libs/libICE
70 x11-libs/libX11[xcb?]
71 @@ -130,7 +130,7 @@
72 elog " Svga: VMWare Virtual GPU driver."
73 echo
74 myconf="${myconf}
75 - --with-state-trackers=glx,dri,egl,xorg
76 + --with-state-trackers=glx,dri,egl
77 $(use_enable video_cards_svga gallium-svga)
78 $(use_enable video_cards_nouveau gallium-nouveau)
79 $(use_enable video_cards_intel gallium-intel)"