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-util/itstool: ChangeLog itstool-2.0.2.ebuild
Date: Tue, 03 Mar 2015 07:41:44
Message-Id: 20150303074140.4FF6612EFA@oystercatcher.gentoo.org
1 dlan 15/03/03 07:41:40
2
3 Modified: ChangeLog itstool-2.0.2.ebuild
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.56 dev-util/itstool/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/itstool/ChangeLog?rev=1.56&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/itstool/ChangeLog?rev=1.56&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/itstool/ChangeLog?r1=1.55&r2=1.56
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v
19 retrieving revision 1.55
20 retrieving revision 1.56
21 diff -u -r1.55 -r1.56
22 --- ChangeLog 11 Oct 2014 11:57:01 -0000 1.55
23 +++ ChangeLog 3 Mar 2015 07:41:40 -0000 1.56
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-util/itstool
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.55 2014/10/11 11:57:01 maekke Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/ChangeLog,v 1.56 2015/03/03 07:41:40 dlan Exp $
30 +
31 + 02 Mar 2015; Yixun Lan <dlan@g.o> itstool-2.0.2.ebuild:
32 + add arm64 support, tested on A53 board
33
34 11 Oct 2014; Markus Meier <maekke@g.o> itstool-2.0.2.ebuild:
35 arm stable, bug #512012
36
37
38
39 1.11 dev-util/itstool/itstool-2.0.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/itstool/itstool-2.0.2.ebuild?rev=1.11&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/itstool/itstool-2.0.2.ebuild?rev=1.11&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/itstool/itstool-2.0.2.ebuild?r1=1.10&r2=1.11
44
45 Index: itstool-2.0.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-2.0.2.ebuild,v
48 retrieving revision 1.10
49 retrieving revision 1.11
50 diff -u -r1.10 -r1.11
51 --- itstool-2.0.2.ebuild 11 Oct 2014 11:57:01 -0000 1.10
52 +++ itstool-2.0.2.ebuild 3 Mar 2015 07:41:40 -0000 1.11
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-2.0.2.ebuild,v 1.10 2014/10/11 11:57:01 maekke Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/itstool/itstool-2.0.2.ebuild,v 1.11 2015/03/03 07:41:40 dlan Exp $
59
60 EAPI=5
61
62 @@ -16,7 +16,7 @@
63 # files in /usr/share/itstool/its are HPND/as-is || GPL-3
64 LICENSE="GPL-3+ || ( HPND GPL-3+ )"
65 SLOT="0"
66 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~arm-linux ~x86-linux"
67 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~arm-linux ~x86-linux"
68 IUSE=""
69
70 REQUIRED_USE="${PYTHON_REQUIRED_USE}"