Gentoo Archives: gentoo-commits

From: "Yixun Lan (dlan)" <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-qt/qtscript: qtscript-5.4.1.ebuild ChangeLog
Date: Tue, 03 Mar 2015 07:36:48
Message-Id: 20150303073644.6374712EF7@oystercatcher.gentoo.org
1 dlan 15/03/03 07:36:44
2
3 Modified: qtscript-5.4.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.2 dev-qt/qtscript/qtscript-5.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild?r1=1.1&r2=1.2
15
16 Index: qtscript-5.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qtscript-5.4.1.ebuild 24 Feb 2015 18:41:25 -0000 1.1
23 +++ qtscript-5.4.1.ebuild 3 Mar 2015 07:36:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild,v 1.1 2015/02/24 18:41:25 pesa Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/qtscript-5.4.1.ebuild,v 1.2 2015/03/03 07:36:44 dlan Exp $
29
30 EAPI=5
31
32 @@ -9,9 +9,9 @@
33 DESCRIPTION="Application scripting library for the Qt5 framework"
34
35 if [[ ${QT5_BUILD_TYPE} == live ]]; then
36 - KEYWORDS="~hppa"
37 + KEYWORDS="~arm64 ~hppa"
38 else
39 - KEYWORDS="~amd64 ~arm ~hppa ~x86"
40 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~x86"
41 fi
42
43 IUSE="scripttools"
44
45
46
47 1.26 dev-qt/qtscript/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.26&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?rev=1.26&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtscript/ChangeLog?r1=1.25&r2=1.26
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v
56 retrieving revision 1.25
57 retrieving revision 1.26
58 diff -u -r1.25 -r1.26
59 --- ChangeLog 24 Feb 2015 18:41:25 -0000 1.25
60 +++ ChangeLog 3 Mar 2015 07:36:44 -0000 1.26
61 @@ -1,6 +1,9 @@
62 # ChangeLog for dev-qt/qtscript
63 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.25 2015/02/24 18:41:25 pesa Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtscript/ChangeLog,v 1.26 2015/03/03 07:36:44 dlan Exp $
66 +
67 + 02 Mar 2015; Yixun Lan <dlan@g.o> qtscript-5.4.1.ebuild:
68 + add arm64 support, tested on A53 board
69
70 *qtscript-5.4.1 (24 Feb 2015)