sys-fs/zfs: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 11:32:09 +0000 (21:32 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:22:42 +0000 (11:22 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

23 files changed:
sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild
sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild
sys-fs/zfs/zfs-0.6.1-r4.ebuild
sys-fs/zfs/zfs-0.6.2-r5.ebuild
sys-fs/zfs/zfs-0.6.3-r2.ebuild
sys-fs/zfs/zfs-0.6.4.2.ebuild
sys-fs/zfs/zfs-0.6.5.10.ebuild
sys-fs/zfs/zfs-0.6.5.11.ebuild
sys-fs/zfs/zfs-0.6.5.2-r1.ebuild
sys-fs/zfs/zfs-0.6.5.3-r1.ebuild
sys-fs/zfs/zfs-0.6.5.3-r3.ebuild
sys-fs/zfs/zfs-0.6.5.3-r4.ebuild
sys-fs/zfs/zfs-0.6.5.3-r5.ebuild
sys-fs/zfs/zfs-0.6.5.3.ebuild
sys-fs/zfs/zfs-0.6.5.4-r1.ebuild
sys-fs/zfs/zfs-0.6.5.4-r2.ebuild
sys-fs/zfs/zfs-0.6.5.4.ebuild
sys-fs/zfs/zfs-0.6.5.6.ebuild
sys-fs/zfs/zfs-0.6.5.7.ebuild
sys-fs/zfs/zfs-0.6.5.8-r1.ebuild
sys-fs/zfs/zfs-0.6.5.8.ebuild
sys-fs/zfs/zfs-0.6.5.9.ebuild
sys-fs/zfs/zfs-0.7.0.ebuild

index 3949bc7986ae5a41308974ea3b16b225c0fa21c0..e545cac769a8f0850e34ad455691b23ad780a9f6 100644 (file)
@@ -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"
@@ -9,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 
 if [ ${PV} == "9999" ] ; then
        inherit git-2 linux-mod
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        inherit eutils versionator
        MY_PV=$(replace_version_separator 3 '-')
index 4a441a62f696f227f883fdc9b5dfc0186a186f20..3c1aed0df31b5b89884b79a546541076b8c1a47e 100644 (file)
@@ -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"
@@ -9,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 
 if [ ${PV} == "9999" ] ; then
        inherit git-2 linux-mod
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        inherit eutils versionator
        MY_PV=$(replace_version_separator 3 '-')
index fa5220d2fcd6960bdf0749c1f6a5e11fe150e8da..2ac499a4082280acd328e6659fbb25d6bb06078c 100644 (file)
@@ -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"
@@ -9,7 +9,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 
 if [ ${PV} == "9999" ] ; then
        inherit git-2 linux-mod
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        inherit eutils versionator
        MY_PV=$(replace_version_separator 3 '-')
index b5e2b1aae1d7ff6a083574c62866873fe2be42f5..fa129ce86dbb3a2094072fc7ba70a29dd534e8f4 100644 (file)
@@ -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="5"
@@ -12,7 +12,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 
 if [ ${PV} == "9999" ] ; then
        inherit git-2 linux-mod
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        inherit eutils versionator
        MY_PV=$(replace_version_separator 3 '-')
index 997f2e082081a2927e42382e64e7bfb99c006ada..08afee227fbe5268fddad95fa145393f7d6fea89 100644 (file)
@@ -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="5"
@@ -12,7 +12,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 
 if [ ${PV} == "9999" ] ; then
        inherit git-2 linux-mod
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        inherit eutils versionator
        SRC_URI="https://github.com/zfsonlinux/${PN}/archive/${P}.tar.gz
index 97d88c957a140abe6fb9b26a59c34a9586eedace..ad8286b39e3d5c6f7bc0145ddde38df8a2aedeac 100644 (file)
@@ -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="5"
@@ -12,7 +12,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 
 if [ ${PV} == "9999" ] ; then
        inherit git-2 linux-mod
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        inherit eutils versionator
        SRC_URI="https://github.com/zfsonlinux/${PN}/archive/${P}.tar.gz"
index 7512d7282ca62dc182b29156d87a50d9955794f0..535d86509fdf6805061f7e50f919821fde940026 100644 (file)
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz"
        KEYWORDS=" ~amd64"
index 7512d7282ca62dc182b29156d87a50d9955794f0..535d86509fdf6805061f7e50f919821fde940026 100644 (file)
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz"
        KEYWORDS=" ~amd64"
index 334af50101a63aec95d8d02f056dd20ab9241952..b202c6dc5ffd373d6f8b8e54ef842a8e59bdec24 100644 (file)
@@ -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="5"
@@ -12,7 +12,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 
 if [ ${PV} == "9999" ] ; then
        inherit git-2 linux-mod
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        inherit eutils versionator
        SRC_URI="https://github.com/zfsonlinux/${PN}/archive/${P}.tar.gz"
index 42d2138fddb686294184f95d289eb35f6f0bcf2d..bff26ccbf7dae5b827b64ae922b94079a4f8520b 100644 (file)
@@ -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="5"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz
                https://dev.gentoo.org/~ryao/dist/${P}-patches-p0.tar.xz"
index 9a201e79a77e96df403d618a422c981b6a9b4217..5738ad4a5d9e22cbc8c21eb4ce1e630f3075ef8a 100644 (file)
@@ -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="5"
@@ -11,7 +11,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz
                https://dev.gentoo.org/~ryao/dist/${P}-patches-p2.tar.xz"
index 91b67efc661f983f064068ec097f30ad2b74f63b..7e7b6f6cd9d4e281bb11710465d56544b926bc1c 100644 (file)
@@ -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="5"
@@ -11,7 +11,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz
                https://dev.gentoo.org/~ryao/dist/${P}-patches-p3.tar.xz"
index 34f14ceda59a6b6ecfae9fc6848a5f2a39333708..a16b87cb3010ec75ab95fdb6a142cc693fa6593a 100644 (file)
@@ -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="5"
@@ -11,7 +11,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz
                https://dev.gentoo.org/~ryao/dist/${P}-patches-p$((${PR#r} - 1)).tar.xz"
index 7da7bed9fd52093a6cb1c70030a20fe7f0ac723e..9e43172c6aa87d06a142b4c519775de65f239e2c 100644 (file)
@@ -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="5"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz"
        KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
index 7f2ddc02a120fefef1fa29d47107b3e87ff154bc..aea524fba7b0df3fce7c779fc677cdba3604581a 100644 (file)
@@ -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="5"
@@ -11,7 +11,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz
                https://dev.gentoo.org/~ryao/dist/${P}-patches-p${PR#r}.tar.xz"
index 7f2ddc02a120fefef1fa29d47107b3e87ff154bc..aea524fba7b0df3fce7c779fc677cdba3604581a 100644 (file)
@@ -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="5"
@@ -11,7 +11,7 @@ AUTOTOOLS_IN_SOURCE_BUILD="1"
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz
                https://dev.gentoo.org/~ryao/dist/${P}-patches-p${PR#r}.tar.xz"
index c86eda852ddf84b4d74d624980cb3c3be6018afc..706e33be491b8c4b8be49cfadb1322e15dff2cbf 100644 (file)
@@ -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="5"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz"
        KEYWORDS=" ~amd64"
index c86eda852ddf84b4d74d624980cb3c3be6018afc..706e33be491b8c4b8be49cfadb1322e15dff2cbf 100644 (file)
@@ -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="5"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz"
        KEYWORDS=" ~amd64"
index 260e5482d7227deaef6468df406949f796a4ce99..706e33be491b8c4b8be49cfadb1322e15dff2cbf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz"
        KEYWORDS=" ~amd64"
index 512e007338dcd66280ea549f9e510eae603f7cd7..535d86509fdf6805061f7e50f919821fde940026 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz"
        KEYWORDS=" ~amd64"
index 260e5482d7227deaef6468df406949f796a4ce99..706e33be491b8c4b8be49cfadb1322e15dff2cbf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz"
        KEYWORDS=" ~amd64"
index 7512d7282ca62dc182b29156d87a50d9955794f0..535d86509fdf6805061f7e50f919821fde940026 100644 (file)
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz"
        KEYWORDS=" ~amd64"
index 7512d7282ca62dc182b29156d87a50d9955794f0..535d86509fdf6805061f7e50f919821fde940026 100644 (file)
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 if [ ${PV} == "9999" ] ; then
        inherit git-r3 linux-mod
        AUTOTOOLS_AUTORECONF="1"
-       EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
+       EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
 else
        SRC_URI="https://github.com/zfsonlinux/${PN}/releases/download/${P}/${P}.tar.gz"
        KEYWORDS=" ~amd64"