Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-dummy: xf86-video-dummy-0.3.6.ebuild ChangeLog
Date: Wed, 27 Feb 2013 05:41:23
Message-Id: 20130227054120.8FE952171D@flycatcher.gentoo.org
1 zmedico 13/02/27 05:41:20
2
3 Modified: xf86-video-dummy-0.3.6.ebuild ChangeLog
4 Log:
5 Add ~arm-linux keyword.
6
7 (Portage version: 2.2.0_alpha163_p17/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
8
9 Revision Changes Path
10 1.15 x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild?r1=1.14&r2=1.15
15
16 Index: xf86-video-dummy-0.3.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- xf86-video-dummy-0.3.6.ebuild 21 Jan 2013 01:30:30 -0000 1.14
23 +++ xf86-video-dummy-0.3.6.ebuild 27 Feb 2013 05:41:20 -0000 1.15
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild,v 1.14 2013/01/21 01:30:30 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.3.6.ebuild,v 1.15 2013/02/27 05:41:20 zmedico Exp $
29
30 EAPI=4
31 inherit xorg-2
32
33 DESCRIPTION="X.Org driver for dummy cards"
34
35 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
36 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
37 IUSE="dga"
38
39 RDEPEND=">=x11-base/xorg-server-1.0.99"
40
41
42
43 1.99 x11-drivers/xf86-video-dummy/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog?rev=1.99&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog?rev=1.99&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog?r1=1.98&r2=1.99
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v
52 retrieving revision 1.98
53 retrieving revision 1.99
54 diff -u -r1.98 -r1.99
55 --- ChangeLog 21 Jan 2013 01:30:30 -0000 1.98
56 +++ ChangeLog 27 Feb 2013 05:41:20 -0000 1.99
57 @@ -1,6 +1,9 @@
58 # ChangeLog for x11-drivers/xf86-video-dummy
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.98 2013/01/21 01:30:30 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-dummy/ChangeLog,v 1.99 2013/02/27 05:41:20 zmedico Exp $
62 +
63 + 27 Feb 2013; Zac Medico <zmedico@g.o> xf86-video-dummy-0.3.6.ebuild:
64 + Add ~arm-linux keyword.
65
66 21 Jan 2013; Mike Frysinger <vapier@g.o> xf86-video-dummy-0.3.6.ebuild:
67 Add s390 keywords #453114 by Sergey Popov.