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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A969B158649 for ; Thu, 11 May 2023 20:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD74AE0BC0; Thu, 11 May 2023 20:03:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 AA5E2E0BC0 for ; Thu, 11 May 2023 20:03:58 +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 9EA74340A7F for ; Thu, 11 May 2023 20:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC47FA69 for ; Thu, 11 May 2023 20:03:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683835412.b0f30d635040dc23ef8cde1b5aac011f190f2284.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugins/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r2.ebuild net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r3.ebuild net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r2.ebuild net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r3.ebuild X-VCS-Directories: net-analyzer/nagios-plugins/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b0f30d635040dc23ef8cde1b5aac011f190f2284 X-VCS-Branch: master Date: Thu, 11 May 2023 20:03:55 +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: d0735e20-e983-42ff-b78d-445e1d77d0f4 X-Archives-Hash: 99a97d64002d78fce483fb01ca46b936 commit: b0f30d635040dc23ef8cde1b5aac011f190f2284 Author: David Seifert gentoo org> AuthorDate: Mon May 8 20:56:03 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 11 20:03:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f30d63 net-analyzer/nagios-plugins: switch to virtual/openssh Signed-off-by: David Seifert gentoo.org> Signed-off-by: Sam James gentoo.org> ...{nagios-plugins-2.4.0-r2.ebuild => nagios-plugins-2.4.0-r3.ebuild} | 4 ++-- ...{nagios-plugins-2.4.2-r2.ebuild => nagios-plugins-2.4.2-r3.ebuild} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r2.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r3.ebuild similarity index 97% rename from net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r2.ebuild rename to net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r3.ebuild index ea52cc31e226..192207bf2da9 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r2.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.4.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,7 +22,7 @@ AUTOMAGIC_DEPEND=" nagios-game? ( games-util/qstat ) nagios-ping? ( net-analyzer/fping ) samba? ( net-fs/samba ) - ssh? ( net-misc/openssh ) + ssh? ( virtual/openssh ) snmp? ( dev-perl/Net-SNMP net-analyzer/net-snmp[-minimal] )" diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r2.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r3.ebuild similarity index 99% rename from net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r2.ebuild rename to net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r3.ebuild index 54c610e10a60..93ed15e27790 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r2.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.4.2-r3.ebuild @@ -22,7 +22,7 @@ AUTOMAGIC_DEPEND=" nagios-game? ( games-util/qstat ) nagios-ping? ( net-analyzer/fping ) samba? ( net-fs/samba ) - ssh? ( net-misc/openssh ) + ssh? ( virtual/openssh ) snmp? ( dev-perl/Net-SNMP net-analyzer/net-snmp[-minimal] )"