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 4CE6C1382C5 for ; Sat, 14 Apr 2018 18:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C788E0837; Sat, 14 Apr 2018 18:58:31 +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 5B145E0837 for ; Sat, 14 Apr 2018 18:58:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2D64C335C5C for ; Sat, 14 Apr 2018 18:58:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C75D8285 for ; Sat, 14 Apr 2018 18:58:28 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1523732302.1ae7059d9c32abeca7559d584110cfad0f1e1c04.pacho@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.3.18-r1.ebuild X-VCS-Directories: app-admin/logcheck/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1ae7059d9c32abeca7559d584110cfad0f1e1c04 X-VCS-Branch: master Date: Sat, 14 Apr 2018 18:58:28 +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-Archives-Salt: 0ddccde4-1d32-4213-a4a8-bf4ad78166a5 X-Archives-Hash: de071ef8cac95636fe7439a303025b18 commit: 1ae7059d9c32abeca7559d584110cfad0f1e1c04 Author: Pacho Ramos gentoo org> AuthorDate: Sat Apr 14 18:57:44 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Apr 14 18:58:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ae7059d app-admin/logcheck: Use https Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-admin/logcheck/logcheck-1.3.18-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/logcheck/logcheck-1.3.18-r1.ebuild b/app-admin/logcheck/logcheck-1.3.18-r1.ebuild index ef2a5825851..4dab96b452d 100644 --- a/app-admin/logcheck/logcheck-1.3.18-r1.ebuild +++ b/app-admin/logcheck/logcheck-1.3.18-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit readme.gentoo-r1 user DESCRIPTION="Mails anomalies in the system logfiles to the administrator" -HOMEPAGE="http://packages.debian.org/sid/logcheck" +HOMEPAGE="https://packages.debian.org/sid/logcheck" SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.xz" LICENSE="GPL-2"