mrueg 15/07/04 10:31:59
Modified: ChangeLog
Added: xf86-video-qxl-0.1.4.ebuild
Removed: xf86-video-qxl-0.1.2.ebuild
xf86-video-qxl-0.1.1.ebuild
Log:
Version bump. Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.29 x11-drivers/xf86-video-qxl/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog?rev=1.29&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog?rev=1.29&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 19 Feb 2015 08:52:52 -0000 1.28
+++ ChangeLog 4 Jul 2015 10:31:59 -0000 1.29
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-qxl
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.28
2015/02/19 08:52:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.29
2015/07/04 10:31:59 mrueg Exp $
+
+*xf86-video-qxl-0.1.4 (04 Jul 2015)
+
+ 04 Jul 2015; Manuel RĂ¼ger <[email protected]> +xf86-video-qxl-0.1.4.ebuild,
+ -xf86-video-qxl-0.1.1.ebuild, -xf86-video-qxl-0.1.2.ebuild:
+ Version bump. Remove old.
19 Feb 2015; Agostino Sarubbo <[email protected]> xf86-video-qxl-0.1.3.ebuild:
Stable for x86, wrt bug #530652
1.1 x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4.ebuild?rev=1.1&content-type=text/plain
Index: xf86-video-qxl-0.1.4.ebuild
===================================================================
# Copyright 1999-2015 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.4.ebuild,v
1.1 2015/07/04 10:31:59 mrueg Exp $
EAPI=5
inherit xorg-2
DESCRIPTION="QEMU QXL paravirt video driver"
KEYWORDS="~amd64 ~x86"
IUSE="xspice"
RDEPEND="xspice? ( app-emulation/spice )
x11-base/xorg-server[-minimal]
>=x11-libs/libdrm-2.4.46"
DEPEND="${RDEPEND}
x11-proto/xf86dgaproto
>=app-emulation/spice-protocol-0.12.0"
src_configure() {
XORG_CONFIGURE_OPTIONS=(
$(use_enable xspice)
)
xorg-2_src_configure
}