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: ChangeLog xf86-video-nouveau-0.0.16_pre20111109.ebuild
Date: Mon, 21 Nov 2011 11:17:04
Message-Id: 20111121111642.5CBB02004B@flycatcher.gentoo.org
1 chithanh 11/11/21 11:16:42
2
3 Modified: ChangeLog
4 Added: xf86-video-nouveau-0.0.16_pre20111109.ebuild
5 Log:
6 New snapshot.
7
8 (Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.38 x11-drivers/xf86-video-nouveau/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 3 Oct 2011 18:04:42 -0000 1.37
24 +++ ChangeLog 21 Nov 2011 11:16:42 -0000 1.38
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-drivers/xf86-video-nouveau
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.37 2011/10/03 18:04:42 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/ChangeLog,v 1.38 2011/11/21 11:16:42 chithanh Exp $
30 +
31 +*xf86-video-nouveau-0.0.16_pre20111109 (21 Nov 2011)
32 +
33 + 21 Nov 2011; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +xf86-video-nouveau-0.0.16_pre20111109.ebuild:
35 + New snapshot.
36
37 03 Oct 2011; Joseph Jezak <josejx@g.o>
38 xf86-video-nouveau-0.0.16_pre20110801.ebuild:
39
40
41
42 1.1 x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xf86-video-nouveau-0.0.16_pre20111109.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-0.0.16_pre20111109.ebuild,v 1.1 2011/11/21 11:16:42 chithanh Exp $
52
53 EAPI=4
54 XORG_EAUTORECONF="yes"
55 XORG_DRI="always"
56 inherit linux-info xorg-2
57
58 DESCRIPTION="Accelerated Open Source driver for nVidia cards"
59 HOMEPAGE="http://nouveau.freedesktop.org/"
60 SRC_URI="mirror://gentoo/${P}.tar.bz2"
61
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
63 IUSE=""
64
65 RDEPEND=">=x11-libs/libdrm-2.4.24[video_cards_nouveau]"
66 DEPEND="${RDEPEND}
67 x11-proto/glproto
68 x11-proto/xf86driproto
69 x11-proto/dri2proto"
70
71 pkg_postinst() {
72 xorg-2_pkg_postinst
73 if ! has_version x11-base/nouveau-drm; then
74 if ! linux_config_exists || ! linux_chkconfig_present DRM_NOUVEAU; then
75 ewarn "Nouveau DRM not detected. If you want any kind of"
76 ewarn "acceleration with nouveau, enable CONFIG_DRM_NOUVEAU"
77 ewarn "in the kernel."
78 fi
79 fi
80 }