public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-build/just/
Date: Sun,  9 Jun 2024 18:28:41 +0000 (UTC)	[thread overview]
Message-ID: <1717950899.fc76788b5f1d0da163bcb055e4ff98feb755c426.julien@gentoo> (raw)

commit:     fc76788b5f1d0da163bcb055e4ff98feb755c426
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Jun  9 16:34:59 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Jun  9 16:34:59 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc76788b

dev-build/just: die some more

Adding missing || die on feedback from antecrescent.
See-also: https://github.com/gentoo/guru/commit/c346c9b42525ac871f4c9c5e25dfcf43931e3a35

Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 dev-build/just/just-1.28.0.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-build/just/just-1.28.0.ebuild b/dev-build/just/just-1.28.0.ebuild
index 9dabe06bb..e49394440 100644
--- a/dev-build/just/just-1.28.0.ebuild
+++ b/dev-build/just/just-1.28.0.ebuild
@@ -209,21 +209,21 @@ src_install() {
 	cargo_src_install
 
 	mkdir -p man || die
-	./target/$(usex debug debug release)/just --man > man/just.1
+	./target/$(usex debug debug release)/just --man > man/just.1 || die
 
 	doman man/*
 
 	einstalldocs
 
 	# bash-completion
-	./target/$(usex debug debug release)/just --completions bash > completions/just.bash
+	./target/$(usex debug debug release)/just --completions bash > completions/just.bash || die
 	newbashcomp "completions/${PN}.bash" "${PN}"
 
 	# zsh-completion
-	./target/$(usex debug debug release)/just --completions zsh > completions/just.zsh
+	./target/$(usex debug debug release)/just --completions zsh > completions/just.zsh || die
 	newzshcomp "completions/${PN}.zsh" "_${PN}"
 
 	# fish-completion
-	./target/$(usex debug debug release)/just --completions fish > completions/just.fish
+	./target/$(usex debug debug release)/just --completions fish > completions/just.fish || die
 	dofishcomp "completions/${PN}.fish"
 }


             reply	other threads:[~2024-06-09 18:28 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-09 18:28 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-20 15:00 [gentoo-commits] repo/proj/guru:master commit in: dev-build/just/ Julien Roy
2024-12-12 13:06 David Roman
2024-12-12 13:06 David Roman
2024-11-22 18:32 Julien Roy
2024-11-22  8:49 Lucio Sauer
2024-11-22  8:49 Lucio Sauer
2024-11-21 10:47 David Roman
2024-11-21 10:47 David Roman
2024-10-08 10:23 David Roman
2024-10-08 10:23 David Roman
2024-08-30 13:16 David Roman
2024-08-30 13:16 David Roman
2024-07-17  8:40 David Roman
2024-07-17  8:40 David Roman
2024-07-15 19:27 Andrew Ammerlaan
2024-06-14 23:09 Julien Roy
2024-06-14 23:09 Julien Roy
2024-06-14 23:09 Julien Roy
2024-06-09 18:28 Julien Roy
2024-06-07 23:48 Julien Roy
2024-06-06 10:27 David Roman
2024-06-06 10:27 David Roman
2024-05-25 13:01 Julien Roy
2024-05-14 15:51 Julien Roy
2024-05-14 15:37 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 15:51 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-22 20:52 David Roman
2024-03-12  0:18 Julien Roy
2024-03-12  0:18 Julien Roy
2024-03-08 19:45 David Roman
2024-02-13 16:32 David Roman
2024-02-13 16:32 David Roman

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=1717950899.fc76788b5f1d0da163bcb055e4ff98feb755c426.julien@gentoo \
    --to=julien@jroy.ca \
    --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