summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-07-20 13:48:22 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-07-20 13:48:22 +0000
commit76256354d2e3d25476bd9d184971fc49abc2616c (patch)
tree4ca23af49703cb6b484436eb8cb833de1f1de2d2 /x11-drivers
parentRevbump with security fixes #185442 (diff)
downloadgentoo-2-76256354d2e3d25476bd9d184971fc49abc2616c.tar.gz
gentoo-2-76256354d2e3d25476bd9d184971fc49abc2616c.tar.bz2
gentoo-2-76256354d2e3d25476bd9d184971fc49abc2616c.zip
remove i2c-hwmon, libnvidia-cfg, nvidia-xconfig, and README.txt from 7185 since they don't exist
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/nvidia-drivers/ChangeLog7
-rw-r--r--x11-drivers/nvidia-drivers/nvidia-drivers-1.0.7185.ebuild12
2 files changed, 8 insertions, 11 deletions
diff --git a/x11-drivers/nvidia-drivers/ChangeLog b/x11-drivers/nvidia-drivers/ChangeLog
index 4a801d566230..4df8b84d8347 100644
--- a/x11-drivers/nvidia-drivers/ChangeLog
+++ b/x11-drivers/nvidia-drivers/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-drivers/nvidia-drivers
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.56 2007/07/19 19:32:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.57 2007/07/20 13:48:22 cardoe Exp $
+
+ 20 Jul 2007; Doug Goldstein <cardoe@gentoo.org>
+ nvidia-drivers-1.0.7185.ebuild:
+ remove i2c-hwmon, libnvidia-cfg, nvidia-xconfig, and README.txt from 7185
+ since they don't exist
19 Jul 2007; Raúl Porcel <armin76@gentoo.org>
nvidia-drivers-1.0.9639.ebuild, nvidia-drivers-100.14.09.ebuild:
diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-1.0.7185.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-1.0.7185.ebuild
index fde7f378dc00..68c5fccdd3a6 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-1.0.7185.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-1.0.7185.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-1.0.7185.ebuild,v 1.2 2007/07/18 22:53:27 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-1.0.7185.ebuild,v 1.3 2007/07/20 13:48:22 cardoe Exp $
inherit eutils multilib versionator linux-mod flag-o-matic nvidia-driver
@@ -182,8 +182,6 @@ src_unpack() {
epatch "${FILESDIR}"/NVIDIA_glx-defines.patch
# Use some more sensible gl headers and make way for new glext.h
epatch "${FILESDIR}"/NVIDIA_glx-glheader.patch
- # allow on board sensors to work with lm_sensors
- epatch "${FILESDIR}"/NVIDIA_i2c-hwmon.patch
if ! use x86-fbsd; then
# Quiet down warnings the user does not need to see
@@ -262,8 +260,7 @@ src_install() {
if ! use x86-fbsd; then
# Docs
- newdoc usr/share/doc/README.txt README
- dodoc usr/share/doc/Copyrights usr/share/doc/NVIDIA_Changelog
+ dodoc usr/share/doc/NVIDIA_Changelog
dodoc usr/share/doc/XF86Config.sample
dohtml usr/share/doc/html/*
@@ -273,9 +270,6 @@ src_install() {
dodoc doc/{README,XF86Config.sample,Copyrights}
dohtml doc/html/*
fi
-
- # Taking nvidia-xconfig from nvidia-drivers to help config xorg.conf
- dobin usr/bin/nvidia-xconfig || die
}
# Install nvidia library:
@@ -339,8 +333,6 @@ src_install-libs() {
donvidia ${NV_ROOT}/lib ${usrpkglibdir}/libGL.so ${sover}
donvidia ${NV_ROOT}/lib ${usrpkglibdir}/libGLcore.so ${sover}
- donvidia ${NV_ROOT}/lib ${usrpkglibdir}/libnvidia-cfg.so ${sover}
-
dodir ${NO_TLS_ROOT}
donvidia ${NO_TLS_ROOT} ${usrpkglibdir}/libnvidia-tls.so ${sover}