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