summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-03-08 22:06:44 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2010-03-08 22:06:44 +0000
commit0067c9625489f44fe09889ffa8965cc2d671fa2b (patch)
tree003a9f912d5fa9bd4c0bce288a52523ba9e0009c /x11-drivers
parentVersion bump (diff)
downloadgentoo-2-0067c9625489f44fe09889ffa8965cc2d671fa2b.tar.gz
gentoo-2-0067c9625489f44fe09889ffa8965cc2d671fa2b.tar.bz2
gentoo-2-0067c9625489f44fe09889ffa8965cc2d671fa2b.zip
x11-drivers/xf86-video-nv-2.1.17 version bump
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-nv/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-nv/xf86-video-nv-2.1.17.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nv/ChangeLog b/x11-drivers/xf86-video-nv/ChangeLog
index 92521cd0c632..3bec31ea29ed 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.95 2010/02/15 19:07:24 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.96 2010/03/08 22:06:44 chithanh Exp $
+
+*xf86-video-nv-2.1.17 (08 Mar 2010)
+
+ 08 Mar 2010; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-nv-2.1.17.ebuild:
+ version bump
15 Feb 2010; Joseph Jezak <josejx@gentoo.org> xf86-video-nv-2.1.16.ebuild:
Marked ppc/ppc64 stable for bug #302046.
diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.17.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.17.ebuild
new file mode 100644
index 000000000000..04cce990cb29
--- /dev/null
+++ b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.17.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 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-2.1.17.ebuild,v 1.1 2010/03/08 22:06:44 chithanh Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+XDPVER=4
+
+inherit x-modular
+
+DESCRIPTION="Nvidia video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+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"