summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-10-04 20:09:34 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-10-04 20:09:34 +0000
commitf8a7645f9d0f107d71a586af454b00b5f24120cc (patch)
tree67ce103d47162994b83b6104e77f63f32a1888ec /x11-drivers
parentAdd prefix keywords (diff)
downloadgentoo-2-f8a7645f9d0f107d71a586af454b00b5f24120cc.tar.gz
gentoo-2-f8a7645f9d0f107d71a586af454b00b5f24120cc.tar.bz2
gentoo-2-f8a7645f9d0f107d71a586af454b00b5f24120cc.zip
Version bump, bug #435840.
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-qxl/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.0.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 db816a273df9..4a5d72c036bd 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.14 2012/08/08 13:33:10 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.15 2012/10/04 20:09:34 chithanh Exp $
+
+*xf86-video-qxl-0.1.0 (04 Oct 2012)
+
+ 04 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-qxl-0.1.0.ebuild:
+ Version bump, bug #435840.
*xf86-video-qxl-0.0.17-r1 (08 Aug 2012)
diff --git a/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.0.ebuild b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.0.ebuild
new file mode 100644
index 000000000000..43d95b113322
--- /dev/null
+++ b/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.0.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.1.0.ebuild,v 1.1 2012/10/04 20:09:34 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.12.0"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable xspice)
+ )
+}