public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/ReGreet/
Date: Thu, 27 Jul 2023 12:04:55 +0000 (UTC)	[thread overview]
Message-ID: <1690376582.197eb5135a5200f9b75400be62c26578ef89d34b.davidroman@gentoo> (raw)

commit:     197eb5135a5200f9b75400be62c26578ef89d34b
Author:     Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Wed Jul 26 13:02:08 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Jul 26 13:03:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=197eb513

gui-apps/ReGreet: fix ebuild syntax warnings

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>

 gui-apps/ReGreet/ReGreet-9999.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gui-apps/ReGreet/ReGreet-9999.ebuild b/gui-apps/ReGreet/ReGreet-9999.ebuild
index 29243da3af..ea74dc30ad 100644
--- a/gui-apps/ReGreet/ReGreet-9999.ebuild
+++ b/gui-apps/ReGreet/ReGreet-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit cargo git-r3 
+inherit cargo git-r3
 
 EGIT_REPO_URI="https://github.com/rharish101/ReGreet.git"
 
@@ -30,7 +30,7 @@ IUSE="gtk4 logs cage sway"
 REQUIRED_USE="|| ( cage sway ) cage? ( !sway ) sway? ( !cage )"
 
 src_unpack() {
-	git-r3_src_unpack 
+	git-r3_src_unpack
 	cargo_live_src_unpack
 }
 
@@ -48,21 +48,21 @@ src_compile() {
 }
 
 src_install() {
-	newbin ${WORKDIR}/${P}/target/release/regreet regreet
+	newbin "${WORKDIR}/${P}/target/release/regreet" regreet
 	if use cage; then
-		insinto /etc/greetd/ && newins ${FILESDIR}/config-cage.toml config.toml
+		insinto /etc/greetd/ && newins "${FILESDIR}/config-cage.toml" config.toml
 		echo "Restart cage service to verify if works (Only activate on TTY1)"
 	fi
 	if use sway; then
-		insinto /etc/greetd/ && newins ${FILESDIR}/config-sway.toml config.toml
-		insinto /etc/greetd/ && doins ${FILESDIR}/sway-config
+		insinto /etc/greetd/ && newins "${FILESDIR}/config-sway.toml" config.toml
+		insinto /etc/greetd/ && doins "${FILESDIR}/sway-config"
 		echo "Restart cage service to verify if works (Only activate on TTY1)"
 	fi
 }
 
 src_post_install () {
 	if use logs; then
-		insinto /etc/tmpfiles.d/ && newins ${WORKDIR}/${P}/systemd-tmpfiles.conf regreet.conf
+		insinto /etc/tmpfiles.d/ && newins "${WORKDIR}/${P}/systemd-tmpfiles.conf" regreet.conf
 		systemd-tmpfiles --create "$PWD/systemd-tmpfiles.conf"
 	fi
 }


             reply	other threads:[~2023-07-27 12:05 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27 12:04 David Roman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-18 23:46 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/ReGreet/ Haelwenn Monnier
2024-09-06  8:52 David Roman
2024-07-25 10:10 David Roman
2024-05-25 13:01 Julien Roy
2024-05-23 10:36 David Roman
2024-02-23  1:36 David Roman
2024-02-17 10:35 Haelwenn Monnier
2024-02-17  2:40 Rui Huang
2024-02-16  6:38 Viorel Munteanu
2024-02-16  6:38 Viorel Munteanu
2024-02-16  6:38 Viorel Munteanu
2024-01-25 10:49 David Roman
2024-01-20 22:13 David Roman
2024-01-19 10:31 Arthur Zamarin
2023-12-14 22:21 David Roman
2023-07-27 12:04 David Roman
2023-07-08  2:43 Haelwenn Monnier
2023-07-08  2:43 Haelwenn Monnier
2023-07-08  2:43 Haelwenn Monnier

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=1690376582.197eb5135a5200f9b75400be62c26578ef89d34b.davidroman@gentoo \
    --to=davidroman96@gmail.com \
    --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