From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-build/just/
Date: Wed, 17 Jul 2024 08:40:21 +0000 (UTC) [thread overview]
Message-ID: <1721166314.98e8c78cea25970b188892a4e8be1ec8d3d3706e.davidroman@gentoo> (raw)
commit: 98e8c78cea25970b188892a4e8be1ec8d3d3706e
Author: Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Jul 16 21:43:46 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Jul 16 21:45:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98e8c78c
dev-build/just: QA fixups
Incorporating feedback from AndrewAmmerlaan & antecrescent.
Signed-off-by: Joe Kappus <joe <AT> wt.gd>
dev-build/just/just-1.31.0.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-build/just/just-1.31.0.ebuild b/dev-build/just/just-1.31.0.ebuild
index d4c08b75a..9a3a7ad29 100644
--- a/dev-build/just/just-1.31.0.ebuild
+++ b/dev-build/just/just-1.31.0.ebuild
@@ -192,8 +192,6 @@ KEYWORDS="~amd64 ~arm64 ~x86"
QA_FLAGS_IGNORED="usr/bin/${PN}"
src_test() {
- # $USER must be set or tests fail Bug #890889
- export USER=portage
default
}
@@ -208,7 +206,7 @@ src_install() {
cargo_src_install
mkdir man || die
- ./target/$(usex debug debug release)/just --man > man/just.1 || die
+ $(cargo_target_dir)/just --man > man/just.1 || die
doman man/*
@@ -217,14 +215,14 @@ src_install() {
mkdir completions || die
# bash-completion
- ./target/$(usex debug debug release)/just --completions bash > completions/just.bash || die
+ $(cargo_target_dir)/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 || die
+ $(cargo_target_dir)/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 || die
+ $(cargo_target_dir)/just --completions fish > completions/just.fish || die
dofishcomp "completions/${PN}.fish"
}
next reply other threads:[~2024-07-17 8:40 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-17 8:40 David Roman [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-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-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=1721166314.98e8c78cea25970b188892a4e8be1ec8d3d3706e.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