Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-dummy: ChangeLog xf86-video-dummy-0.3.7.ebuild
Date: Tue, 03 Mar 2015 11:05:03
Message-Id: 20150303110459.5F35512F1F@oystercatcher.gentoo.org
1 dlan 15/03/03 11:04:59
2
3 Modified: ChangeLog xf86-video-dummy-0.3.7.ebuild
4 Log:
5 add arm64 support, tested on A53 board
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
8
9 Revision Changes Path
10 1.111 x11-drivers/xf86-video-dummy/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog?rev=1.111&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog?rev=1.111&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog?r1=1.110&r2=1.111
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v
19 retrieving revision 1.110
20 retrieving revision 1.111
21 diff -u -r1.110 -r1.111
22 --- ChangeLog 8 Oct 2013 05:05:56 -0000 1.110
23 +++ ChangeLog 3 Mar 2015 11:04:59 -0000 1.111
24 @@ -1,6 +1,9 @@
25 # ChangeLog for x11-drivers/xf86-video-dummy
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.110 2013/10/08 05:05:56 ago Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.111 2015/03/03 11:04:59 dlan Exp $
30 +
31 + 03 Mar 2015; Yixun Lan <dlan@g.o> xf86-video-dummy-0.3.7.ebuild:
32 + add arm64 support, tested on A53 board
33
34 08 Oct 2013; Agostino Sarubbo <ago@g.o> xf86-video-dummy-0.3.7.ebuild:
35 Stable for x86, wrt bug #475480
36
37
38
39 1.11 x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild?r1=1.10&r2=1.11
44
45 Index: xf86-video-dummy-0.3.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- xf86-video-dummy-0.3.7.ebuild 8 Oct 2013 05:05:56 -0000 1.10
52 +++ xf86-video-dummy-0.3.7.ebuild 3 Mar 2015 11:04:59 -0000 1.11
53 @@ -1,13 +1,13 @@
54 -# Copyright 1999-2013 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild,v 1.10 2013/10/08 05:05:56 ago Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.7.ebuild,v 1.11 2015/03/03 11:04:59 dlan Exp $
59
60 EAPI=5
61 inherit xorg-2
62
63 DESCRIPTION="X.Org driver for dummy cards"
64
65 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
66 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
67 IUSE="dga"
68
69 RDEPEND=">=x11-base/xorg-server-1.0.99"