public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kenton Groombridge" <concord@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/flux/
Date: Sun, 06 Apr 2025 02:09:51 +0000 (UTC)	[thread overview]
Message-ID: <1743905317.0e1db6b14a8fea0ca77f9cd64d21c7d4dd277e35.concord@gentoo> (raw)

commit:     0e1db6b14a8fea0ca77f9cd64d21c7d4dd277e35
Author:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  6 02:08:16 2025 +0000
Commit:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Sun Apr  6 02:08:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e1db6b1

sys-cluster/flux: fix QA warnings for 0.41.2

Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>

 sys-cluster/flux/flux-0.41.2.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/flux/flux-0.41.2.ebuild b/sys-cluster/flux/flux-0.41.2.ebuild
index 3e8f5b0393f5..8f006196fa03 100644
--- a/sys-cluster/flux/flux-0.41.2.ebuild
+++ b/sys-cluster/flux/flux-0.41.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2023 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-inherit bash-completion-r1 go-module
+inherit go-module shell-completion
 
 DESCRIPTION="Flux is a tool for keeping Kubernetes clusters in sync"
 HOMEPAGE="https://fluxcd.io https://github.com/fluxcd/flux2"
@@ -10,6 +10,8 @@ SRC_URI="https://github.com/fluxcd/flux2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 SRC_URI+=" https://dev.gentoo.org/~concord/distfiles/flux2-${PV}-deps.tar.xz"
 SRC_URI+=" https://dev.gentoo.org/~concord/distfiles/flux2-${PV}-manifests.tar.xz"
 
+S="${WORKDIR}/flux2-${PV}"
+
 LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
 SLOT="0"
 KEYWORDS="~amd64"
@@ -18,7 +20,6 @@ IUSE="hardened"
 BDEPEND=">=dev-lang/go-1.19"
 
 RESTRICT+=" test"
-S="${WORKDIR}/flux2-${PV}"
 
 src_compile() {
 	mv "${WORKDIR}"/manifests cmd/"${PN}" || die
@@ -31,6 +32,5 @@ src_install() {
 	bin/${PN} completion bash > ${PN}.bash || die
 	bin/${PN} completion zsh > ${PN}.zsh || die
 	newbashcomp ${PN}.bash ${PN}
-	insinto /usr/share/zsh/site-functions
-	newins ${PN}.zsh _${PN}
+	newzshcomp ${PN}.zsh _${PN}
 }


             reply	other threads:[~2025-04-06  2:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-06  2:09 Kenton Groombridge [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-04 20:19 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/flux/ Kenton Groombridge
2025-05-29 15:18 Kenton Groombridge
2025-04-06  2:09 Kenton Groombridge
2025-01-06 22:25 Kenton Groombridge
2024-06-20 22:24 Kenton Groombridge
2024-06-20 22:24 Kenton Groombridge
2024-02-10 18:22 Kenton Groombridge
2023-12-22 16:24 Kenton Groombridge
2023-07-18 18:07 Kenton Groombridge
2023-04-07  4:40 Kenton Groombridge
2023-03-27 23:07 Kenton Groombridge

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=1743905317.0e1db6b14a8fea0ca77f9cd64d21c7d4dd277e35.concord@gentoo \
    --to=concord@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