Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/nvidia-drivers: nvidia-drivers-185.18.36-r1.ebuild ChangeLog nvidia-drivers-185.18.36.ebuild
Date: Thu, 29 Oct 2009 20:40:12
Message-Id: E1N3bn0-00032d-H7@stork.gentoo.org
1 cardoe 09/10/29 20:40:10
2
3 Modified: nvidia-drivers-185.18.36-r1.ebuild ChangeLog
4 nvidia-drivers-185.18.36.ebuild
5 Log:
6 Quadro NVS 140 support fixed in 185.18.36
7 (Portage version: 2.1.7.1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36-r1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36-r1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36-r1.ebuild?r1=1.4&r2=1.5
15
16 Index: nvidia-drivers-185.18.36-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36-r1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- nvidia-drivers-185.18.36-r1.ebuild 29 Oct 2009 20:22:23 -0000 1.4
23 +++ nvidia-drivers-185.18.36-r1.ebuild 29 Oct 2009 20:40:09 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36-r1.ebuild,v 1.4 2009/10/29 20:22:23 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36-r1.ebuild,v 1.5 2009/10/29 20:40:09 cardoe Exp $
29
30 EAPI="2"
31
32 @@ -145,9 +145,6 @@
33
34 S="${WORKDIR}/${NV_PACKAGE}${PKG_V}"
35
36 -# PCI IDs of devices known not to work with this version of the drivers.
37 -BROKEN_DEVICES="10de0429c"
38 -
39 mtrr_check() {
40 ebegin "Checking for MTRR support"
41 linux_chkconfig_present MTRR
42 @@ -164,19 +161,6 @@
43 fi
44 }
45
46 -compat_device_check() {
47 - [ ! -r /proc/bus/pci/devices -o -z "${BROKEN_DEVICES}" ] && return
48 -
49 - for dev_id in ${BROKEN_DEVICES} ; do
50 - if [ -n "$(grep ${dev_id} /proc/bus/pci/devices)" ]; then
51 - ewarn "It looks like you have a graphics card that is known not to work"
52 - ewarn "with this version of nvidia-drivers. Strongly consider using an"
53 - ewarn "older version for now."
54 - ebeep
55 - fi
56 - done
57 -}
58 -
59 pkg_setup() {
60 # try to turn off distcc and ccache for people that have a problem with it
61 export DISTCC_DISABLE=1
62
63
64
65 1.192 x11-drivers/nvidia-drivers/ChangeLog
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.192&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?rev=1.192&content-type=text/plain
69 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog?r1=1.191&r2=1.192
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v
74 retrieving revision 1.191
75 retrieving revision 1.192
76 diff -u -r1.191 -r1.192
77 --- ChangeLog 29 Oct 2009 20:28:26 -0000 1.191
78 +++ ChangeLog 29 Oct 2009 20:40:09 -0000 1.192
79 @@ -1,6 +1,10 @@
80 # ChangeLog for x11-drivers/nvidia-drivers
81 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.191 2009/10/29 20:28:26 cardoe Exp $
83 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.192 2009/10/29 20:40:09 cardoe Exp $
84 +
85 + 29 Oct 2009; Doug Goldstein <cardoe@g.o>
86 + nvidia-drivers-185.18.36.ebuild, nvidia-drivers-185.18.36-r1.ebuild:
87 + Quadro NVS 140 support fixed in 185.18.36
88
89 *nvidia-drivers-173.14.20-r1 (29 Oct 2009)
90
91
92
93
94 1.5 x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36.ebuild
95
96 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36.ebuild?rev=1.5&view=markup
97 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36.ebuild?rev=1.5&content-type=text/plain
98 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36.ebuild?r1=1.4&r2=1.5
99
100 Index: nvidia-drivers-185.18.36.ebuild
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36.ebuild,v
103 retrieving revision 1.4
104 retrieving revision 1.5
105 diff -u -r1.4 -r1.5
106 --- nvidia-drivers-185.18.36.ebuild 29 Oct 2009 20:22:23 -0000 1.4
107 +++ nvidia-drivers-185.18.36.ebuild 29 Oct 2009 20:40:09 -0000 1.5
108 @@ -1,6 +1,6 @@
109 # Copyright 1999-2009 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36.ebuild,v 1.4 2009/10/29 20:22:23 cardoe Exp $
112 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-185.18.36.ebuild,v 1.5 2009/10/29 20:40:09 cardoe Exp $
113
114 EAPI="2"
115
116 @@ -150,9 +150,6 @@
117
118 S="${WORKDIR}/${NV_PACKAGE}${PKG_V}"
119
120 -# PCI IDs of devices known not to work with this version of the drivers.
121 -BROKEN_DEVICES="10de0429c"
122 -
123 mtrr_check() {
124 ebegin "Checking for MTRR support"
125 linux_chkconfig_present MTRR
126 @@ -169,19 +166,6 @@
127 fi
128 }
129
130 -compat_device_check() {
131 - [ ! -r /proc/bus/pci/devices -o -z "${BROKEN_DEVICES}" ] && return
132 -
133 - for dev_id in ${BROKEN_DEVICES} ; do
134 - if [ -n "$(grep ${dev_id} /proc/bus/pci/devices)" ]; then
135 - ewarn "It looks like you have a graphics card that is known not to work"
136 - ewarn "with this version of nvidia-drivers. Strongly consider using an"
137 - ewarn "older version for now."
138 - ebeep
139 - fi
140 - done
141 -}
142 -
143 pkg_setup() {
144 # try to turn off distcc and ccache for people that have a problem with it
145 export DISTCC_DISABLE=1