summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Baergen <joshuabaergen@gentoo.org>2007-02-16 03:52:36 +0000
committerJoshua Baergen <joshuabaergen@gentoo.org>2007-02-16 03:52:36 +0000
commit100ea8b7b2f6526ea15ef3974bad74f5332cc3f0 (patch)
tree9ff615e7dfb9cb450235098e934ecd88e0096cb4 /x11-drivers
parentBump from upstream to fix a typo. (diff)
downloadgentoo-2-100ea8b7b2f6526ea15ef3974bad74f5332cc3f0.tar.gz
gentoo-2-100ea8b7b2f6526ea15ef3974bad74f5332cc3f0.tar.bz2
gentoo-2-100ea8b7b2f6526ea15ef3974bad74f5332cc3f0.zip
Version bump. From upstream:
Provide truely usable resizing support with the ability to resize larger than the initial size and no wasted framebuffer space. As a bonus, a variety of useful resolutions are built in to the driver and always available. (Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-vmware/ChangeLog13
-rw-r--r--x11-drivers/xf86-video-vmware/files/digest-xf86-video-vmware-10.15.06
-rw-r--r--x11-drivers/xf86-video-vmware/xf86-video-vmware-10.15.0.ebuild20
3 files changed, 38 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-vmware/ChangeLog b/x11-drivers/xf86-video-vmware/ChangeLog
index 81792d635808..0a01ee9335ca 100644
--- a/x11-drivers/xf86-video-vmware/ChangeLog
+++ b/x11-drivers/xf86-video-vmware/ChangeLog
@@ -1,6 +1,17 @@
# ChangeLog for x11-drivers/xf86-video-vmware
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.23 2007/01/24 07:14:30 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.24 2007/02/16 03:52:36 joshuabaergen Exp $
+
+*xf86-video-vmware-10.15.0 (16 Feb 2007)
+
+ 16 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org>
+ +xf86-video-vmware-10.15.0.ebuild:
+ Version bump. From upstream:
+
+ Provide truely usable resizing support with the ability to resize larger
+ than the initial size and no wasted framebuffer space. As a bonus, a
+ variety of useful resolutions are built in to the driver and always
+ available.
24 Jan 2007; Donnie Berkholz <dberkholz@gentoo.org>;
-xf86-video-vmware-10.12.0.0.ebuild:
diff --git a/x11-drivers/xf86-video-vmware/files/digest-xf86-video-vmware-10.15.0 b/x11-drivers/xf86-video-vmware/files/digest-xf86-video-vmware-10.15.0
new file mode 100644
index 000000000000..ce7a0ad2c8e9
--- /dev/null
+++ b/x11-drivers/xf86-video-vmware/files/digest-xf86-video-vmware-10.15.0
@@ -0,0 +1,6 @@
+MD5 6d55ebcb139765a81c2042bf3eaed73b x11-driver-patches-2.tar.bz2 408
+RMD160 00dc7a3127e2b366df081afd37271d84b35333e8 x11-driver-patches-2.tar.bz2 408
+SHA256 84efaedb3ad098cd13e3499b728dddd5555895d4a469a8d77140c9d8d943cda1 x11-driver-patches-2.tar.bz2 408
+MD5 9ad83ec872917a9c35bf3254ef455399 xf86-video-vmware-10.15.0.tar.bz2 261255
+RMD160 08df92966c9d89fb400cf67914c0e8b50471cc1f xf86-video-vmware-10.15.0.tar.bz2 261255
+SHA256 b5a3a7f9e5d7aef3ad294c1a10271cef3d0fe0ff90fba1dc0afbf95009e45d51 xf86-video-vmware-10.15.0.tar.bz2 261255
diff --git a/x11-drivers/xf86-video-vmware/xf86-video-vmware-10.15.0.ebuild b/x11-drivers/xf86-video-vmware/xf86-video-vmware-10.15.0.ebuild
new file mode 100644
index 000000000000..bbc70308055c
--- /dev/null
+++ b/x11-drivers/xf86-video-vmware/xf86-video-vmware-10.15.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/xf86-video-vmware-10.15.0.ebuild,v 1.1 2007/02/16 03:52:36 joshuabaergen Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+XDPVER=2
+
+inherit x-modular
+
+DESCRIPTION="VMware SVGA video driver"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+RDEPEND=">=x11-base/xorg-server-1.0.99.901"
+DEPEND="${RDEPEND}
+ x11-proto/fontsproto
+ x11-proto/randrproto
+ x11-proto/renderproto
+ x11-proto/xextproto
+ x11-proto/xineramaproto
+ x11-proto/xproto"