summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-12-02 16:23:57 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-12-02 16:23:57 +0000
commita19a9ff8b4f5cd6a1fa42e6d784bd694b79cd237 (patch)
tree78f3fe70ad7e1e22b23f0d3e3574c789940420f2 /x11-drivers/xf86-video-nv
parent1.2.4 had build problems on some systems - replace with 1.2.5. (diff)
downloadgentoo-2-a19a9ff8b4f5cd6a1fa42e6d784bd694b79cd237.tar.gz
gentoo-2-a19a9ff8b4f5cd6a1fa42e6d784bd694b79cd237.tar.bz2
gentoo-2-a19a9ff8b4f5cd6a1fa42e6d784bd694b79cd237.zip
Version bump for 7.2RC3. Includes a fix for X -probeonly on NV44+.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'x11-drivers/xf86-video-nv')
-rw-r--r--x11-drivers/xf86-video-nv/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.16
-rw-r--r--x11-drivers/xf86-video-nv/xf86-video-nv-1.2.1.ebuild22
3 files changed, 35 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nv/ChangeLog b/x11-drivers/xf86-video-nv/ChangeLog
index 7c85a2bca8cd..9557c51bbecb 100644
--- a/x11-drivers/xf86-video-nv/ChangeLog
+++ b/x11-drivers/xf86-video-nv/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-nv
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.37 2006/10/18 17:04:45 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.38 2006/12/02 16:23:57 joshuabaergen Exp $
+
+*xf86-video-nv-1.2.1 (02 Dec 2006)
+
+ 02 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xf86-video-nv-1.2.1.ebuild:
+ Version bump for 7.2RC3. Includes a fix for X -probeonly on NV44+.
18 Oct 2006; Aron Griffis <agriffis@gentoo.org>
xf86-video-nv-1.2.0.ebuild:
diff --git a/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.1 b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.1
new file mode 100644
index 000000000000..25a9d7c955bd
--- /dev/null
+++ b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.1
@@ -0,0 +1,6 @@
+MD5 56566e8c3fb4bb99791d1788d0a9a1a8 x11-driver-patches-4.tar.bz2 346
+RMD160 fcbd405de080d07612d46f455b927035fd8123a8 x11-driver-patches-4.tar.bz2 346
+SHA256 07069bbd072f2def50e83801a8f2a41a4c96495104f15cd6f56f7df7f89769bf x11-driver-patches-4.tar.bz2 346
+MD5 7955c5afb18f60711311f0678411eade xf86-video-nv-1.2.1.tar.bz2 299873
+RMD160 1197dfe908001512433b3ae8c5cf6d1f5dda05a8 xf86-video-nv-1.2.1.tar.bz2 299873
+SHA256 707e362e17eadb39e34f719467d11401d2d789c0944948c083d536efa0293eac xf86-video-nv-1.2.1.tar.bz2 299873
diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.1.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.1.ebuild
new file mode 100644
index 000000000000..3c31230f33fc
--- /dev/null
+++ b/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.1.ebuild,v 1.1 2006/12/02 16:23:57 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+XDPVER=4
+
+inherit x-modular
+
+DESCRIPTION="NVIDIA video driver"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86 ~x86-fbsd"
+
+RDEPEND="x11-base/xorg-server"
+DEPEND="${RDEPEND}
+ x11-proto/fontsproto
+ x11-proto/randrproto
+ x11-proto/renderproto
+ x11-proto/videoproto
+ x11-proto/xextproto
+ x11-proto/xproto"