diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-03 00:11:54 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-04-03 00:11:54 +0000 |
commit | 2bcbf6f60c16cd3cb6b80c8e59891382d18259d4 (patch) | |
tree | 38bd147f367e2875d373ce5ac0fa785a5cefc4c1 /x11-drivers/xf86-video-nv | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-2bcbf6f60c16cd3cb6b80c8e59891382d18259d4.tar.gz gentoo-2-2bcbf6f60c16cd3cb6b80c8e59891382d18259d4.tar.bz2 gentoo-2-2bcbf6f60c16cd3cb6b80c8e59891382d18259d4.zip |
Bump. Adds support for newer Nvidia cards (pre-20060112) and RandR rotation.
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'x11-drivers/xf86-video-nv')
-rw-r--r-- | x11-drivers/xf86-video-nv/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.0.2.0 | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nv/xf86-video-nv-1.0.2.0.ebuild | 19 |
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nv/ChangeLog b/x11-drivers/xf86-video-nv/ChangeLog index 6005f36a53e3..f5c1099cebb2 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.16 2006/03/21 20:01:03 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.17 2006/04/03 00:11:54 spyderous Exp $ + +*xf86-video-nv-1.0.2.0 (03 Apr 2006) + + 03 Apr 2006; Donnie Berkholz <spyderous@gentoo.org>; + +xf86-video-nv-1.0.2.0.ebuild: + Bump. Adds support for newer Nvidia cards (pre-20060112) and RandR rotation. 21 Mar 2006; Donnie Berkholz <spyderous@gentoo.org>; xf86-video-nv-1.0.1.5.ebuild: diff --git a/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.0.2.0 b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.0.2.0 new file mode 100644 index 000000000000..792cb611933c --- /dev/null +++ b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.0.2.0 @@ -0,0 +1,6 @@ +MD5 1b8cfd2923836ee93eda69abe50dda04 x11-driver-patches-1.tar.bz2 389 +RMD160 0c57d4b235d83f3d7c46691c13857fd121ddec2d x11-driver-patches-1.tar.bz2 389 +SHA256 64787d5b57d2845c0fa9297a9d924093ba191fc3551798239d9983f0bcca9b3e x11-driver-patches-1.tar.bz2 389 +MD5 114ebadeeee1d5cb12952bc1f5b32ac6 xf86-video-nv-1.0.2.0.tar.bz2 277031 +RMD160 9eb7fa6d32c9e94ebfbb10eda5906f3a4599c7ca xf86-video-nv-1.0.2.0.tar.bz2 277031 +SHA256 3a6512022aaadef373a13c008cecfa8447ecffe642165f4a741ac77530a5b410 xf86-video-nv-1.0.2.0.tar.bz2 277031 diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-1.0.2.0.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-1.0.2.0.ebuild new file mode 100644 index 000000000000..29f427b3a816 --- /dev/null +++ b/x11-drivers/xf86-video-nv/xf86-video-nv-1.0.2.0.ebuild @@ -0,0 +1,19 @@ +# 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.0.2.0.ebuild,v 1.1 2006/04/03 00:11:54 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for nv cards" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh -sparc ~x86" +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" |