summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-10 15:14:05 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-10 15:14:05 +0000
commit4b6b2c2570cf3a333614c88d66b851ccf2d892c8 (patch)
tree7c4ad024fefeb3bcd8bb4ae2c900819d1bb3a419 /x11-drivers
parentVersion bump. (diff)
downloadgentoo-2-4b6b2c2570cf3a333614c88d66b851ccf2d892c8.tar.gz
gentoo-2-4b6b2c2570cf3a333614c88d66b851ccf2d892c8.tar.bz2
gentoo-2-4b6b2c2570cf3a333614c88d66b851ccf2d892c8.zip
Version bump.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-vmware/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-vmware/files/vmware.xinf2
-rw-r--r--x11-drivers/xf86-video-vmware/xf86-video-vmware-11.0.2.ebuild20
3 files changed, 27 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-vmware/ChangeLog b/x11-drivers/xf86-video-vmware/ChangeLog
index 9ccfe5084e2a..ecf7cbdbcb8d 100644
--- a/x11-drivers/xf86-video-vmware/ChangeLog
+++ b/x11-drivers/xf86-video-vmware/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-vmware
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.52 2010/05/27 08:54:55 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.53 2010/08/10 15:14:04 scarabeus Exp $
+
+*xf86-video-vmware-11.0.2 (10 Aug 2010)
+
+ 10 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ +xf86-video-vmware-11.0.2.ebuild, -files/vmware.xinf:
+ Version bump.
27 May 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-xf86-video-vmware-10.16.9.ebuild:
diff --git a/x11-drivers/xf86-video-vmware/files/vmware.xinf b/x11-drivers/xf86-video-vmware/files/vmware.xinf
deleted file mode 100644
index caf6497b05e1..000000000000
--- a/x11-drivers/xf86-video-vmware/files/vmware.xinf
+++ /dev/null
@@ -1,2 +0,0 @@
-alias pcivideo:v000015ADd00000405sv*sd*bc*sc*i* vmware
-alias pcivideo:v000015ADd00000710sv*sd*bc*sc*i* vmware
diff --git a/x11-drivers/xf86-video-vmware/xf86-video-vmware-11.0.2.ebuild b/x11-drivers/xf86-video-vmware/xf86-video-vmware-11.0.2.ebuild
new file mode 100644
index 000000000000..d7d188193c6c
--- /dev/null
+++ b/x11-drivers/xf86-video-vmware/xf86-video-vmware-11.0.2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 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-11.0.2.ebuild,v 1.1 2010/08/10 15:14:04 scarabeus Exp $
+
+EAPI=3
+
+inherit xorg-2
+
+DESCRIPTION="VMware SVGA video driver"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+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"