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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 520D3138359 for ; Sun, 16 Aug 2020 00:54:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3962AE082B; Sun, 16 Aug 2020 00:53:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1D546E0848 for ; Sun, 16 Aug 2020 00:53:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA06034F3E1 for ; Sun, 16 Aug 2020 00:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3695431B for ; Sun, 16 Aug 2020 00:53:56 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1597539222.085dd00ce3ba1fb38ac4fcc6b33114bfe5f9a558.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/logwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/logwatch/logwatch-7.5.3.ebuild sys-apps/logwatch/logwatch-7.5.4.ebuild sys-apps/logwatch/logwatch-9999.ebuild X-VCS-Directories: sys-apps/logwatch/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 085dd00ce3ba1fb38ac4fcc6b33114bfe5f9a558 X-VCS-Branch: master Date: Sun, 16 Aug 2020 00:53:56 +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: 5afa60e4-6db3-4216-89b4-227816bfb401 X-Archives-Hash: 67187f345601994348471541d6575dbf commit: 085dd00ce3ba1fb38ac4fcc6b33114bfe5f9a558 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Aug 16 00:53:12 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Aug 16 00:53:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085dd00c sys-apps/logwatch: update HOMEPAGE logwatch.org is no longer under control by upstream. Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann gentoo.org> sys-apps/logwatch/logwatch-7.5.3.ebuild | 2 +- sys-apps/logwatch/logwatch-7.5.4.ebuild | 2 +- sys-apps/logwatch/logwatch-9999.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/logwatch/logwatch-7.5.3.ebuild b/sys-apps/logwatch/logwatch-7.5.3.ebuild index 82d7ba396df..4118164aa81 100644 --- a/sys-apps/logwatch/logwatch-7.5.3.ebuild +++ b/sys-apps/logwatch/logwatch-7.5.3.ebuild @@ -16,7 +16,7 @@ else fi DESCRIPTION="Analyzes and Reports on system logs" -HOMEPAGE="http://www.logwatch.org/" +HOMEPAGE="https://sourceforge.net/projects/logwatch/" LICENSE="MIT" SLOT="0" diff --git a/sys-apps/logwatch/logwatch-7.5.4.ebuild b/sys-apps/logwatch/logwatch-7.5.4.ebuild index 6b03d4907f5..247b3915d88 100644 --- a/sys-apps/logwatch/logwatch-7.5.4.ebuild +++ b/sys-apps/logwatch/logwatch-7.5.4.ebuild @@ -16,7 +16,7 @@ else fi DESCRIPTION="Analyzes and Reports on system logs" -HOMEPAGE="http://www.logwatch.org/" +HOMEPAGE="https://sourceforge.net/projects/logwatch/" LICENSE="MIT" SLOT="0" diff --git a/sys-apps/logwatch/logwatch-9999.ebuild b/sys-apps/logwatch/logwatch-9999.ebuild index 73de997ba96..247b3915d88 100644 --- a/sys-apps/logwatch/logwatch-9999.ebuild +++ b/sys-apps/logwatch/logwatch-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -16,7 +16,7 @@ else fi DESCRIPTION="Analyzes and Reports on system logs" -HOMEPAGE="http://www.logwatch.org/" +HOMEPAGE="https://sourceforge.net/projects/logwatch/" LICENSE="MIT" SLOT="0"