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-195.30.ebuild
Date: Sun, 07 Feb 2010 22:11:42
Message-Id: E1NeFLt-00035a-EW@stork.gentoo.org
1 spock 10/02/07 22:11:37
2
3 Modified: ChangeLog nvidia-drivers-195.30.ebuild
4 Log:
5 Add support for the unified 'x86' kernel architecture.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.216 x11-drivers/nvidia-drivers/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.216&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.216&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?r1=1.215&r2=1.216
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v
18 retrieving revision 1.215
19 retrieving revision 1.216
20 diff -u -r1.215 -r1.216
21 --- ChangeLog 7 Feb 2010 16:04:51 -0000 1.215
22 +++ ChangeLog 7 Feb 2010 22:11:36 -0000 1.216
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.215 2010/02/07 16:04:51 spock Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.216 2010/02/07 22:11:36 spock Exp $
28 +
29 + 07 Feb 2010; MichaƂ Januszewski <spock@g.o>
30 + +files/195.30-unified-arch.patch, nvidia-drivers-195.30.ebuild:
31 + Add support for the unified 'x86' kernel architecture.
32
33 *nvidia-drivers-195.30 (07 Feb 2010)
34
35
36
37
38 1.2 x11-drivers/nvidia-drivers/nvidia-drivers-195.30.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-195.30.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-195.30.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-195.30.ebuild?r1=1.1&r2=1.2
43
44 Index: nvidia-drivers-195.30.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-195.30.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- nvidia-drivers-195.30.ebuild 7 Feb 2010 16:04:51 -0000 1.1
51 +++ nvidia-drivers-195.30.ebuild 7 Feb 2010 22:11:36 -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-195.30.ebuild,v 1.1 2010/02/07 16:04:51 spock Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-195.30.ebuild,v 1.2 2010/02/07 22:11:36 spock Exp $
57
58 EAPI="2"
59
60 @@ -259,6 +259,9 @@
61 -e 's:-Wsign-compare::g' \
62 "${NV_SRC}"/Makefile.kbuild
63
64 + # Add support for the 'x86' unified kernel arch in conftest.sh
65 + epatch "${FILESDIR}"/195.30-unified-arch.patch
66 +
67 # If you set this then it's your own fault when stuff breaks :)
68 use custom-cflags && sed -i "s:-O:${CFLAGS}:" "${NV_SRC}"/Makefile.*