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 BEA601382C5 for ; Sun, 20 May 2018 23:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E69C7E0BB2; Sun, 20 May 2018 23:26:58 +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 C0086E0B94 for ; Sun, 20 May 2018 23:26:58 +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 AA23A335D07 for ; Sun, 20 May 2018 23:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCD452AB for ; Sun, 20 May 2018 23:26:54 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1526858700.a6acac458e7ea516090a0c31b3c1f1bb02efbc8b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ircstats/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/ircstats/ircstats-1.1-r1.ebuild X-VCS-Directories: net-irc/ircstats/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a6acac458e7ea516090a0c31b3c1f1bb02efbc8b X-VCS-Branch: master Date: Sun, 20 May 2018 23:26:54 +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: 2c996156-095a-4b10-8fda-cf380a407318 X-Archives-Hash: 7ade97cc154b0ddc218b23f1964d3fbe commit: a6acac458e7ea516090a0c31b3c1f1bb02efbc8b Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 20 12:03:24 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 23:25:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6acac45 net-irc/ircstats: use HTTPS net-irc/ircstats/ircstats-1.1-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-irc/ircstats/ircstats-1.1-r1.ebuild b/net-irc/ircstats/ircstats-1.1-r1.ebuild index bd1c79b01ba..d88b40d78f0 100644 --- a/net-irc/ircstats/ircstats-1.1-r1.ebuild +++ b/net-irc/ircstats/ircstats-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,8 @@ inherit eutils toolchain-funcs MY_P="IRCStats-${PV}" DESCRIPTION="IRCStats tries to be a log analyzer for Linux similar to mIRCStats" -HOMEPAGE="http://humdi.net/ircstats/" -SRC_URI="http://humdi.net/ircstats/${MY_P}.tgz" +HOMEPAGE="https://humdi.net/ircstats/" +SRC_URI="https://humdi.net/ircstats/${MY_P}.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86"