Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-qxl: xf86-video-qxl-0.1.4.ebuild ChangeLog xf86-video-qxl-0.1.2.ebuild xf86-video-qxl-0.1.1.ebuild
Date: Sat, 04 Jul 2015 10:32:04
Message-Id: 20150704103159.31B80751@oystercatcher.gentoo.org
1 mrueg 15/07/04 10:31:59
2
3 Modified: ChangeLog
4 Added: xf86-video-qxl-0.1.4.ebuild
5 Removed: xf86-video-qxl-0.1.2.ebuild
6 xf86-video-qxl-0.1.1.ebuild
7 Log:
8 Version bump. Remove old.
9
10 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
11
12 Revision Changes Path
13 1.29 x11-drivers/xf86-video-qxl/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog?rev=1.29&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog?rev=1.29&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog?r1=1.28&r2=1.29
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v
22 retrieving revision 1.28
23 retrieving revision 1.29
24 diff -u -r1.28 -r1.29
25 --- ChangeLog 19 Feb 2015 08:52:52 -0000 1.28
26 +++ ChangeLog 4 Jul 2015 10:31:59 -0000 1.29
27 @@ -1,6 +1,12 @@
28 # ChangeLog for x11-drivers/xf86-video-qxl
29 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.28 2015/02/19 08:52:52 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-qxl/ChangeLog,v 1.29 2015/07/04 10:31:59 mrueg Exp $
32 +
33 +*xf86-video-qxl-0.1.4 (04 Jul 2015)
34 +
35 + 04 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> +xf86-video-qxl-0.1.4.ebuild,
36 + -xf86-video-qxl-0.1.1.ebuild, -xf86-video-qxl-0.1.2.ebuild:
37 + Version bump. Remove old.
38
39 19 Feb 2015; Agostino Sarubbo <ago@g.o> xf86-video-qxl-0.1.3.ebuild:
40 Stable for x86, wrt bug #530652
41
42
43
44 1.1 x11-drivers/xf86-video-qxl/xf86-video-qxl-0.1.4.ebuild
45
46 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
47 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
48
49 Index: xf86-video-qxl-0.1.4.ebuild
50 ===================================================================
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $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 $
54
55 EAPI=5
56 inherit xorg-2
57
58 DESCRIPTION="QEMU QXL paravirt video driver"
59
60 KEYWORDS="~amd64 ~x86"
61 IUSE="xspice"
62
63 RDEPEND="xspice? ( app-emulation/spice )
64 x11-base/xorg-server[-minimal]
65 >=x11-libs/libdrm-2.4.46"
66 DEPEND="${RDEPEND}
67 x11-proto/xf86dgaproto
68 >=app-emulation/spice-protocol-0.12.0"
69
70 src_configure() {
71 XORG_CONFIGURE_OPTIONS=(
72 $(use_enable xspice)
73 )
74 xorg-2_src_configure
75 }