summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-04-20 20:02:34 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-04-20 20:02:34 +0000
commit970bc3e3f39acce6495af3f88ac9c6d68469de3f (patch)
tree9dd086e19a18d8ab34e8b30a27b5e0424c92262d /x11-drivers/xf86-video-vmware
parentVersion bump. (diff)
downloadgentoo-2-970bc3e3f39acce6495af3f88ac9c6d68469de3f.tar.gz
gentoo-2-970bc3e3f39acce6495af3f88ac9c6d68469de3f.tar.bz2
gentoo-2-970bc3e3f39acce6495af3f88ac9c6d68469de3f.zip
Version bump.
(Portage version: 2.1.11.55/cvs/Linux x86_64, unsigned Manifest commit)
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-13.0.1.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 8ad04d239609..e52c058428e1 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-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.72 2013/03/12 16:38:27 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.73 2013/04/20 20:02:34 chithanh Exp $
+
+*xf86-video-vmware-13.0.1 (20 Apr 2013)
+
+ 20 Apr 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-vmware-13.0.1.ebuild:
+ Version bump.
*xf86-video-vmware-13.0.0-r1 (12 Mar 2013)
diff --git a/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.0.1.ebuild b/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.0.1.ebuild
new file mode 100644
index 000000000000..bc5ec425fab4
--- /dev/null
+++ b/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.0.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 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-13.0.1.ebuild,v 1.1 2013/04/20 20:02:34 chithanh Exp $
+
+EAPI=5
+
+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}"