Gentoo Archives: gentoo-commits

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