Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/mesa: mesa-8.0.1.ebuild ChangeLog
Date: Fri, 24 Feb 2012 17:42:51
Message-Id: 20120224174237.09E642004B@flycatcher.gentoo.org
1 chithanh 12/02/24 17:42:37
2
3 Modified: mesa-8.0.1.ebuild ChangeLog
4 Log:
5 Fix patching failure, reported by ryao on IRC.
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-libs/mesa/mesa-8.0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-8.0.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-8.0.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-8.0.1.ebuild?r1=1.1&r2=1.2
15
16 Index: mesa-8.0.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mesa-8.0.1.ebuild 24 Feb 2012 15:40:07 -0000 1.1
23 +++ mesa-8.0.1.ebuild 24 Feb 2012 17:42:36 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.1.ebuild,v 1.1 2012/02/24 15:40:07 chithanh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-8.0.1.ebuild,v 1.2 2012/02/24 17:42:36 chithanh Exp $
29
30 EAPI=4
31
32 @@ -152,7 +152,7 @@
33 fi
34
35 # relax the requirement that r300 must have llvm, bug 380303
36 - epatch "${FILESDIR}"/${P}-dont-require-llvm-for-r300.patch
37 + epatch "${FILESDIR}"/${PN}-8.0-dont-require-llvm-for-r300.patch
38
39 # fix for hardened pax_kernel, bug 240956
40 [[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch
41
42
43
44 1.383 media-libs/mesa/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.383&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.383&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.382&r2=1.383
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v
53 retrieving revision 1.382
54 retrieving revision 1.383
55 diff -u -r1.382 -r1.383
56 --- ChangeLog 24 Feb 2012 15:40:07 -0000 1.382
57 +++ ChangeLog 24 Feb 2012 17:42:36 -0000 1.383
58 @@ -1,6 +1,10 @@
59 # ChangeLog for media-libs/mesa
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.382 2012/02/24 15:40:07 chithanh Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.383 2012/02/24 17:42:36 chithanh Exp $
63 +
64 + 24 Feb 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
65 + mesa-8.0.1.ebuild:
66 + Fix patching failure, reported by ryao on IRC.
67
68 *mesa-8.0.1 (24 Feb 2012)