Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: ChangeLog mesa-7.7.1.ebuild
Date: Fri, 09 Apr 2010 10:38:53
Message-Id: 20100409103851.99DC62C04A@corvid.gentoo.org
1 fauli 10/04/09 10:38:51
2
3 Modified: ChangeLog mesa-7.7.1.ebuild
4 Log:
5 stable x86, bug 308521
6 (Portage version: 2.1.7.17/cvs/Linux i686)
7
8 Revision Changes Path
9 1.266 media-libs/mesa/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.266&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.266&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.265&r2=1.266
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
18 retrieving revision 1.265
19 retrieving revision 1.266
20 diff -u -r1.265 -r1.266
21 --- ChangeLog 6 Apr 2010 08:43:11 -0000 1.265
22 +++ ChangeLog 9 Apr 2010 10:38:51 -0000 1.266
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-libs/mesa
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.265 2010/04/06 08:43:11 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.266 2010/04/09 10:38:51 fauli Exp $
28 +
29 + 09 Apr 2010; Christian Faulhammer <fauli@g.o> mesa-7.7.1.ebuild:
30 + stable x86, bug 308521
31
32 *mesa-7.8.1 (06 Apr 2010)
33
34
35
36
37 1.2 media-libs/mesa/mesa-7.7.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild?r1=1.1&r2=1.2
42
43 Index: mesa-7.7.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- mesa-7.7.1.ebuild 29 Mar 2010 14:57:56 -0000 1.1
50 +++ mesa-7.7.1.ebuild 9 Apr 2010 10:38:51 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 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.1.ebuild,v 1.1 2010/03/29 14:57:56 scarabeus Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.7.1.ebuild,v 1.2 2010/04/09 10:38:51 fauli Exp $
56
57 EAPI="2"
58
59 @@ -32,7 +32,7 @@
60
61 LICENSE="LGPL-2"
62 SLOT="0"
63 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
64 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
65
66 VIDEO_CARDS="intel mach64 mga none nouveau r128 radeon radeonhd savage sis sunffb svga tdfx via"
67 for card in ${VIDEO_CARDS}; do