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 8565A139694 for ; Sun, 30 Jul 2017 09:23:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 013571FC246; Sun, 30 Jul 2017 09:23:04 +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 BDF901FC246 for ; Sun, 30 Jul 2017 09:23:03 +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 8EC2C3419D7 for ; Sun, 30 Jul 2017 09:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 365307491 for ; Sun, 30 Jul 2017 09:23:00 +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: <1501406563.d4614c9d27b1b858cc178ef96c10fc1972b17049.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc13-r4.ebuild sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14-r5.ebuild sys-fs/zfs-kmod/zfs-kmod-0.6.1-r2.ebuild sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild X-VCS-Directories: sys-fs/zfs-kmod/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d4614c9d27b1b858cc178ef96c10fc1972b17049 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:23:00 +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: a32f529d-bf41-446b-a82c-3d43ce84ae63 X-Archives-Hash: 22482677852a1bf73718854bc4d87fe3 commit: d4614c9d27b1b858cc178ef96c10fc1972b17049 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 11:34:30 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:22:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4614c9d sys-fs/zfs-kmod: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc13-r4.ebuild | 4 ++-- sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14-r5.ebuild | 4 ++-- sys-fs/zfs-kmod/zfs-kmod-0.6.1-r2.ebuild | 4 ++-- sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc13-r4.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc13-r4.ebuild index 9859270d081..cf47024ea92 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc13-r4.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc13-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -11,7 +11,7 @@ inherit bash-completion-r1 flag-o-matic linux-info linux-mod toolchain-funcs aut if [ ${PV} == "9999" ] ; then inherit git-2 - EGIT_REPO_URI="git://github.com/zfsonlinux/zfs.git" + EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git" else inherit eutils versionator MY_PV=$(replace_version_separator 3 '-') diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14-r5.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14-r5.ebuild index f8d2dd4e960..83e7fafaae3 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14-r5.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -12,7 +12,7 @@ inherit bash-completion-r1 flag-o-matic linux-info linux-mod toolchain-funcs aut if [ ${PV} == "9999" ] ; then inherit git-2 MY_PV=9999 - EGIT_REPO_URI="git://github.com/zfsonlinux/zfs.git" + EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git" else inherit eutils versionator MY_PV=$(replace_version_separator 3 '-') diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.6.1-r2.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.6.1-r2.ebuild index c11c88aa0d4..73671492db2 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-0.6.1-r2.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -12,7 +12,7 @@ inherit bash-completion-r1 flag-o-matic linux-info linux-mod toolchain-funcs aut if [ ${PV} == "9999" ] ; then inherit git-2 MY_PV=9999 - EGIT_REPO_URI="git://github.com/zfsonlinux/zfs.git" + EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git" else inherit eutils versionator MY_PV=$(replace_version_separator 3 '-') diff --git a/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild b/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild index daa86165ffc..179739a9441 100644 --- a/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild +++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -12,7 +12,7 @@ inherit bash-completion-r1 flag-o-matic linux-info linux-mod toolchain-funcs aut if [ ${PV} == "9999" ] ; then inherit git-2 MY_PV=9999 - EGIT_REPO_URI="git://github.com/zfsonlinux/zfs.git" + EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git" else inherit eutils versionator MY_PV=$(replace_version_separator 3 '-')