From a6d166a6b95a97f5098d5cfb2627bd91eb7dbb33 Mon Sep 17 00:00:00 2001 From: Chí-Thanh Christopher Nguyễn Date: Fri, 16 Mar 2012 23:22:07 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha90/cvs/Linux x86_64) --- x11-drivers/xf86-video-qxl/ChangeLog | 8 +++++++- .../xf86-video-qxl/xf86-video-qxl-0.0.17.ebuild | 24 ++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 x11-drivers/xf86-video-qxl/xf86-video-qxl-0.0.17.ebuild (limited to 'x11-drivers') 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 + +xf86-video-qxl-0.0.17.ebuild: + Version bump. 18 Jan 2012; Doug Goldstein 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) + ) +} -- cgit v1.2.3-65-gdbad