Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/spidermonkey: spidermonkey-24.2.0-r1.ebuild ChangeLog
Date: Mon, 05 May 2014 20:28:27
Message-Id: 20140505202823.A3CC82004E@flycatcher.gentoo.org
1 axs 14/05/05 20:28:23
2
3 Modified: spidermonkey-24.2.0-r1.ebuild ChangeLog
4 Log:
5 fix compilation on hppa (bug 497900)
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
8
9 Revision Changes Path
10 1.2 dev-lang/spidermonkey/spidermonkey-24.2.0-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: spidermonkey-24.2.0-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- spidermonkey-24.2.0-r1.ebuild 8 Mar 2014 14:38:51 -0000 1.1
23 +++ spidermonkey-24.2.0-r1.ebuild 5 May 2014 20:28:23 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r1.ebuild,v 1.1 2014/03/08 14:38:51 anarchy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-24.2.0-r1.ebuild,v 1.2 2014/05/05 20:28:23 axs Exp $
29
30 EAPI="5"
31 WANT_AUTOCONF="2.1"
32 @@ -43,6 +43,7 @@
33 src_prepare() {
34 epatch "${FILESDIR}"/${PN}-${SLOT}-system-icu.patch
35 epatch "${FILESDIR}"/${PN}-24.2.0-fix-file-permissions.patch
36 + epatch "${FILESDIR}"/${PN}-${SLOT}-upward-growing-stack.patch
37 epatch_user
38
39 if [[ ${CHOST} == *-freebsd* ]]; then
40
41
42
43 1.149 dev-lang/spidermonkey/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.149&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?rev=1.149&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/spidermonkey/ChangeLog?r1=1.148&r2=1.149
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v
52 retrieving revision 1.148
53 retrieving revision 1.149
54 diff -u -r1.148 -r1.149
55 --- ChangeLog 19 Apr 2014 17:43:30 -0000 1.148
56 +++ ChangeLog 5 May 2014 20:28:23 -0000 1.149
57 @@ -1,6 +1,11 @@
58 # ChangeLog for dev-lang/spidermonkey
59 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.148 2014/04/19 17:43:30 ago Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/ChangeLog,v 1.149 2014/05/05 20:28:23 axs Exp $
62 +
63 + 05 May 2014; Ian Stakenvicius (_AxS_) <axs@g.o>
64 + +files/spidermonkey-24-upward-growing-stack.patch,
65 + spidermonkey-24.2.0-r1.ebuild:
66 + fix compilation on hppa (bug 497900)
67
68 19 Apr 2014; Agostino Sarubbo <ago@g.o> spidermonkey-17.0.0-r3.ebuild:
69 Stable for sparc, wrt bug #507568