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-apps/xinit: xinit-1.3.2.ebuild ChangeLog
Date: Wed, 27 Feb 2013 06:12:50
Message-Id: 20130227061246.DA12D2171D@flycatcher.gentoo.org
1 zmedico 13/02/27 06:12:46
2
3 Modified: xinit-1.3.2.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.12 x11-apps/xinit/xinit-1.3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/xinit-1.3.2.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/xinit-1.3.2.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/xinit-1.3.2.ebuild?r1=1.11&r2=1.12
15
16 Index: xinit-1.3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.3.2.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- xinit-1.3.2.ebuild 5 Dec 2012 11:19:29 -0000 1.11
23 +++ xinit-1.3.2.ebuild 27 Feb 2013 06:12:46 -0000 1.12
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.3.2.ebuild,v 1.11 2012/12/05 11:19:29 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.3.2.ebuild,v 1.12 2013/02/27 06:12:46 zmedico Exp $
30
31 EAPI=4
32
33 @@ -9,7 +9,7 @@
34 DESCRIPTION="X Window System initializer"
35
36 LICENSE="${LICENSE} GPL-2"
37 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-linux"
38 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
39 IUSE="+minimal"
40
41 RDEPEND="
42
43
44
45 1.238 x11-apps/xinit/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.238&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.238&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/ChangeLog?r1=1.237&r2=1.238
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v
54 retrieving revision 1.237
55 retrieving revision 1.238
56 diff -u -r1.237 -r1.238
57 --- ChangeLog 5 Dec 2012 11:19:29 -0000 1.237
58 +++ ChangeLog 27 Feb 2013 06:12:46 -0000 1.238
59 @@ -1,6 +1,9 @@
60 # ChangeLog for x11-apps/xinit
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.237 2012/12/05 11:19:29 grobian Exp $
63 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.238 2013/02/27 06:12:46 zmedico Exp $
65 +
66 + 27 Feb 2013; Zac Medico <zmedico@g.o> xinit-1.3.2.ebuild:
67 + Add ~arm-linux keyword.
68
69 05 Dec 2012; Fabian Groffen <grobian@g.o> xinit-1.3.2.ebuild:
70 Marked ~x86-linux, bug #444950