public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/nulloy/
Date: Mon, 26 Sep 2022 10:05:58 +0000 (UTC)	[thread overview]
Message-ID: <1664186741.ec50e400b8152d61320a85542a5fa66c593a63bc.andrewammerlaan@gentoo> (raw)
Message-ID: <20220926100558.BIPXdneU2-1zxgJkSQil_5Jg5yNpItxuZWF2EByow2E@z> (raw)

commit:     ec50e400b8152d61320a85542a5fa66c593a63bc
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 10:03:44 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 10:05:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ec50e400

media-sound/nulloy: quote S/FILESDIR/WORKDIR vars

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 media-sound/nulloy/nulloy-0.9.5.ebuild |  6 +++---
 media-sound/nulloy/nulloy-9999.ebuild  | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/media-sound/nulloy/nulloy-0.9.5.ebuild b/media-sound/nulloy/nulloy-0.9.5.ebuild
index 34f21704c..199eb6dd5 100644
--- a/media-sound/nulloy/nulloy-0.9.5.ebuild
+++ b/media-sound/nulloy/nulloy-0.9.5.ebuild
@@ -40,7 +40,7 @@ src_prepare() {
 	if use skins ; then
 		eapply "${FILESDIR}"/add-dark-theme.patch
 
-		cp -r $WORKDIR/$NAME src/skins/night
+		cp -r "${WORKDIR}/${NAME}" src/skins/night
 	fi
 
 	default
@@ -64,10 +64,10 @@ src_configure() {
 	# because Portage does it when the install phase is run to be able
 	# to support the `splitdebug` and `installsources` FEATURES.
 	# See related issue https://bugs.gentoo.org/856292
-	echo "CONFIG += nostrip" >> $WORKDIR/$P/.qmake.cache
+	echo "CONFIG += nostrip" >> "${WORKDIR}/${P}/.qmake.cache"
 }
 
 src_install() {
-	emake INSTALL_ROOT="${D}" install
+	emake INSTALL_ROOT="${ED}" install
 	einstalldocs
 }

diff --git a/media-sound/nulloy/nulloy-9999.ebuild b/media-sound/nulloy/nulloy-9999.ebuild
index 161074f39..b3e9b8b53 100644
--- a/media-sound/nulloy/nulloy-9999.ebuild
+++ b/media-sound/nulloy/nulloy-9999.ebuild
@@ -39,7 +39,7 @@ src_unpack() {
 
 	if use skins ; then
 		EGIT_REPO_URI=https://gitlab.com/vitaly-zdanevich/nulloy-theme-night.git
-		EGIT_CHECKOUT_DIR=${WORKDIR}/night
+		EGIT_CHECKOUT_DIR="${WORKDIR}/night"
 		git-r3_src_unpack
 	fi
 }
@@ -48,8 +48,8 @@ src_prepare() {
 	default
 
 	if use skins ; then
-		eapply $FILESDIR/add-dark-theme.patch
-		cp -r $WORKDIR/night src/skins
+		eapply "${FILESDIR}/add-dark-theme.patch"
+		cp -r "${WORKDIR}/night" src/skins
 	fi
 }
 
@@ -71,10 +71,10 @@ src_configure() {
 	# because Portage does it when the install phase is run to be able
 	# to support the `splitdebug` and `installsources` FEATURES.
 	# See related issue https://bugs.gentoo.org/856292
-	echo "CONFIG += nostrip" >> $WORKDIR/$P/.qmake.cache
+	echo "CONFIG += nostrip" >> "${WORKDIR}/${P}/.qmake.cache"
 }
 
 src_install() {
-	emake INSTALL_ROOT="${D}" install
+	emake INSTALL_ROOT="${ED}" install
 	einstalldocs
 }


             reply	other threads:[~2022-09-26 10:06 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-26 10:05 Andrew Ammerlaan [this message]
2022-09-26 10:05 ` [gentoo-commits] repo/proj/guru:master commit in: media-sound/nulloy/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14  0:40 [gentoo-commits] repo/proj/guru:dev " David Roman
2024-06-16 23:35 Vitaly Zdanevich
2024-06-13 23:29 Vitaly Zdanevich
2024-06-10 20:11 Vitaly Zdanevich
2024-05-11  0:06 Vitaly Zdanevich
2024-02-27 19:44 Vitaly Zdanevich
2024-02-26  0:19 Vitaly Zdanevich
2024-02-23 17:38 Vitaly Zdanevich
2024-02-22 16:16 Vitaly Zdanevich
2024-02-15 11:14 Vitaly Zdanevich
2024-02-15 11:11 Vitaly Zdanevich
2024-02-13 20:37 Vitaly Zdanevich
2022-09-26 10:05 Andrew Ammerlaan
2022-08-09  7:18 Vitaly Zdanevich
2022-08-02 18:13 Vitaly Zdanevich
2022-07-12  9:22 Vitaly Zdanevich
2022-07-10 10:13 Vitaly Zdanevich
2022-07-10 10:10 Vitaly Zdanevich
2022-07-01 10:56 Vitaly Zdanevich
2022-07-01 10:53 Vitaly Zdanevich
2022-06-30  7:27 Vitaly Zdanevich

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=1664186741.ec50e400b8152d61320a85542a5fa66c593a63bc.andrewammerlaan@gentoo \
    --to=andrewammerlaan@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