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.0.3.ebuild
Date: Fri, 02 May 2008 01:19:03
Message-Id: E1JrjvP-0006he-Jw@stork.gentoo.org
1 dberkholz 08/05/02 01:18:59
2
3 Modified: ChangeLog mesa-7.0.3.ebuild
4 Log:
5 Revert the libdrm dependency change. 7.0.3 does not compile with current libdrm-9999 git.
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.170 media-libs/mesa/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.170&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.170&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.169&r2=1.170
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
18 retrieving revision 1.169
19 retrieving revision 1.170
20 diff -u -r1.169 -r1.170
21 --- ChangeLog 29 Apr 2008 07:39:23 -0000 1.169
22 +++ ChangeLog 2 May 2008 01:18:59 -0000 1.170
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.169 2008/04/29 07:39:23 hanno Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.170 2008/05/02 01:18:59 dberkholz Exp $
28 +
29 + 02 May 2008; Donnie Berkholz <dberkholz@g.o>; mesa-7.0.3.ebuild:
30 + Revert the libdrm dependency change. 7.0.3 does not compile with current
31 + libdrm-9999 git.
32
33 29 Apr 2008; Hanno Boeck <hanno@g.o> mesa-7.0.3.ebuild:
34 Change libdrm-dep from = to >=.
35
36
37
38 1.4 media-libs/mesa/mesa-7.0.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild?r1=1.3&r2=1.4
43
44 Index: mesa-7.0.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.0.3.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- mesa-7.0.3.ebuild 29 Apr 2008 07:39:23 -0000 1.3
51 +++ mesa-7.0.3.ebuild 2 May 2008 01:18:59 -0000 1.4
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.0.3.ebuild,v 1.3 2008/04/29 07:39:23 hanno Exp $
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
58 MY_PN="${PN/m/M}"
59 MY_P="${MY_PN}-${PV/_/-}"
60 @@ -57,7 +57,7 @@
61 x11-libs/libXi
62 x11-libs/libXmu
63 x11-libs/libXdamage
64 - >=x11-libs/libdrm-2.3.0
65 + =x11-libs/libdrm-2.3*
66 x11-libs/libICE
67 motif? ( virtual/motif )
68 doc? ( app-doc/opengl-manpages )
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list