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 6950215800F for ; Fri, 3 Feb 2023 05:17:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6257E07A9; Fri, 3 Feb 2023 05:17:45 +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 85246E07A9 for ; Fri, 3 Feb 2023 05:17:45 +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 9812733BF11 for ; Fri, 3 Feb 2023 05:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34D2B75 for ; Fri, 3 Feb 2023 05:17:43 +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: <1675401408.a79d3be23337251efca148aeaffe6b050404d96d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild app-admin/gkrellm/gkrellm-9999.ebuild X-VCS-Directories: app-admin/gkrellm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a79d3be23337251efca148aeaffe6b050404d96d X-VCS-Branch: master Date: Fri, 3 Feb 2023 05:17:43 +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: 4481897f-7707-46a9-8efe-5f7fe92e7fdf X-Archives-Hash: 52bd37496df37fd1f37a12c997d09f77 commit: a79d3be23337251efca148aeaffe6b050404d96d Author: Sam James gentoo org> AuthorDate: Fri Feb 3 05:16:48 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 3 05:16:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79d3be2 app-admin/gkrellm: update HOMEPAGE Signed-off-by: Sam James gentoo.org> app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild | 2 +- app-admin/gkrellm/gkrellm-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild index 18b1fce7cd92..99b3fd485f45 100644 --- a/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild +++ b/app-admin/gkrellm/gkrellm-2.3.11-r2.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit desktop systemd toolchain-funcs DESCRIPTION="Single process stack of various system monitors" -HOMEPAGE="http://www.gkrellm.net/" +HOMEPAGE="http://gkrellm.srcbox.net/" if [[ "${PV}" == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git" diff --git a/app-admin/gkrellm/gkrellm-9999.ebuild b/app-admin/gkrellm/gkrellm-9999.ebuild index 18b1fce7cd92..99b3fd485f45 100644 --- a/app-admin/gkrellm/gkrellm-9999.ebuild +++ b/app-admin/gkrellm/gkrellm-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit desktop systemd toolchain-funcs DESCRIPTION="Single process stack of various system monitors" -HOMEPAGE="http://www.gkrellm.net/" +HOMEPAGE="http://gkrellm.srcbox.net/" if [[ "${PV}" == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://git.srcbox.net/gkrellm/gkrellm.git"