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-libs/tinyxml: tinyxml-2.6.2-r2.ebuild ChangeLog
Date: Tue, 03 Mar 2015 06:43:39
Message-Id: 20150303064331.4D1EA12EE4@oystercatcher.gentoo.org
1 dlan 15/03/03 06:43:31
2
3 Modified: tinyxml-2.6.2-r2.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.7 dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild?r1=1.6&r2=1.7
15
16 Index: tinyxml-2.6.2-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- tinyxml-2.6.2-r2.ebuild 29 Jul 2012 16:09:01 -0000 1.6
23 +++ tinyxml-2.6.2-r2.ebuild 3 Mar 2015 06:43:31 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2012 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/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild,v 1.6 2012/07/29 16:09:01 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/tinyxml-2.6.2-r2.ebuild,v 1.7 2015/03/03 06:43:31 dlan Exp $
30
31 EAPI=4
32 inherit flag-o-matic toolchain-funcs eutils multilib
33 @@ -11,7 +11,7 @@
34
35 LICENSE="ZLIB"
36 SLOT="0"
37 -KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc x86 ~x64-macos ~x86-macos"
38 +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 sparc x86 ~x64-macos ~x86-macos"
39 IUSE="debug doc static-libs +stl"
40
41 RDEPEND=""
42
43
44
45 1.26 dev-libs/tinyxml/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/ChangeLog?rev=1.26&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/ChangeLog?rev=1.26&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/tinyxml/ChangeLog?r1=1.25&r2=1.26
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/ChangeLog,v
54 retrieving revision 1.25
55 retrieving revision 1.26
56 diff -u -r1.25 -r1.26
57 --- ChangeLog 29 Jul 2012 16:09:01 -0000 1.25
58 +++ ChangeLog 3 Mar 2015 06:43:31 -0000 1.26
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-libs/tinyxml
61 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/ChangeLog,v 1.25 2012/07/29 16:09:01 armin76 Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/tinyxml/ChangeLog,v 1.26 2015/03/03 06:43:31 dlan Exp $
65 +
66 + 02 Mar 2015; Yixun Lan <dlan@g.o> tinyxml-2.6.2-r2.ebuild:
67 + add arm64 support, tested on A53 board
68
69 29 Jul 2012; Raúl Porcel <armin76@g.o> tinyxml-2.6.2-r2.ebuild:
70 sparc stable wrt #398285