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 8DEAF138331 for ; Tue, 15 May 2018 18:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91C12E080E; Tue, 15 May 2018 18:03:06 +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 72E25E0824 for ; Tue, 15 May 2018 18:03:06 +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 5BD43335C63 for ; Tue, 15 May 2018 18:03:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B31AA299 for ; Tue, 15 May 2018 18:03:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1526406389.205a81e50cb7e94e7f8660635c962e2b955c67fe.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc/znc-1.6.5.ebuild net-irc/znc/znc-1.6.6.ebuild X-VCS-Directories: net-irc/znc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 205a81e50cb7e94e7f8660635c962e2b955c67fe X-VCS-Branch: master Date: Tue, 15 May 2018 18:03:03 +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: a63d7573-7cc9-40ba-9b59-4c10e50e3c57 X-Archives-Hash: d8949808a51cc0cac71316cf39476cf5 commit: 205a81e50cb7e94e7f8660635c962e2b955c67fe Author: Louis Sautier gmail com> AuthorDate: Sat May 12 00:38:33 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 15 17:46:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=205a81e5 net-irc/znc: update HOMEPAGE to use https Closes: https://github.com/gentoo/gentoo/pull/8355 Package-Manager: Portage-2.3.31, Repoman-2.3.9 net-irc/znc/znc-1.6.5.ebuild | 4 ++-- net-irc/znc/znc-1.6.6.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-irc/znc/znc-1.6.5.ebuild b/net-irc/znc/znc-1.6.5.ebuild index 23d86965db2..20fc31e0957 100644 --- a/net-irc/znc/znc-1.6.5.ebuild +++ b/net-irc/znc/znc-1.6.5.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=6 @@ -17,7 +17,7 @@ SRC_URI=" " KEYWORDS="amd64 arm x86" -HOMEPAGE="http://znc.in" +HOMEPAGE="https://znc.in" LICENSE="Apache-2.0" SLOT="0" IUSE="daemon debug +ipv6 +icu libressl perl python +ssl sasl tcl test +zlib" diff --git a/net-irc/znc/znc-1.6.6.ebuild b/net-irc/znc/znc-1.6.6.ebuild index 0e053e7e595..76b253fef23 100644 --- a/net-irc/znc/znc-1.6.6.ebuild +++ b/net-irc/znc/znc-1.6.6.ebuild @@ -11,7 +11,7 @@ GTEST_VER="1.7.0" GTEST_URL="https://github.com/google/googletest/archive/release-${GTEST_VER}.tar.gz -> googletest-release-${GTEST_VER}.tar.gz" DESCRIPTION="An advanced IRC Bouncer" -HOMEPAGE="http://znc.in" +HOMEPAGE="https://znc.in" SRC_URI=" http://znc.in/releases/archive/${PN}-${MY_PV}.tar.gz test? ( ${GTEST_URL} )