From: "Joe Kappus" <joe@wt.gd>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-build/just/
Date: Sun, 9 Jun 2024 16:07:09 +0000 (UTC) [thread overview]
Message-ID: <1717949220.c346c9b42525ac871f4c9c5e25dfcf43931e3a35.joe@gentoo> (raw)
commit: c346c9b42525ac871f4c9c5e25dfcf43931e3a35
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Jun 9 16:04:32 2024 +0000
Commit: Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sun Jun 9 16:07:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c346c9b4
dev-build/just-1.28.0: fixups
Add GH code review fixups from antecrescent.
https://github.com/gentoo/guru/commit/56a211875e7decddc116b10194464fb62ad8c4e8
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
dev-build/just/just-1.28.0.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-build/just/just-1.28.0.ebuild b/dev-build/just/just-1.28.0.ebuild
index 104387bb4..9dabe06bb 100644
--- a/dev-build/just/just-1.28.0.ebuild
+++ b/dev-build/just/just-1.28.0.ebuild
@@ -208,23 +208,22 @@ src_install() {
cargo_src_install
- mkdir -p man
- ./target/release/just --man > man/just.1
- ./target/release/just --completions $shell > completions/just.$shell
+ mkdir -p man || die
+ ./target/$(usex debug debug release)/just --man > man/just.1
doman man/*
einstalldocs
# bash-completion
- ./target/release/just --completions bash > completions/just.bash
+ ./target/$(usex debug debug release)/just --completions bash > completions/just.bash
newbashcomp "completions/${PN}.bash" "${PN}"
# zsh-completion
- ./target/release/just --completions zsh > completions/just.zsh
+ ./target/$(usex debug debug release)/just --completions zsh > completions/just.zsh
newzshcomp "completions/${PN}.zsh" "_${PN}"
# fish-completion
- ./target/release/just --completions fish > completions/just.fish
+ ./target/$(usex debug debug release)/just --completions fish > completions/just.fish
dofishcomp "completions/${PN}.fish"
}
next reply other threads:[~2024-06-09 16:07 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-09 16:07 Joe Kappus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-20 4:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-build/just/ Joe Kappus
2024-12-11 22:52 Joe Kappus
2024-12-11 22:51 Joe Kappus
2024-11-22 9:42 Joe Kappus
2024-11-22 7:18 Joe Kappus
2024-11-21 22:36 Daichi Yamamoto
2024-11-21 2:16 Joe Kappus
2024-11-21 2:16 Joe Kappus
2024-10-07 18:39 Joe Kappus
2024-10-07 18:39 Joe Kappus
2024-08-30 1:00 Joe Kappus
2024-08-30 1:00 Joe Kappus
2024-08-05 19:02 Joe Kappus
2024-07-19 20:55 Joe Kappus
2024-07-16 21:45 Joe Kappus
2024-07-16 21:45 Joe Kappus
2024-07-15 6:12 Joe Kappus
2024-06-14 22:30 Joe Kappus
2024-06-14 22:29 Joe Kappus
2024-06-14 9:41 Joe Kappus
2024-06-09 16:36 Joe Kappus
2024-06-07 23:44 Joe Kappus
2024-06-05 23:12 Joe Kappus
2024-06-05 20:03 Joe Kappus
2024-05-25 10:26 Joe Kappus
2024-05-14 15:37 Julien Roy
2024-05-14 8:02 Joe Kappus
2024-04-22 19:27 Joe Kappus
2024-03-11 23:00 Joe Kappus
2024-03-11 23:00 Joe Kappus
2024-03-08 6:56 Joe Kappus
2024-02-13 8:18 Joe Kappus
2024-02-13 8:18 Joe Kappus
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=1717949220.c346c9b42525ac871f4c9c5e25dfcf43931e3a35.joe@gentoo \
--to=joe@wt.gd \
--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