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 51FA11396D0 for ; Thu, 31 Aug 2017 10:33:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEF761FC0B5; Thu, 31 Aug 2017 10:33:30 +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 8F8671FC0B4 for ; Thu, 31 Aug 2017 10:33:30 +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 CA26F34069A for ; Thu, 31 Aug 2017 10:33:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD60488F3 for ; Thu, 31 Aug 2017 10:33:25 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1504174369.c1796d6123666dd1c2cc02ccc0562ea651b3207e.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ii/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/ii/ii-1.7-r1.ebuild net-irc/ii/ii-1.7.ebuild net-irc/ii/ii-9999.ebuild X-VCS-Directories: net-irc/ii/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c1796d6123666dd1c2cc02ccc0562ea651b3207e X-VCS-Branch: master Date: Thu, 31 Aug 2017 10:33:25 +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: 50c1d6f9-be3d-4e93-91d5-b81db5313ec0 X-Archives-Hash: 69aba37033ed96fe6a3b39f496b0fb1b commit: c1796d6123666dd1c2cc02ccc0562ea651b3207e Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 31 10:12:49 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 31 10:12:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1796d61 net-irc/ii: Switch to HTTPS. Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-irc/ii/ii-1.7-r1.ebuild | 4 ++-- net-irc/ii/ii-1.7.ebuild | 6 +++--- net-irc/ii/ii-9999.ebuild | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-irc/ii/ii-1.7-r1.ebuild b/net-irc/ii/ii-1.7-r1.ebuild index 3bd8f005d20..1bc0538ae7b 100644 --- a/net-irc/ii/ii-1.7-r1.ebuild +++ b/net-irc/ii/ii-1.7-r1.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit fixheadtails toolchain-funcs DESCRIPTION="A minimalist FIFO and filesystem-based IRC client" -HOMEPAGE="http://tools.suckless.org/ii/" -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" +HOMEPAGE="https://tools.suckless.org/ii/" +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/net-irc/ii/ii-1.7.ebuild b/net-irc/ii/ii-1.7.ebuild index 61bb3d61082..541535bd7dd 100644 --- a/net-irc/ii/ii-1.7.ebuild +++ b/net-irc/ii/ii-1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -6,8 +6,8 @@ EAPI=4 inherit fixheadtails toolchain-funcs DESCRIPTION="A minimalist FIFO and filesystem-based IRC client" -HOMEPAGE="http://tools.suckless.org/ii/" -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" +HOMEPAGE="https://tools.suckless.org/ii/" +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/net-irc/ii/ii-9999.ebuild b/net-irc/ii/ii-9999.ebuild index dce9e4b2dd6..58da99365e5 100644 --- a/net-irc/ii/ii-9999.ebuild +++ b/net-irc/ii/ii-9999.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit fixheadtails git-r3 toolchain-funcs DESCRIPTION="A minimalist FIFO and filesystem-based IRC client" -HOMEPAGE="http://tools.suckless.org/ii/" -EGIT_REPO_URI="http://git.suckless.org/ii" +HOMEPAGE="https://tools.suckless.org/ii/" +EGIT_REPO_URI="https://git.suckless.org/ii" LICENSE="MIT" SLOT="0"