Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.1.ebuild
Date: Mon, 08 Sep 2008 23:36:13
Message-Id: E1KcqHB-0003CX-U0@stork.gentoo.org
1 dberkholz 08/09/08 23:36:09
2
3 Modified: ChangeLog mesa-7.1.ebuild
4 Log:
5 (#237091) Pull in the latest versions of X libraries and protocol headers so they don't change as easily after mesa is built but before xorg-server.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc5 x86_64)
7
8 Revision Changes Path
9 1.182 media-libs/mesa/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.182&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.182&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.181&r2=1.182
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
18 retrieving revision 1.181
19 retrieving revision 1.182
20 diff -u -r1.181 -r1.182
21 --- ChangeLog 6 Sep 2008 07:03:40 -0000 1.181
22 +++ ChangeLog 8 Sep 2008 23:36:09 -0000 1.182
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/mesa
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.181 2008/09/06 07:03:40 dberkholz Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.182 2008/09/08 23:36:09 dberkholz Exp $
28 +
29 + 08 Sep 2008; Donnie Berkholz <dberkholz@g.o>; mesa-7.1.ebuild:
30 + (#237091) Pull in the latest versions of X libraries and protocol headers
31 + so they don't change as easily after mesa is built but before xorg-server.
32
33 *mesa-7.1 (06 Sep 2008)
34
35
36
37
38 1.2 media-libs/mesa/mesa-7.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.1.ebuild?r1=1.1&r2=1.2
43
44 Index: mesa-7.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- mesa-7.1.ebuild 6 Sep 2008 07:03:40 -0000 1.1
51 +++ mesa-7.1.ebuild 8 Sep 2008 23:36:09 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.1.ebuild,v 1.1 2008/09/06 07:03:40 dberkholz Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.1.ebuild,v 1.2 2008/09/08 23:36:09 dberkholz Exp $
57
58 GIT=
59 if [[ ${PV} = 9999* ]]; then
60 @@ -50,30 +50,30 @@
61 xcb
62 kernel_FreeBSD"
63
64 -RDEPEND="app-admin/eselect-opengl
65 +RDEPEND=">=app-admin/eselect-opengl-1.0.6-r1
66 dev-libs/expat
67 - x11-libs/libX11
68 - x11-libs/libXext
69 - x11-libs/libXxf86vm
70 - x11-libs/libXi
71 - x11-libs/libXmu
72 - x11-libs/libXdamage
73 + >=x11-libs/libX11-1.1.5
74 + >=x11-libs/libXext-1.0.4
75 + >=x11-libs/libXxf86vm-1.0.2
76 + >=x11-libs/libXi-1.1.3
77 + >=x11-libs/libXmu-1.0.3
78 + >=x11-libs/libXdamage-1.1.1
79 >=x11-libs/libdrm-2.3.1
80 - x11-libs/libICE
81 - motif? ( x11-libs/openmotif )
82 - doc? ( app-doc/opengl-manpages )
83 + >=x11-libs/libICE-1.0.4
84 + motif? ( >=x11-libs/openmotif-2.3.1-r1 )
85 + doc? ( >=app-doc/opengl-manpages-20001215 )
86 !<=x11-base/xorg-x11-6.9"
87 DEPEND="${RDEPEND}
88 !<=x11-proto/xf86driproto-2.0.3
89 dev-util/pkgconfig
90 - x11-misc/makedepend
91 - x11-proto/inputproto
92 - x11-proto/xextproto
93 - !hppa? ( x11-proto/xf86driproto )
94 - x11-proto/dri2proto
95 - x11-proto/xf86vidmodeproto
96 - >=x11-proto/glproto-1.4.8
97 - motif? ( x11-proto/printproto )"
98 + >=x11-misc/makedepend-1.0.1
99 + >=x11-proto/inputproto-1.4.4
100 + >=x11-proto/xextproto-7.0.3
101 + !hppa? ( >=x11-proto/xf86driproto-2.0.4 )
102 + >=x11-proto/dri2proto-1.1
103 + >=x11-proto/xf86vidmodeproto-2.2.2
104 + >=x11-proto/glproto-1.4.9
105 + motif? ( >=x11-proto/printproto-1.0.4 )"
106
107 S="${WORKDIR}/${MY_P}"