Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers: ChangeLog nvidia-drivers-256.35.ebuild
Date: Thu, 24 Jun 2010 16:08:05
Message-Id: 20100624152128.6D0AF2CF4C@corvid.gentoo.org
1 spock 10/06/24 15:21:28
2
3 Modified: ChangeLog nvidia-drivers-256.35.ebuild
4 Log:
5 Add a patch for the 'x86' unified kernel architecture.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.231 x11-drivers/nvidia-drivers/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.231&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.231&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?r1=1.230&r2=1.231
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v
18 retrieving revision 1.230
19 retrieving revision 1.231
20 diff -u -r1.230 -r1.231
21 --- ChangeLog 24 Jun 2010 01:37:36 -0000 1.230
22 +++ ChangeLog 24 Jun 2010 15:21:28 -0000 1.231
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-drivers/nvidia-drivers
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.230 2010/06/24 01:37:36 spock Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.231 2010/06/24 15:21:28 spock Exp $
28 +
29 + 24 Jun 2010; MichaƂ Januszewski <spock@g.o>
30 + +files/256.35-unified-arch.patch, nvidia-drivers-256.35.ebuild:
31 + Add a patch for the 'x86' unified kernel architecture.
32
33 *nvidia-drivers-256.35 (24 Jun 2010)
34
35
36
37
38 1.2 x11-drivers/nvidia-drivers/nvidia-drivers-256.35.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-256.35.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-256.35.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-256.35.ebuild?r1=1.1&r2=1.2
43
44 Index: nvidia-drivers-256.35.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-256.35.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- nvidia-drivers-256.35.ebuild 24 Jun 2010 01:37:36 -0000 1.1
51 +++ nvidia-drivers-256.35.ebuild 24 Jun 2010 15:21:28 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-256.35.ebuild,v 1.1 2010/06/24 01:37:36 spock Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-256.35.ebuild,v 1.2 2010/06/24 15:21:28 spock Exp $
57
58 EAPI="2"
59
60 @@ -266,6 +266,9 @@
61 # If you set this then it's your own fault when stuff breaks :)
62 use custom-cflags && sed -i "s:-O:${CFLAGS}:" "${NV_SRC}"/Makefile.*
63
64 + # Add support for the 'x86' unified kernel arch in conftest.sh
65 + epatch "${FILESDIR}"/256.35-unified-arch.patch
66 +
67 # If greater than 2.6.5 use M= instead of SUBDIR=
68 convert_to_m "${NV_SRC}"/Makefile.kbuild
69 fi