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 98E16158041 for ; Sun, 10 Mar 2024 12:07:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 739742BC019; Sun, 10 Mar 2024 12:07:22 +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 500D22BC019 for ; Sun, 10 Mar 2024 12:07:22 +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 90ADA33C1EB for ; Sun, 10 Mar 2024 12:07:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FD9814C7 for ; Sun, 10 Mar 2024 12:07:20 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1710072418.ac841ac6bf5d5880da8881c7026162428b26c286.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/logcheck/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/logcheck/logcheck-1.4.3-r3.ebuild X-VCS-Directories: app-admin/logcheck/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: ac841ac6bf5d5880da8881c7026162428b26c286 X-VCS-Branch: master Date: Sun, 10 Mar 2024 12:07:20 +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: 0941077f-9ede-4a4a-bda0-058a7a4fadcd X-Archives-Hash: e5f155d0de20b87c29ed1c5afc3044f7 commit: ac841ac6bf5d5880da8881c7026162428b26c286 Author: Florian Schmaus gentoo org> AuthorDate: Sun Mar 10 11:30:45 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Mar 10 12:06:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac841ac6 app-admin/logcheck: re-set HOMEPAGE to https://logcheck.org/ The homepage is still active, even though pkgcheck reports DeadUrl: version 1.4.3-r3: HOMEPAGE: 404 Client Error: Not Found for url: https://logcheck.org/ (which probably warrnts further investigation) Signed-off-by: Florian Schmaus gentoo.org> app-admin/logcheck/logcheck-1.4.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/logcheck/logcheck-1.4.3-r3.ebuild b/app-admin/logcheck/logcheck-1.4.3-r3.ebuild index fbc008112833..7e6a9a120e1c 100644 --- a/app-admin/logcheck/logcheck-1.4.3-r3.ebuild +++ b/app-admin/logcheck/logcheck-1.4.3-r3.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit readme.gentoo-r1 systemd tmpfiles DESCRIPTION="Mails anomalies in the system logfiles to the administrator" -HOMEPAGE="https://packages.debian.org/sid/logcheck" +HOMEPAGE="https://logcheck.org/" SRC_URI="https://salsa.debian.org/debian/logcheck/-/archive/debian/${PV}/logcheck-debian-${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-debian-${PV}"