summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2006-06-03 16:23:47 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2006-06-03 16:23:47 +0000
commitf0a1ecd9559da7eb60446f0c67870c98ffe7310a (patch)
treefdee6861a5afb9bec666e24230a5ae1896614cbf /x11-drivers
parentVersion bump. Fixes unnecessarily exported symbols. (diff)
downloadgentoo-2-f0a1ecd9559da7eb60446f0c67870c98ffe7310a.tar.gz
gentoo-2-f0a1ecd9559da7eb60446f0c67870c98ffe7310a.tar.bz2
gentoo-2-f0a1ecd9559da7eb60446f0c67870c98ffe7310a.zip
Version bump. Avoids calling VBEGetSetDACPalleteFormat when in direct colour
or YUV modes. (Portage version: 2.1_rc4)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-vesa/ChangeLog9
-rw-r--r--x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.16
-rw-r--r--x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.1.ebuild18
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog
index e24917c8db7f..9fdca0259e16 100644
--- a/x11-drivers/xf86-video-vesa/ChangeLog
+++ b/x11-drivers/xf86-video-vesa/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-drivers/xf86-video-vesa
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.16 2006/05/20 07:39:33 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.17 2006/06/03 16:23:47 joshuabaergen Exp $
+
+*xf86-video-vesa-1.2.1 (03 Jun 2006)
+
+ 03 Jun 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xf86-video-vesa-1.2.1.ebuild:
+ Version bump. Avoids calling VBEGetSetDACPalleteFormat when in direct colour
+ or YUV modes.
*xf86-video-vesa-1.2.0 (20 May 2006)
diff --git a/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.1 b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.1
new file mode 100644
index 000000000000..22d976023893
--- /dev/null
+++ b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.2.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 387c0e38ddeaacdb32f05069440a34c0 xf86-video-vesa-1.2.1.tar.bz2 215368
+RMD160 86c13854d4cfd965953d6c0da5eb9efd14906458 xf86-video-vesa-1.2.1.tar.bz2 215368
+SHA256 874e02720d7c1ba111a849e4ae1a451ffaf0c7e122f34a16208e0aadae5fa931 xf86-video-vesa-1.2.1.tar.bz2 215368
diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.1.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.1.ebuild
new file mode 100644
index 000000000000..40992b08bd28
--- /dev/null
+++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.2.1.ebuild
@@ -0,0 +1,18 @@
+# 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-vesa/xf86-video-vesa-1.2.1.ebuild,v 1.1 2006/06/03 16:23:47 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org driver for vesa cards"
+KEYWORDS="~amd64 ~ia64 ~ppc64 ~sh ~sparc ~x86"
+RDEPEND=">=x11-base/xorg-server-1.0.99"
+DEPEND="${RDEPEND}
+ x11-proto/fontsproto
+ x11-proto/randrproto
+ x11-proto/renderproto
+ x11-proto/xextproto
+ x11-proto/xproto"