diff options
author | 2006-04-14 17:30:44 +0000 | |
---|---|---|
committer | 2006-04-14 17:30:44 +0000 | |
commit | 99ed5fd747f716b3133fba3d84bf27b83333f46f (patch) | |
tree | 4a6d03752e12c778eae703f431c190c4a5d31c08 /x11-drivers/xf86-video-nsc | |
parent | Add mask for X.Org 7.1 RC. (diff) | |
download | historical-99ed5fd747f716b3133fba3d84bf27b83333f46f.tar.gz historical-99ed5fd747f716b3133fba3d84bf27b83333f46f.tar.bz2 historical-99ed5fd747f716b3133fba3d84bf27b83333f46f.zip |
Bump drivers for 7.1RC1.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'x11-drivers/xf86-video-nsc')
-rw-r--r-- | x11-drivers/xf86-video-nsc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.8.1 | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.1.ebuild | 20 |
3 files changed, 33 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nsc/ChangeLog b/x11-drivers/xf86-video-nsc/ChangeLog index 12f221e498ee..dcc286c4a87d 100644 --- a/x11-drivers/xf86-video-nsc/ChangeLog +++ b/x11-drivers/xf86-video-nsc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-nsc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog,v 1.11 2006/02/02 17:38:50 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nsc/ChangeLog,v 1.12 2006/04/14 17:30:43 joshuabaergen Exp $ + +*xf86-video-nsc-2.8.1 (14 Apr 2006) + + 14 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-nsc-2.8.1.ebuild: + Bump for 7.1 RC1. 02 Feb 2006; Luis Medinas <metalgod@gentoo.org> xf86-video-nsc-2.7.6.5.ebuild: diff --git a/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.8.1 b/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.8.1 new file mode 100644 index 000000000000..5e1782ab467d --- /dev/null +++ b/x11-drivers/xf86-video-nsc/files/digest-xf86-video-nsc-2.8.1 @@ -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 5e4cb211a02ed89e0672273f9cc8bf39 xf86-video-nsc-2.8.1.tar.bz2 493433 +RMD160 9c58d5bac4128f54fbfb2d45c020ebc9eb2036ad xf86-video-nsc-2.8.1.tar.bz2 493433 +SHA256 c8c0b14b2ed2e9f2b51e0f46d474e52db0eac0345dbfea845f1d62028ec8fec0 xf86-video-nsc-2.8.1.tar.bz2 493433 diff --git a/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.1.ebuild b/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.1.ebuild new file mode 100644 index 000000000000..13b08c410c5f --- /dev/null +++ b/x11-drivers/xf86-video-nsc/xf86-video-nsc-2.8.1.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-nsc/xf86-video-nsc-2.8.1.ebuild,v 1.1 2006/04/14 17:30:43 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for nsc cards" +KEYWORDS="~amd64 ~sh ~x86" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xf86dgaproto + x11-proto/xproto" |