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 AD038158089 for ; Sat, 23 Sep 2023 15:07:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F220D2BC033; Sat, 23 Sep 2023 15:07:34 +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 pigeon.gentoo.org (Postfix) with ESMTPS id C32E92BC033 for ; Sat, 23 Sep 2023 15:07:34 +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 D1A0A3406BF for ; Sat, 23 Sep 2023 15:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C09611C8 for ; Sat, 23 Sep 2023 15:07:32 +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: <1695481613.c6418f54821a4d5d1d73bb831c808a44486e034e.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pnp4nagios/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/pnp4nagios/metadata.xml net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild X-VCS-Directories: net-analyzer/pnp4nagios/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: c6418f54821a4d5d1d73bb831c808a44486e034e X-VCS-Branch: master Date: Sat, 23 Sep 2023 15:07:32 +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: 0c0a2185-8787-4cd3-be83-fd7102016624 X-Archives-Hash: a6193a46b4b15318088f1a93b1b6c39c commit: c6418f54821a4d5d1d73bb831c808a44486e034e Author: Michael Orlitzky gentoo org> AuthorDate: Sat Sep 23 14:59:30 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sat Sep 23 15:06:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6418f54 net-analyzer/pnp4nagios: update HOMEPAGE Signed-off-by: Michael Orlitzky gentoo.org> net-analyzer/pnp4nagios/metadata.xml | 2 +- net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/pnp4nagios/metadata.xml b/net-analyzer/pnp4nagios/metadata.xml index 938f480add62..9e00dcae8fec 100644 --- a/net-analyzer/pnp4nagios/metadata.xml +++ b/net-analyzer/pnp4nagios/metadata.xml @@ -18,6 +18,6 @@ pnp4nagios - lingej/pnp4nagios + ConSol-Monitoring/pnp4nagios diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild index bc1ee5c143cc..ac57aaf8d4fc 100644 --- a/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.26_p20230918.ebuild @@ -4,7 +4,7 @@ EAPI=8 DESCRIPTION="A performance data analyzer for nagios" -HOMEPAGE="http://www.pnp4nagios.org/" +HOMEPAGE="https://github.com/ConSol-Monitoring/pnp" GH_COMMIT="e52677d3994d35197db68120d7089906a174a3f9" SRC_URI="https://github.com/ConSol-Monitoring/pnp/archive/${GH_COMMIT}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/pnp-${GH_COMMIT}"