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.16_pre20120305.ebuild xf86-video-nouveau-0.0.16_pre20120322.ebuild xf86-video-nouveau-0.0.16_pre20111109.ebuild xf86-video-nouveau-0.0.16_pre20120508.ebuild ChangeLog xf86-video-nouveau-0.0.16_pre20110323.ebuild xf86-video-nouveau-0.0.16_pre20110801.ebuild xf86-video-nouveau-0.0.16_pre20110711.ebuild xf86-video-nouveau-0.0.16_pre20101130.ebuild
Date: Fri, 11 May 2012 00:35:54
Message-Id: 20120511003539.43FD92004B@flycatcher.gentoo.org
1 chithanh 12/05/11 00:35:39
2
3 Modified: xf86-video-nouveau-0.0.16_pre20120305.ebuild
4 xf86-video-nouveau-0.0.16_pre20120322.ebuild
5 xf86-video-nouveau-0.0.16_pre20111109.ebuild
6 ChangeLog
7 Added: xf86-video-nouveau-0.0.16_pre20120508.ebuild
8 Removed: xf86-video-nouveau-0.0.16_pre20110323.ebuild
9 xf86-video-nouveau-0.0.16_pre20110801.ebuild
10 xf86-video-nouveau-0.0.16_pre20110711.ebuild
11 xf86-video-nouveau-0.0.16_pre20101130.ebuild
12 Log:
13 New snapshot, clean up old. Adjust dependencies for nouveau API change.
14
15 (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
16
17 Revision Changes Path
18 1.2 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120305.ebuild
19
20 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120305.ebuild?rev=1.2&view=markup
21 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120305.ebuild?rev=1.2&content-type=text/plain
22 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120305.ebuild?r1=1.1&r2=1.2
23
24 Index: xf86-video-nouveau-0.0.16_pre20120305.ebuild
25 ===================================================================
26 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120305.ebuild,v
27 retrieving revision 1.1
28 retrieving revision 1.2
29 diff -u -r1.1 -r1.2
30 --- xf86-video-nouveau-0.0.16_pre20120305.ebuild 19 Mar 2012 23:57:27 -0000 1.1
31 +++ xf86-video-nouveau-0.0.16_pre20120305.ebuild 11 May 2012 00:35:39 -0000 1.2
32 @@ -1,6 +1,6 @@
33 # Copyright 1999-2012 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120305.ebuild,v 1.1 2012/03/19 23:57:27 chithanh Exp $
36 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120305.ebuild,v 1.2 2012/05/11 00:35:39 chithanh Exp $
37
38 EAPI=4
39 XORG_EAUTORECONF="yes"
40 @@ -14,7 +14,8 @@
41 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
42 IUSE=""
43
44 -RDEPEND=">=x11-libs/libdrm-2.4.24[video_cards_nouveau]"
45 +RDEPEND=">=x11-libs/libdrm-2.4.24[video_cards_nouveau]
46 + <x11-libs/libdrm-2.4.34[video_cards_nouveau]"
47 DEPEND="${RDEPEND}
48 x11-proto/glproto
49 x11-proto/xf86driproto
50
51
52
53 1.2 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild?rev=1.2&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild?rev=1.2&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild?r1=1.1&r2=1.2
58
59 Index: xf86-video-nouveau-0.0.16_pre20120322.ebuild
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild,v
62 retrieving revision 1.1
63 retrieving revision 1.2
64 diff -u -r1.1 -r1.2
65 --- xf86-video-nouveau-0.0.16_pre20120322.ebuild 22 Mar 2012 21:27:54 -0000 1.1
66 +++ xf86-video-nouveau-0.0.16_pre20120322.ebuild 11 May 2012 00:35:39 -0000 1.2
67 @@ -1,6 +1,6 @@
68 # Copyright 1999-2012 Gentoo Foundation
69 # Distributed under the terms of the GNU General Public License v2
70 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild,v 1.1 2012/03/22 21:27:54 chithanh Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120322.ebuild,v 1.2 2012/05/11 00:35:39 chithanh Exp $
72
73 EAPI=4
74 XORG_EAUTORECONF="yes"
75 @@ -14,7 +14,8 @@
76 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
77 IUSE=""
78
79 -RDEPEND=">=x11-libs/libdrm-2.4.24[video_cards_nouveau]"
80 +RDEPEND=">=x11-libs/libdrm-2.4.24[video_cards_nouveau]
81 + <x11-libs/libdrm-2.4.34[video_cards_nouveau]"
82 DEPEND="${RDEPEND}
83 x11-proto/glproto
84 x11-proto/xf86driproto
85
86
87
88 1.6 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild?rev=1.6&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild?rev=1.6&content-type=text/plain
92 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild?r1=1.5&r2=1.6
93
94 Index: xf86-video-nouveau-0.0.16_pre20111109.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild,v
97 retrieving revision 1.5
98 retrieving revision 1.6
99 diff -u -r1.5 -r1.6
100 --- xf86-video-nouveau-0.0.16_pre20111109.ebuild 3 Mar 2012 16:30:11 -0000 1.5
101 +++ xf86-video-nouveau-0.0.16_pre20111109.ebuild 11 May 2012 00:35:39 -0000 1.6
102 @@ -1,6 +1,6 @@
103 # Copyright 1999-2012 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild,v 1.5 2012/03/03 16:30:11 ranger Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild,v 1.6 2012/05/11 00:35:39 chithanh Exp $
107
108 EAPI=4
109 XORG_EAUTORECONF="yes"
110 @@ -14,7 +14,8 @@
111 KEYWORDS="amd64 ppc ppc64 x86"
112 IUSE=""
113
114 -RDEPEND=">=x11-libs/libdrm-2.4.24[video_cards_nouveau]"
115 +RDEPEND=">=x11-libs/libdrm-2.4.24[video_cards_nouveau]
116 + <x11-libs/libdrm-2.4.34[video_cards_nouveau]"
117 DEPEND="${RDEPEND}
118 x11-proto/glproto
119 x11-proto/xf86driproto
120
121
122
123 1.45 x11-drivers/xf86-video-nouveau/ChangeLog
124
125 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?rev=1.45&view=markup
126 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?rev=1.45&content-type=text/plain
127 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?r1=1.44&r2=1.45
128
129 Index: ChangeLog
130 ===================================================================
131 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v
132 retrieving revision 1.44
133 retrieving revision 1.45
134 diff -u -r1.44 -r1.45
135 --- ChangeLog 22 Mar 2012 21:27:54 -0000 1.44
136 +++ ChangeLog 11 May 2012 00:35:39 -0000 1.45
137 @@ -1,6 +1,19 @@
138 # ChangeLog for x11-drivers/xf86-video-nouveau
139 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
140 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.44 2012/03/22 21:27:54 chithanh Exp $
141 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.45 2012/05/11 00:35:39 chithanh Exp $
142 +
143 +*xf86-video-nouveau-0.0.16_pre20120508 (11 May 2012)
144 +
145 + 11 May 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
146 + +xf86-video-nouveau-0.0.16_pre20120508.ebuild,
147 + -xf86-video-nouveau-0.0.16_pre20101130.ebuild,
148 + -xf86-video-nouveau-0.0.16_pre20110323.ebuild,
149 + -xf86-video-nouveau-0.0.16_pre20110711.ebuild,
150 + -xf86-video-nouveau-0.0.16_pre20110801.ebuild,
151 + xf86-video-nouveau-0.0.16_pre20111109.ebuild,
152 + xf86-video-nouveau-0.0.16_pre20120305.ebuild,
153 + xf86-video-nouveau-0.0.16_pre20120322.ebuild:
154 + New snapshot, clean up old. Adjust dependencies for nouveau API change.
155
156 *xf86-video-nouveau-0.0.16_pre20120322 (22 Mar 2012)
157
158
159
160
161 1.1 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120508.ebuild
162
163 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120508.ebuild?rev=1.1&view=markup
164 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120508.ebuild?rev=1.1&content-type=text/plain
165
166 Index: xf86-video-nouveau-0.0.16_pre20120508.ebuild
167 ===================================================================
168 # Copyright 1999-2012 Gentoo Foundation
169 # Distributed under the terms of the GNU General Public License v2
170 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20120508.ebuild,v 1.1 2012/05/11 00:35:39 chithanh Exp $
171
172 EAPI=4
173 XORG_EAUTORECONF="yes"
174 XORG_DRI="always"
175 inherit linux-info xorg-2
176
177 DESCRIPTION="Accelerated Open Source driver for nVidia cards"
178 HOMEPAGE="http://nouveau.freedesktop.org/"
179 SRC_URI="mirror://gentoo/${P}.tar.bz2"
180
181 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
182 IUSE=""
183
184 RDEPEND=">=x11-libs/libdrm-2.4.34[video_cards_nouveau]"
185 DEPEND="${RDEPEND}
186 x11-proto/glproto
187 x11-proto/xf86driproto
188 x11-proto/dri2proto"
189
190 pkg_postinst() {
191 xorg-2_pkg_postinst
192 if ! has_version x11-base/nouveau-drm; then
193 if ! linux_config_exists || ! linux_chkconfig_present DRM_NOUVEAU; then
194 ewarn "Nouveau DRM not detected. If you want any kind of"
195 ewarn "acceleration with nouveau, enable CONFIG_DRM_NOUVEAU"
196 ewarn "in the kernel."
197 fi
198 fi
199 }