public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Tue, 16 Jul 2024 21:45:26 +0000 (UTC)	[thread overview]
Message-ID: <1721166314.98e8c78cea25970b188892a4e8be1ec8d3d3706e.joe@gentoo> (raw)

commit:     98e8c78cea25970b188892a4e8be1ec8d3d3706e
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Jul 16 21:43:46 2024 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
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"
 }


             reply	other threads:[~2024-07-16 21:45 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-16 21:45 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-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-09 16:07 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=1721166314.98e8c78cea25970b188892a4e8be1ec8d3d3706e.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