summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-12-30 16:59:56 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-12-30 16:59:56 +0000
commit477586be50efb3529dcffefd6219dd09a97bf475 (patch)
tree765b9c7f063dd51973135ade2afeb1627b6f073f /x11-drivers/xf86-video-nv
parentVersion bump for 7.2. Build system fixes only. (diff)
downloadhistorical-477586be50efb3529dcffefd6219dd09a97bf475.tar.gz
historical-477586be50efb3529dcffefd6219dd09a97bf475.tar.bz2
historical-477586be50efb3529dcffefd6219dd09a97bf475.zip
Version bump for 7.2. Build system fixes only.
Package-Manager: portage-2.1.2_rc4-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.2.16
-rw-r--r--x11-drivers/xf86-video-nv/xf86-video-nv-1.2.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 878efe496fce..3533928aa6b7 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.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
index 000000000000..8b20918a7fe2
--- /dev/null
+++ b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.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 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
index 000000000000..a100a8169c5b
--- /dev/null
+++ b/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.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.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"