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 x11-drivers/xf86-video-nouveau: xf86-video-nouveau-0.0.15_pre20100329.ebuild ChangeLog xf86-video-nouveau-0.0.15_pre20100213.ebuild
Date: Tue, 27 Apr 2010 23:47:22
Message-Id: 20100427234718.9FFF12C056@corvid.gentoo.org
1 chithanh 10/04/27 23:47:16
2
3 Modified: xf86-video-nouveau-0.0.15_pre20100329.ebuild
4 ChangeLog
5 xf86-video-nouveau-0.0.15_pre20100213.ebuild
6 Log:
7 update pkg_postinst() checks
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild?r1=1.2&r2=1.3
16
17 Index: xf86-video-nouveau-0.0.15_pre20100329.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- xf86-video-nouveau-0.0.15_pre20100329.ebuild 3 Apr 2010 16:25:35 -0000 1.2
24 +++ xf86-video-nouveau-0.0.15_pre20100329.ebuild 27 Apr 2010 23:47:16 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild,v 1.2 2010/04/03 16:25:35 chithanh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100329.ebuild,v 1.3 2010/04/27 23:47:16 chithanh Exp $
30
31 EAPI=2
32 SNAPSHOT="yes"
33 @@ -33,14 +33,10 @@
34 ewarn "acceleration with nouveau, emerge x11-base/nouveau-drm or"
35 ewarn "enable CONFIG_DRM_NOUVEAU in the kernel."
36 fi
37 - if kernel_is 2 6 33 && has_version ">=x11-libs/libdrm-2.4.18"; then
38 + if kernel_is 2 6 33; then
39 ewarn "Nouveau DRM in kernel 2.6.33 is API incompatible to"
40 ewarn ">=x11-libs/libdrm-2.4.18, please use x11-base/nouveau-drm"
41 - ewarn "or x11-libs/libdrm-2.4.18_pre20100211 instead."
42 - fi
43 - if ! has_version x11-drivers/nouveau-firmware; then
44 - ewarn "Nouveau firmware not detected, for acceleration on NV50 (G80)"
45 - ewarn "and newer chipsets, emerge x11-drivers/nouveau-firmware."
46 + ewarn "instead."
47 fi
48 fi
49 }
50
51
52
53 1.6 x11-drivers/xf86-video-nouveau/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?rev=1.6&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?rev=1.6&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?r1=1.5&r2=1.6
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v
62 retrieving revision 1.5
63 retrieving revision 1.6
64 diff -u -r1.5 -r1.6
65 --- ChangeLog 3 Apr 2010 16:25:35 -0000 1.5
66 +++ ChangeLog 27 Apr 2010 23:47:16 -0000 1.6
67 @@ -1,6 +1,11 @@
68 # ChangeLog for x11-drivers/xf86-video-nouveau
69 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.5 2010/04/03 16:25:35 chithanh Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.6 2010/04/27 23:47:16 chithanh Exp $
72 +
73 + 27 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
74 + xf86-video-nouveau-0.0.15_pre20100213.ebuild,
75 + xf86-video-nouveau-0.0.15_pre20100329.ebuild:
76 + update pkg_postinst() checks
77
78 03 Apr 2010; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
79 xf86-video-nouveau-0.0.15_pre20100213.ebuild,
80
81
82
83 1.5 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild?rev=1.5&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild?rev=1.5&content-type=text/plain
87 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild?r1=1.4&r2=1.5
88
89 Index: xf86-video-nouveau-0.0.15_pre20100213.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild,v
92 retrieving revision 1.4
93 retrieving revision 1.5
94 diff -u -r1.4 -r1.5
95 --- xf86-video-nouveau-0.0.15_pre20100213.ebuild 3 Apr 2010 16:25:35 -0000 1.4
96 +++ xf86-video-nouveau-0.0.15_pre20100213.ebuild 27 Apr 2010 23:47:16 -0000 1.5
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2010 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild,v 1.4 2010/04/03 16:25:35 chithanh Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.15_pre20100213.ebuild,v 1.5 2010/04/27 23:47:16 chithanh Exp $
102
103 EAPI=2
104 SNAPSHOT="yes"
105 @@ -37,11 +37,11 @@
106 if kernel_is 2 6 33 && has_version ">=x11-libs/libdrm-2.4.18"; then
107 ewarn "Nouveau DRM in kernel 2.6.33 is API incompatible to"
108 ewarn ">=x11-libs/libdrm-2.4.18, please use x11-base/nouveau-drm"
109 - ewarn "or x11-libs/libdrm-2.4.18_pre20100211 instead."
110 + ewarn "or x11-libs/libdrm-2.4.18_pre20100211-r1 instead."
111 + fi
112 + if kernel_is 2 6 33 && ! has_version x11-drivers/nouveau-firmware; then
113 + ewarn "Nouveau firmware not detected, for acceleration on NV50 (G80)"
114 + ewarn "and newer chipsets, emerge x11-drivers/nouveau-firmware."
115 fi
116 - fi
117 - if ! has_version x11-drivers/nouveau-firmware; then
118 - ewarn "Nouveau firmware not detected, for acceleration on NV50 (G80)"
119 - ewarn "and newer chipsets, emerge x11-drivers/nouveau-firmware."
120 fi
121 }