summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-vesa')
-rw-r--r--x11-drivers/xf86-video-vesa/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.1.06
-rw-r--r--x11-drivers/xf86-video-vesa/xf86-video-vesa-1.1.0.ebuild18
3 files changed, 31 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-vesa/ChangeLog b/x11-drivers/xf86-video-vesa/ChangeLog
index be4a8a4e5753..ba187d96dfc4 100644
--- a/x11-drivers/xf86-video-vesa/ChangeLog
+++ b/x11-drivers/xf86-video-vesa/ChangeLog
@@ -1,6 +1,12 @@
# 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.13 2006/02/14 23:25:55 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vesa/ChangeLog,v 1.14 2006/04/14 17:30:44 joshuabaergen Exp $
+
+*xf86-video-vesa-1.1.0 (14 Apr 2006)
+
+ 14 Apr 2006; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xf86-video-vesa-1.1.0.ebuild:
+ Bump for 7.1 RC1.
14 Feb 2006; Markus Rothe <corsair@gentoo.org>
xf86-video-vesa-1.0.1.3.ebuild:
diff --git a/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.1.0 b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.1.0
new file mode 100644
index 000000000000..5832cba87b34
--- /dev/null
+++ b/x11-drivers/xf86-video-vesa/files/digest-xf86-video-vesa-1.1.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 eafa73d8b9dab84797523ce1b5ae1bad xf86-video-vesa-1.1.0.tar.bz2 235934
+RMD160 c5e31884a8cbc3541dbc6bb1156b46c6e03c0fe4 xf86-video-vesa-1.1.0.tar.bz2 235934
+SHA256 e43e77a8bcc6cb914a6ccc2ecb264ded94f8994d4c4fb954796a9c36bc838627 xf86-video-vesa-1.1.0.tar.bz2 235934
diff --git a/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.1.0.ebuild b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.1.0.ebuild
new file mode 100644
index 000000000000..6f588b1b3df3
--- /dev/null
+++ b/x11-drivers/xf86-video-vesa/xf86-video-vesa-1.1.0.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.1.0.ebuild,v 1.1 2006/04/14 17:30:44 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"