Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/files/
Date: Mon, 04 Mar 2019 03:14:23
Message-Id: 1551669017.a7e40043f53b8d695706601e21e948613c8af70d.bman@gentoo
1 commit: a7e40043f53b8d695706601e21e948613c8af70d
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Mar 3 15:59:56 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 4 03:10:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7e40043
7
8 dev-lang/spidermonkey: remove unused patch
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11237
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 .../files/spidermonkey-52-baseconfig.patch | 22 ----------------------
15 1 file changed, 22 deletions(-)
16
17 diff --git a/dev-lang/spidermonkey/files/spidermonkey-52-baseconfig.patch b/dev-lang/spidermonkey/files/spidermonkey-52-baseconfig.patch
18 deleted file mode 100644
19 index ee52728fa95..00000000000
20 --- a/dev-lang/spidermonkey/files/spidermonkey-52-baseconfig.patch
21 +++ /dev/null
22 @@ -1,22 +0,0 @@
23 -Fix various paths to include MOZ_APP_VERSION
24 -
25 -This has been committed upstream but was not included in
26 -the 52.4.0 sources that spidermonkey was rolled from.
27 -
28 ---- a/config/baseconfig.mk 2017-10-03 14:00:45.000000000 -0400
29 -+++ b/config/baseconfig.mk 2017-10-03 16:36:10.857663794 -0400
30 -@@ -2,10 +2,10 @@
31 - # directly in python/mozbuild/mozbuild/base.py for gmake validation.
32 - # We thus use INCLUDED_AUTOCONF_MK to enable/disable some parts depending
33 - # whether a normal build is happening or whether the check is running.
34 --includedir := $(includedir)/$(MOZ_APP_NAME)
35 --idldir = $(includedir)/idl/$(MOZ_APP_NAME)
36 --installdir = $(libdir)/$(MOZ_APP_NAME)
37 --sdkdir = $(libdir)/$(MOZ_APP_NAME)
38 -+includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
39 -+idldir = $(includedir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
40 -+installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
41 -+sdkdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
42 - ifeq (.,$(DEPTH))
43 - DIST = dist
44 - else