From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (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 9A96C158232 for ; Mon, 9 Dec 2024 16:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60E66E0ACA; Mon, 9 Dec 2024 16:54:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 044D8E0C14 for ; Mon, 9 Dec 2024 16:54:49 +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 4503B3430D6 for ; Mon, 9 Dec 2024 16:54:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BE901AB5 for ; Mon, 9 Dec 2024 16:54:46 +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: <1733763107.f2459659b0d956b7142bcd9218a20e6e3fd824c2.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-core/nagios-core-4.5.8.ebuild X-VCS-Directories: net-analyzer/nagios-core/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: f2459659b0d956b7142bcd9218a20e6e3fd824c2 X-VCS-Branch: master Date: Mon, 9 Dec 2024 16:54:46 +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: fe65b833-1080-4623-a51b-8c9bc89a6ba8 X-Archives-Hash: 7dc2d2f26e323ac7cf2ad2f42cf35bdd commit: f2459659b0d956b7142bcd9218a20e6e3fd824c2 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Dec 9 16:20:01 2024 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Dec 9 16:51:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2459659 net-analyzer/nagios-core: reorder $S to make pkgcheck happy Closes: https://github.com/gentoo/gentoo/pull/39582 Signed-off-by: Michael Orlitzky gentoo.org> net-analyzer/nagios-core/nagios-core-4.5.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/nagios-core/nagios-core-4.5.8.ebuild b/net-analyzer/nagios-core/nagios-core-4.5.8.ebuild index 7860e755104b..c5174613eade 100644 --- a/net-analyzer/nagios-core/nagios-core-4.5.8.ebuild +++ b/net-analyzer/nagios-core/nagios-core-4.5.8.ebuild @@ -15,6 +15,8 @@ GENTOO_ICONS="${PN}-gentoo-icons-20141125" SRC_URI="https://downloads.sourceforge.net/nagios/${MY_P}.tar.gz web? ( https://dev.gentoo.org/~mjo/distfiles/${GENTOO_ICONS}.tar )" +S="${WORKDIR}/${MY_P}" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" @@ -88,8 +90,6 @@ RDEPEND="${CONFIGURE_DEPEND} ) vim-syntax? ( app-vim/nagios-syntax )" -S="${WORKDIR}/${MY_P}" - src_configure() { local myconf