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-apps/xconsole: xconsole-1.0.6.ebuild ChangeLog
Date: Tue, 03 Mar 2015 10:40:06
Message-Id: 20150303104001.A0B1D12F1E@oystercatcher.gentoo.org
1 dlan 15/03/03 10:40:01
2
3 Modified: xconsole-1.0.6.ebuild ChangeLog
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.11 x11-apps/xconsole/xconsole-1.0.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xconsole/xconsole-1.0.6.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xconsole/xconsole-1.0.6.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xconsole/xconsole-1.0.6.ebuild?r1=1.10&r2=1.11
15
16 Index: xconsole-1.0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xconsole/xconsole-1.0.6.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- xconsole-1.0.6.ebuild 8 Oct 2013 05:03:20 -0000 1.10
23 +++ xconsole-1.0.6.ebuild 3 Mar 2015 10:40:01 -0000 1.11
24 @@ -1,13 +1,13 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/xconsole-1.0.6.ebuild,v 1.10 2013/10/08 05:03:20 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/xconsole-1.0.6.ebuild,v 1.11 2015/03/03 10:40:01 dlan Exp $
30
31 EAPI=5
32
33 inherit xorg-2
34
35 DESCRIPTION="monitor system console messages with X"
36 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
37 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
38 IUSE=""
39 RDEPEND="x11-libs/libXaw
40 x11-libs/libXmu
41
42
43
44 1.54 x11-apps/xconsole/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xconsole/ChangeLog?rev=1.54&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xconsole/ChangeLog?rev=1.54&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xconsole/ChangeLog?r1=1.53&r2=1.54
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v
53 retrieving revision 1.53
54 retrieving revision 1.54
55 diff -u -r1.53 -r1.54
56 --- ChangeLog 8 Oct 2013 05:03:20 -0000 1.53
57 +++ ChangeLog 3 Mar 2015 10:40:01 -0000 1.54
58 @@ -1,6 +1,9 @@
59 # ChangeLog for x11-apps/xconsole
60 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.53 2013/10/08 05:03:20 ago Exp $
62 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xconsole/ChangeLog,v 1.54 2015/03/03 10:40:01 dlan Exp $
64 +
65 + 03 Mar 2015; Yixun Lan <dlan@g.o> xconsole-1.0.6.ebuild:
66 + add arm64 support, tested on A53 board
67
68 08 Oct 2013; Agostino Sarubbo <ago@g.o> xconsole-1.0.6.ebuild:
69 Stable for x86, wrt bug #475480