diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-12-16 17:13:21 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-12-16 17:13:21 +0000 |
commit | 6f92951d9fa1f3f76ee4ab96c6681bd5cd94a9a0 (patch) | |
tree | 7d096ed19259758cb2595e91db5570a2f850324c /x11-drivers/xf86-video-nv | |
parent | Version bump for 7.2. Build/dist fix and some code cleanup. (diff) | |
download | historical-6f92951d9fa1f3f76ee4ab96c6681bd5cd94a9a0.tar.gz historical-6f92951d9fa1f3f76ee4ab96c6681bd5cd94a9a0.tar.bz2 historical-6f92951d9fa1f3f76ee4ab96c6681bd5cd94a9a0.zip |
Version bump for 7.2. Build/dist fix only.
Package-Manager: portage-2.1.2_rc3-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.2.2 | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-nv/xf86-video-nv-1.2.2.ebuild | 22 |
3 files changed, 35 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-nv/ChangeLog b/x11-drivers/xf86-video-nv/ChangeLog index 9557c51bbecb..878efe496fce 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.38 2006/12/02 16:23:57 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-nv/ChangeLog,v 1.39 2006/12/16 17:11:46 joshuabaergen Exp $ + +*xf86-video-nv-1.2.2 (16 Dec 2006) + + 16 Dec 2006; Joshua Baergen <joshuabaergen@gentoo.org> + -xf86-video-nv-1.2.1.ebuild, +xf86-video-nv-1.2.2.ebuild: + Version bump for 7.2. Build/dist fix only. *xf86-video-nv-1.2.1 (02 Dec 2006) diff --git a/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.2 b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.2 new file mode 100644 index 000000000000..ad8f5eb3b51c --- /dev/null +++ b/x11-drivers/xf86-video-nv/files/digest-xf86-video-nv-1.2.2 @@ -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 ac73ea5c251ec5b70fa728a3c082c4dc xf86-video-nv-1.2.2.tar.bz2 297435 +RMD160 963f70a6788982204b2309237ecddd6df5662083 xf86-video-nv-1.2.2.tar.bz2 297435 +SHA256 934caca4b9dba89c0206de61f1e533cb4f161ee595115f2ade16279ef7c7402a xf86-video-nv-1.2.2.tar.bz2 297435 diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.2.ebuild b/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.2.ebuild new file mode 100644 index 000000000000..d962d71b6c0c --- /dev/null +++ b/x11-drivers/xf86-video-nv/xf86-video-nv-1.2.2.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.ebuild,v 1.1 2006/12/16 17:11:46 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" |