Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/zile: zile-2.4.9.ebuild ChangeLog
Date: Sun, 31 Mar 2013 15:16:17
Message-Id: 20130331151612.DDEAD2171D@flycatcher.gentoo.org
1 flameeyes 13/03/31 15:16:12
2
3 Modified: zile-2.4.9.ebuild ChangeLog
4 Log:
5 Add ~arm keyword.
6
7 (Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
8
9 Revision Changes Path
10 1.3 app-editors/zile/zile-2.4.9.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.9.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.9.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.9.ebuild?r1=1.2&r2=1.3
15
16 Index: zile-2.4.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.9.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- zile-2.4.9.ebuild 12 Jan 2013 12:40:14 -0000 1.2
23 +++ zile-2.4.9.ebuild 31 Mar 2013 15:16:12 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.9.ebuild,v 1.2 2013/01/12 12:40:14 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.9.ebuild,v 1.3 2013/03/31 15:16:12 flameeyes Exp $
29
30 EAPI=5
31
32 @@ -10,7 +10,7 @@
33
34 LICENSE="GPL-3+"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
37 +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
38 IUSE="acl test"
39
40 RDEPEND="dev-libs/boehm-gc
41
42
43
44 1.186 app-editors/zile/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.186&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.186&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.185&r2=1.186
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
53 retrieving revision 1.185
54 retrieving revision 1.186
55 diff -u -r1.185 -r1.186
56 --- ChangeLog 12 Jan 2013 12:40:14 -0000 1.185
57 +++ ChangeLog 31 Mar 2013 15:16:12 -0000 1.186
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-editors/zile
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.185 2013/01/12 12:40:14 ulm Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.186 2013/03/31 15:16:12 flameeyes Exp $
63 +
64 + 31 Mar 2013; Diego E. Pettenò <flameeyes@g.o> zile-2.4.9.ebuild:
65 + Add ~arm keyword.
66
67 12 Jan 2013; Ulrich Müller <ulm@g.o> zile-2.4.9.ebuild:
68 Suppress false QA warning for help2man, bug 450278.