Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/
Date: Sun, 02 Jan 2022 17:49:38
Message-Id: 1641145726.69485a7851d3916e60711706f28919ef7a66c619.soap@gentoo
1 commit: 69485a7851d3916e60711706f28919ef7a66c619
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 17:48:46 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 17:48:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69485a78
7
8 dev-lang/spidermonkey: remove freebsd-libc
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild | 7 +------
13 dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild | 7 +------
14 2 files changed, 2 insertions(+), 12 deletions(-)
15
16 diff --git a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild
17 index ac001314d8a5..0c0d352f3bd5 100644
18 --- a/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild
19 +++ b/dev-lang/spidermonkey/spidermonkey-52.9.1_pre1-r4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -56,11 +56,6 @@ src_prepare() {
27
28 eapply_user
29
30 - if [[ ${CHOST} == *-freebsd* ]]; then
31 - # Don't try to be smart, this does not work in cross-compile anyway
32 - ln -sfn "${BUILDDIR}/config/Linux_All.mk" "${S}/config/$(uname -s)$(uname -r).mk" || die
33 - fi
34 -
35 cd "${S}"/js/src || die
36 eautoconf old-configure.in
37 eautoconf
38
39 diff --git a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild
40 index b0ea339891c7..57b7d6d43d40 100644
41 --- a/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild
42 +++ b/dev-lang/spidermonkey/spidermonkey-60.5.2_p0-r6.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2021 Gentoo Authors
45 +# Copyright 1999-2022 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -54,11 +54,6 @@ src_prepare() {
50
51 eapply_user
52
53 - if [[ ${CHOST} == *-freebsd* ]]; then
54 - # Don't try to be smart, this does not work in cross-compile anyway
55 - ln -sfn "${BUILDDIR}/config/Linux_All.mk" "${S}/config/$(uname -s)$(uname -r).mk" || die
56 - fi
57 -
58 cd "${S}/js/src" || die
59 eautoconf old-configure.in
60 eautoconf