diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-07-08 17:29:29 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-07-08 17:29:29 +0000 |
commit | 8ff5a98f1fc239973ce5ae28115b47a456ee0af6 (patch) | |
tree | 262aba4c15c6eb116bfffe66aec3a3acf974ac9b /x11-drivers/xf86-video-nv | |
parent | Update snapshot as requested by Marco Gulino (upstream). (diff) | |
download | gentoo-2-8ff5a98f1fc239973ce5ae28115b47a456ee0af6.tar.gz gentoo-2-8ff5a98f1fc239973ce5ae28115b47a456ee0af6.tar.bz2 gentoo-2-8ff5a98f1fc239973ce5ae28115b47a456ee0af6.zip |
Bump, compatible with xorg-server 1.0 and 1.1. Adds new chip support and more PCI IDs.
(Portage version: 2.1.1_pre2-r4)
Diffstat (limited to 'x11-drivers/xf86-video-nv')
-rw-r--r-- | x11-drivers/xf86-video-nv/ChangeLog | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.0 | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nv/xf86-video-nv-1.2.0.ebuild | 20 |
3 files changed, 34 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nv/ChangeLog b/x11-drivers/xf86-video-nv/ChangeLog index ac2fb15507bd..ebacce3ecafa 100644 --- a/x11-drivers/xf86-video-nv/ChangeLog +++ b/x11-drivers/xf86-video-nv/ChangeLog @@ -1,6 +1,13 @@ # 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.27 2006/07/01 00:49:35 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.28 2006/07/08 17:29:29 dberkholz Exp $ + +*xf86-video-nv-1.2.0 (08 Jul 2006) + + 08 Jul 2006; Donnie Berkholz <spyderous@gentoo.org>; + +xf86-video-nv-1.2.0.ebuild: + Bump, compatible with xorg-server 1.0 and 1.1. Adds new chip support and + more PCI IDs. 01 Jul 2006; Donnie Berkholz <spyderous@gentoo.org>; xf86-video-nv-1.1.2.ebuild: diff --git a/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.0 b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.0 new file mode 100644 index 000000000000..fed9dd56a543 --- /dev/null +++ b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.0 @@ -0,0 +1,6 @@ +MD5 6d55ebcb139765a81c2042bf3eaed73b x11-driver-patches-2.tar.bz2 408 +RMD160 00dc7a3127e2b366df081afd37271d84b35333e8 x11-driver-patches-2.tar.bz2 408 +SHA256 84efaedb3ad098cd13e3499b728dddd5555895d4a469a8d77140c9d8d943cda1 x11-driver-patches-2.tar.bz2 408 +MD5 63923dbec25cedbd2dcc376afea5ca76 xf86-video-nv-1.2.0.tar.bz2 286273 +RMD160 5403a77a8ef7892f81fed330225e29b2abc33df1 xf86-video-nv-1.2.0.tar.bz2 286273 +SHA256 1cdcb0a5231bb9a81b7791500e7912cfb1edb5116f23636c00c4e6b3e7378d2e xf86-video-nv-1.2.0.tar.bz2 286273 diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.0.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.0.ebuild new file mode 100644 index 000000000000..691685220aa0 --- /dev/null +++ b/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.0.ebuild @@ -0,0 +1,20 @@ +# 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.0.ebuild,v 1.1 2006/07/08 17:29:29 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER=2 + +inherit x-modular + +DESCRIPTION="X.Org driver for nv cards" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~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" |