From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1734723-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A6DB01581EE
	for <garchives@archives.gentoo.org>; Sun, 06 Apr 2025 02:10:09 +0000 (UTC)
Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 91F4B343101
	for <garchives@archives.gentoo.org>; Sun, 06 Apr 2025 02:10:09 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id 895EC1104BE;
	Sun, 06 Apr 2025 02:09:54 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by bobolink.gentoo.org (Postfix) with ESMTPS id 7E2B71104BE
	for <gentoo-commits@lists.gentoo.org>; Sun, 06 Apr 2025 02:09:54 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3655D343099
	for <gentoo-commits@lists.gentoo.org>; Sun, 06 Apr 2025 02:09:54 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id A1B6C280C
	for <gentoo-commits@lists.gentoo.org>; Sun, 06 Apr 2025 02:09:51 +0000 (UTC)
From: "Kenton Groombridge" <concord@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Kenton Groombridge" <concord@gentoo.org>
Message-ID: <1743905317.0e1db6b14a8fea0ca77f9cd64d21c7d4dd277e35.concord@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/flux/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sys-cluster/flux/flux-0.41.2.ebuild
X-VCS-Directories: sys-cluster/flux/
X-VCS-Committer: concord
X-VCS-Committer-Name: Kenton Groombridge
X-VCS-Revision: 0e1db6b14a8fea0ca77f9cd64d21c7d4dd277e35
X-VCS-Branch: master
Date: Sun, 06 Apr 2025 02:09:51 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 26bc3e51-0c0f-43a2-95d9-acd64cf814a1
X-Archives-Hash: 386ae46b96de04fc50ac47b90c757a26

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}
 }