Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/code-server-bin/files/, www-apps/code-server-bin/
Date: Tue, 01 Sep 2020 13:05:04
Message-Id: 1598883064.66c23f17e3a84935036a0acf3a804247887f697a.andrewammerlaan@gentoo
1 commit: 66c23f17e3a84935036a0acf3a804247887f697a
2 Author: Maciej Barć <xgqt <AT> protonmail <DOT> com>
3 AuthorDate: Mon Aug 31 14:11:04 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Aug 31 14:11:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66c23f17
7
8 www-apps/code-server-bin: rename the patch file
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Maciej Barć <xgqt <AT> protonmail.com>
12
13 www-apps/code-server-bin/code-server-bin-3.4.1.ebuild | 2 +-
14 .../{code-server-bin-3.4.1-node.patch => code-server-bin-node.patch} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild b/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild
18 index 939c658..7446e32 100644
19 --- a/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild
20 +++ b/www-apps/code-server-bin/code-server-bin-3.4.1.ebuild
21 @@ -35,7 +35,7 @@ RDEPEND="
22 S="${WORKDIR}/${MY_PV}-linux-${ARCH}"
23
24 PATCHES=(
25 - "${FILESDIR}/${PN}-${PV}-node.patch"
26 + "${FILESDIR}/${PN}-node.patch"
27 )
28
29 src_prepare() {
30
31 diff --git a/www-apps/code-server-bin/files/code-server-bin-3.4.1-node.patch b/www-apps/code-server-bin/files/code-server-bin-node.patch
32 similarity index 72%
33 rename from www-apps/code-server-bin/files/code-server-bin-3.4.1-node.patch
34 rename to www-apps/code-server-bin/files/code-server-bin-node.patch
35 index 8bcfe36..ee4ce6c 100644
36 --- a/www-apps/code-server-bin/files/code-server-bin-3.4.1-node.patch
37 +++ b/www-apps/code-server-bin/files/code-server-bin-node.patch
38 @@ -5,4 +5,4 @@
39
40 ROOT="$(root)"
41 -exec "$ROOT/lib/node" "$ROOT" "$@"
42 -+exec node "$ROOT" --disable-telemetry "$@"
43 ++exec node "${ROOT}" --disable-telemetry "${@}"