summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-03-27 18:19:01 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2014-03-27 18:19:01 +0000
commit17c0ee040d8e0469ef82a4ef265e535a1c05ce05 (patch)
tree91dd5f44c16cf400509f408d35173ff6913d9685 /x11-drivers/xf86-video-vmware
parentReplace manual Python wrapping with proper eclass functions, bug #484404. (diff)
downloadgentoo-2-17c0ee040d8e0469ef82a4ef265e535a1c05ce05.tar.gz
gentoo-2-17c0ee040d8e0469ef82a4ef265e535a1c05ce05.tar.bz2
gentoo-2-17c0ee040d8e0469ef82a4ef265e535a1c05ce05.zip
Version bump.
(Portage version: 2.2.8-r1/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.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 b2aa18d05193..b274583dfa06 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.78 2014/03/27 11:06:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-vmware/ChangeLog,v 1.79 2014/03/27 18:19:01 chithanh Exp $
+
+*xf86-video-vmware-13.0.2 (27 Mar 2014)
+
+ 27 Mar 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-vmware-13.0.2.ebuild:
+ Version bump.
27 Mar 2014; Agostino Sarubbo <ago@gentoo.org>
xf86-video-vmware-13.0.1-r1.ebuild:
diff --git a/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.0.2.ebuild b/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.0.2.ebuild
new file mode 100644
index 000000000000..8846cb1f33fd
--- /dev/null
+++ b/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.0.2.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 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.2.ebuild,v 1.1 2014/03/27 18:19:01 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}"