Version bump for 7.2. Build system fixes only.
authorJoshua Baergen <joshuabaergen@gentoo.org>
Sat, 30 Dec 2006 16:59:56 +0000 (16:59 +0000)
committerJoshua Baergen <joshuabaergen@gentoo.org>
Sat, 30 Dec 2006 16:59:56 +0000 (16:59 +0000)
Package-Manager: portage-2.1.2_rc4-r3

x11-drivers/xf86-video-nv/ChangeLog
x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.2.1 [new file with mode: 0644]
x11-drivers/xf86-video-nv/xf86-video-nv-1.2.2.1.ebuild [new file with mode: 0644]

index 878efe496fce2793e2dddc15e3bca5a1727d7913..3533928aa6b7c727a09735e049eb3c8c1e780cf4 100644 (file)
@@ -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.39 2006/12/16 17:11:46 joshuabaergen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.40 2006/12/30 16:59:56 joshuabaergen Exp $
+
+*xf86-video-nv-1.2.2.1 (30 Dec 2006)
+
+  30 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+  -xf86-video-nv-1.2.2.ebuild, +xf86-video-nv-1.2.2.1.ebuild:
+  Version bump for 7.2. Build system fixes only.
 
 *xf86-video-nv-1.2.2 (16 Dec 2006)
 
diff --git a/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.2.1 b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.2.1
new file mode 100644 (file)
index 0000000..8b20918
--- /dev/null
@@ -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 e4dc415b1e45db0bbdacc203ed33024a xf86-video-nv-1.2.2.1.tar.bz2 297424
+RMD160 a851d124831e3038fbed202436d5bec889006944 xf86-video-nv-1.2.2.1.tar.bz2 297424
+SHA256 97d47df7720d3cfcb56c4debca9218c3fc5352d34d82bc4880c8a620185f8c5e xf86-video-nv-1.2.2.1.tar.bz2 297424
diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.2.1.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.2.1.ebuild
new file mode 100644 (file)
index 0000000..a100a81
--- /dev/null
@@ -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.2.1.ebuild,v 1.1 2006/12/30 16:59:56 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"