summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-16 23:22:07 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-16 23:22:07 +0000
commita6d166a6b95a97f5098d5cfb2627bd91eb7dbb33 (patch)
tree49bdcc2021c28acbe9b6c14601eb6879b7bb1215 /x11-drivers/xf86-video-qxl
parentVersion bump. (diff)
downloadgentoo-2-a6d166a6b95a97f5098d5cfb2627bd91eb7dbb33.tar.gz
gentoo-2-a6d166a6b95a97f5098d5cfb2627bd91eb7dbb33.tar.bz2
gentoo-2-a6d166a6b95a97f5098d5cfb2627bd91eb7dbb33.zip
Version bump.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-qxl')
-rw-r--r--x11-drivers/xf86-video-qxl/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.17.ebuild24
2 files changed, 31 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-qxl/ChangeLog b/x11-drivers/xf86-video-qxl/ChangeLog
index 81ee2f1d315f..550c57ea5d73 100644
--- a/x11-drivers/xf86-video-qxl/ChangeLog
+++ b/x11-drivers/xf86-video-qxl/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-qxl
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.9 2012/01/18 17:39:01 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.10 2012/03/16 23:22:07 chithanh Exp $
+
+*xf86-video-qxl-0.0.17 (16 Mar 2012)
+
+ 16 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-qxl-0.0.17.ebuild:
+ Version bump.
18 Jan 2012; Doug Goldstein <cardoe@gentoo.org> xf86-video-qxl-0.0.14.ebuild,
xf86-video-qxl-0.0.16.ebuild:
diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.17.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.17.ebuild
new file mode 100644
index 000000000000..60d5723749fb
--- /dev/null
+++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.17.ebuild
@@ -0,0 +1,24 @@
+# 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-qxl/xf86-video-qxl-0.0.17.ebuild,v 1.1 2012/03/16 23:22:07 chithanh Exp $
+
+EAPI=4
+inherit xorg-2
+
+DESCRIPTION="QEMU QXL paravirt video driver"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="xspice"
+
+RDEPEND="xspice? ( app-emulation/spice )
+ x11-base/xorg-server[-minimal]"
+DEPEND="${RDEPEND}
+ x11-proto/xf86dgaproto
+ >=app-emulation/spice-protocol-0.8.1"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable xspice)
+ )
+}