From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 6668C1581EE for ; Sun, 30 Mar 2025 22:58: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 5463A343226 for ; Sun, 30 Mar 2025 22:58:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 08B6C1104B2; Sun, 30 Mar 2025 22:58:04 +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 F408E1104B2 for ; Sun, 30 Mar 2025 22:58:03 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADE923431D1 for ; Sun, 30 Mar 2025 22:58:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4E4827F2 for ; Sun, 30 Mar 2025 22:58:01 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1743375332.5e6edcfeecd94a3eab748ef82bb2b82f5e65734e.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-check_multiple/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r4.ebuild X-VCS-Directories: net-analyzer/nagios-check_multiple/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 5e6edcfeecd94a3eab748ef82bb2b82f5e65734e X-VCS-Branch: master Date: Sun, 30 Mar 2025 22:58:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 811bfd42-7c98-4ed1-96a5-e22113c680f3 X-Archives-Hash: 8b172a79464087147abb72f59c77fece commit: 5e6edcfeecd94a3eab748ef82bb2b82f5e65734e Author: Michael Orlitzky gentoo org> AuthorDate: Sun Mar 30 22:55:32 2025 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Mar 30 22:55:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6edcfe net-analyzer/nagios-check_multiple: reorder variables for pkgcheck Signed-off-by: Michael Orlitzky gentoo.org> .../nagios-check_multiple/nagios-check_multiple-0.0.1-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r4.ebuild b/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r4.ebuild index dc1215da7d6b..5306346a1066 100644 --- a/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r4.ebuild +++ b/net-analyzer/nagios-check_multiple/nagios-check_multiple-0.0.1-r4.ebuild @@ -12,14 +12,14 @@ DESCRIPTION="A Nagios plugin to execute multiple checks in parallel" HOMEPAGE="https://github.com/clarkbox/check_multiple" SRC_URI="https://github.com/clarkbox/check_multiple/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~riscv" IUSE="test" RESTRICT="!test? ( test )" -S="${WORKDIR}/${MY_PN}-${PV}" - src_install() { distutils-r1_src_install