summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-22 21:37:29 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-22 21:37:29 +0000
commitd7e872c9f9f358a59a226ee281e714cb52842277 (patch)
tree4975bf38668505d8aa412dbf36b457fd7cb278a9 /x11-drivers/xf86-video-vmware
parentAdd use dep for tinyxml (bug #409377) (diff)
downloadgentoo-2-d7e872c9f9f358a59a226ee281e714cb52842277.tar.gz
gentoo-2-d7e872c9f9f358a59a226ee281e714cb52842277.tar.bz2
gentoo-2-d7e872c9f9f358a59a226ee281e714cb52842277.zip
Version bump.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-vmware')
-rw-r--r--x11-drivers/xf86-video-vmware/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-vmware/xf86-video-vmware-12.0.2.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-vmware/ChangeLog b/x11-drivers/xf86-video-vmware/ChangeLog
index e04db381b863..0b9fcddbcec9 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.62 2012/03/14 17:06:15 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.63 2012/03/22 21:37:29 chithanh Exp $
+
+*xf86-video-vmware-12.0.2 (22 Mar 2012)
+
+ 22 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-vmware-12.0.2.ebuild:
+ Version bump.
*xf86-video-vmware-12.0.1 (14 Mar 2012)
diff --git a/x11-drivers/xf86-video-vmware/xf86-video-vmware-12.0.2.ebuild b/x11-drivers/xf86-video-vmware/xf86-video-vmware-12.0.2.ebuild
new file mode 100644
index 000000000000..b5c241c0098e
--- /dev/null
+++ b/x11-drivers/xf86-video-vmware/xf86-video-vmware-12.0.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2012 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-12.0.2.ebuild,v 1.1 2012/03/22 21:37:29 chithanh Exp $
+
+EAPI=4
+
+XORG_DRI=always
+inherit xorg-2
+
+DESCRIPTION="VMware SVGA video driver"
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="x11-libs/libdrm[libkms,video_cards_vmware]
+ media-libs/mesa[xa]"
+DEPEND="${RDEPEND}"