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-lang/spidermonkey: spidermonkey-1.8.5-r4.ebuild ChangeLog
Date: Tue, 03 Mar 2015 06:13:14
Message-Id: 20150303061308.B414E12EDA@oystercatcher.gentoo.org
1 dlan 15/03/03 06:13:08
2
3 Modified: spidermonkey-1.8.5-r4.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.21 dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild?rev=1.21&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild?r1=1.20&r2=1.21
15
16 Index: spidermonkey-1.8.5-r4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- spidermonkey-1.8.5-r4.ebuild 30 Aug 2013 17:28:21 -0000 1.20
23 +++ spidermonkey-1.8.5-r4.ebuild 3 Mar 2015 06:13:08 -0000 1.21
24 @@ -1,6 +1,6 @@
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/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild,v 1.20 2013/08/30 17:28:21 axs Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild,v 1.21 2015/03/03 06:13:08 dlan Exp $
30
31 EAPI="5"
32 WANT_AUTOCONF="2.1"
33 @@ -18,7 +18,7 @@
34
35 LICENSE="NPL-1.1"
36 SLOT="0/mozjs185"
37 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
38 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-macos"
39 IUSE="debug minimal static-libs test"
40
41 S="${WORKDIR}/${MY_P}"
42
43
44
45 1.162 dev-lang/spidermonkey/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.162&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.162&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?r1=1.161&r2=1.162
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v
54 retrieving revision 1.161
55 retrieving revision 1.162
56 diff -u -r1.161 -r1.162
57 --- ChangeLog 30 Sep 2014 17:13:36 -0000 1.161
58 +++ ChangeLog 3 Mar 2015 06:13:08 -0000 1.162
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-lang/spidermonkey
61 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.161 2014/09/30 17:13:36 axs Exp $
63 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.162 2015/03/03 06:13:08 dlan Exp $
65 +
66 + 02 Mar 2015; Yixun Lan <dlan@g.o> spidermonkey-1.8.5-r4.ebuild:
67 + add arm64 support, tested on A53 board
68
69 30 Sep 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
70 spidermonkey-24.2.0-r2.ebuild: