diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 21:34:30 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:43 +0200 |
commit | d4614c9d27b1b858cc178ef96c10fc1972b17049 (patch) | |
tree | 9e28b98c89e0ca452fc64f79b863e8142d7491a1 /sys-fs | |
parent | sys-fs/zfs: use HTTPS for GitHub (diff) | |
download | gentoo-d4614c9d27b1b858cc178ef96c10fc1972b17049.tar.gz gentoo-d4614c9d27b1b858cc178ef96c10fc1972b17049.tar.bz2 gentoo-d4614c9d27b1b858cc178ef96c10fc1972b17049.zip |
sys-fs/zfs-kmod: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc13-r4.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14-r5.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/zfs-kmod/zfs-kmod-0.6.1-r2.ebuild | 4 | ||||
-rw-r--r-- | 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 9859270d0818..cf47024ea92d 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 f8d2dd4e960e..83e7fafaae31 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 c11c88aa0d4f..73671492db28 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 daa86165ffc8..179739a94410 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 '-') |