From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/spark-bin/
Date: Thu, 10 Dec 2020 16:45:14 +0000 (UTC) [thread overview]
Message-ID: <1607618713.66fc1f3d419bc51e498950a842df722deced6c03.monsieurp@gentoo> (raw)
commit: 66fc1f3d419bc51e498950a842df722deced6c03
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 16:44:52 2020 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 16:45:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fc1f3d
sys-cluster/spark-bin: don't modify usr/bin script.
Remove sed call to add SPARK_HOME to each script.
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
sys-cluster/spark-bin/spark-bin-2.4.3.ebuild | 3 ---
sys-cluster/spark-bin/spark-bin-2.4.7-r1.ebuild | 3 ---
sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild | 3 ---
3 files changed, 9 deletions(-)
diff --git a/sys-cluster/spark-bin/spark-bin-2.4.3.ebuild b/sys-cluster/spark-bin/spark-bin-2.4.3.ebuild
index 99aa5cd404a..73cc669d342 100644
--- a/sys-cluster/spark-bin/spark-bin-2.4.3.ebuild
+++ b/sys-cluster/spark-bin/spark-bin-2.4.3.ebuild
@@ -53,9 +53,6 @@ src_install() {
local s
for s in "${SPARK_SCRIPTS[@]}"; do
- ebegin "Setting SPARK_HOME to /usr/lib/spark-${SLOT} in $(basename ${s}) script ..."
- sed -i -e "2iSPARK_HOME=/usr/lib/spark-${SLOT}" "${s}"
- eend $?
dobin "${s}"
done
diff --git a/sys-cluster/spark-bin/spark-bin-2.4.7-r1.ebuild b/sys-cluster/spark-bin/spark-bin-2.4.7-r1.ebuild
index 99aa5cd404a..73cc669d342 100644
--- a/sys-cluster/spark-bin/spark-bin-2.4.7-r1.ebuild
+++ b/sys-cluster/spark-bin/spark-bin-2.4.7-r1.ebuild
@@ -53,9 +53,6 @@ src_install() {
local s
for s in "${SPARK_SCRIPTS[@]}"; do
- ebegin "Setting SPARK_HOME to /usr/lib/spark-${SLOT} in $(basename ${s}) script ..."
- sed -i -e "2iSPARK_HOME=/usr/lib/spark-${SLOT}" "${s}"
- eend $?
dobin "${s}"
done
diff --git a/sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild b/sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild
index aa75467add1..f91f44f962a 100644
--- a/sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild
+++ b/sys-cluster/spark-bin/spark-bin-3.0.1-r2.ebuild
@@ -42,9 +42,6 @@ src_install() {
local s
for s in "${SPARK_SCRIPTS[@]}"; do
- ebegin "Setting SPARK_HOME to /usr/lib/spark-${SLOT} in $(basename ${s}) script ..."
- sed -i -e "2iSPARK_HOME=/usr/lib/spark-${SLOT}" "${s}"
- eend $?
dobin "${s}"
done
next reply other threads:[~2020-12-10 16:45 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-10 16:45 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-23 6:04 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/spark-bin/ Miroslav Šulc
2024-11-26 15:19 Miroslav Šulc
2024-11-14 9:21 Miroslav Šulc
2024-08-15 13:43 Miroslav Šulc
2021-09-21 7:03 Joonas Niilola
2020-12-15 9:14 Patrice Clement
2020-12-10 17:50 Patrice Clement
2020-11-26 15:55 Patrice Clement
2020-11-26 15:55 Patrice Clement
2020-11-26 15:55 Patrice Clement
2020-11-26 15:55 Patrice Clement
2020-11-26 15:55 Patrice Clement
2020-11-26 15:55 Patrice Clement
2020-11-26 14:10 Patrice Clement
2020-11-26 14:06 Patrice Clement
2020-11-26 14:06 Patrice Clement
2020-11-26 11:10 Patrice Clement
2020-11-26 11:10 Patrice Clement
2020-11-24 16:27 Patrice Clement
2020-11-24 16:27 Patrice Clement
2020-10-02 7:32 Joonas Niilola
2020-07-16 14:39 Joonas Niilola
2020-07-16 14:39 Joonas Niilola
2020-07-16 14:39 Joonas Niilola
2020-04-17 8:08 Joonas Niilola
2020-04-16 8:11 Joonas Niilola
2020-04-16 8:11 Joonas Niilola
2019-11-13 15:05 Joonas Niilola
2019-11-13 15:05 Joonas Niilola
2019-10-16 5:22 Joonas Niilola
2019-10-16 5:22 Joonas Niilola
2019-05-17 16:36 Patrice Clement
2018-11-05 22:47 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1607618713.66fc1f3d419bc51e498950a842df722deced6c03.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox