From: "John Helmert III" <ajak@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/
Date: Sat, 01 Mar 2025 18:54:50 +0000 (UTC) [thread overview]
Message-ID: <1740855272.9c797d6dab4cb729972f89112e352184ebb6dc83.ajak@gentoo> (raw)
commit: 9c797d6dab4cb729972f89112e352184ebb6dc83
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sat Mar 1 18:54:32 2025 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sat Mar 1 18:54:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c797d6d
dev-db/influx-cli: fix bash completion collision
Closes: https://bugs.gentoo.org/950388
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40836
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
.../{influx-cli-2.7.5.ebuild => influx-cli-2.7.5-r1.ebuild} | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-db/influx-cli/influx-cli-2.7.5.ebuild b/dev-db/influx-cli/influx-cli-2.7.5-r1.ebuild
similarity index 89%
rename from dev-db/influx-cli/influx-cli-2.7.5.ebuild
rename to dev-db/influx-cli/influx-cli-2.7.5-r1.ebuild
index e5b810b7f8bd..06363cd9be0e 100644
--- a/dev-db/influx-cli/influx-cli-2.7.5.ebuild
+++ b/dev-db/influx-cli/influx-cli-2.7.5-r1.ebuild
@@ -24,7 +24,6 @@ src_compile() {
emake
cd bin/$(go env GOOS)/$(go env GOARCH)/ || die
- ./influx completion bash > influx-completion.bash || die
./influx completion zsh > influx-completion.zsh || die
}
@@ -32,7 +31,6 @@ src_install() {
cd bin/$(go env GOOS)/$(go env GOARCH) || die
dobin influx
-
- newbashcomp influx-completion.bash influx
+ # bash ones are provided by bash-completion package
newzshcomp influx-completion.zsh _influx
}
next reply other threads:[~2025-03-01 18:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-01 18:54 John Helmert III [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-25 1:35 [gentoo-commits] repo/gentoo:master commit in: dev-db/influx-cli/ John Helmert III
2025-02-25 1:35 John Helmert III
2024-06-29 23:39 Louis Sautier
2023-06-13 14:41 William Hubbs
2023-06-13 14:32 William Hubbs
2023-06-12 19:01 William Hubbs
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=1740855272.9c797d6dab4cb729972f89112e352184ebb6dc83.ajak@gentoo \
--to=ajak@gentoo.org \
--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