Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/zfs-kmod/
Date: Sun, 30 Jul 2017 09:23:04
Message-Id: 1501406563.d4614c9d27b1b858cc178ef96c10fc1972b17049.mgorny@gentoo
1 commit: d4614c9d27b1b858cc178ef96c10fc1972b17049
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 11:34:30 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:43 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4614c9d
7
8 sys-fs/zfs-kmod: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc13-r4.ebuild | 4 ++--
13 sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14-r5.ebuild | 4 ++--
14 sys-fs/zfs-kmod/zfs-kmod-0.6.1-r2.ebuild | 4 ++--
15 sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 8 deletions(-)
17
18 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
19 index 9859270d081..cf47024ea92 100644
20 --- a/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc13-r4.ebuild
21 +++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc13-r4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="4"
28 @@ -11,7 +11,7 @@ inherit bash-completion-r1 flag-o-matic linux-info linux-mod toolchain-funcs aut
29
30 if [ ${PV} == "9999" ] ; then
31 inherit git-2
32 - EGIT_REPO_URI="git://github.com/zfsonlinux/zfs.git"
33 + EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git"
34 else
35 inherit eutils versionator
36 MY_PV=$(replace_version_separator 3 '-')
37
38 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
39 index f8d2dd4e960..83e7fafaae3 100644
40 --- a/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14-r5.ebuild
41 +++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.0_rc14-r5.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI="4"
48 @@ -12,7 +12,7 @@ inherit bash-completion-r1 flag-o-matic linux-info linux-mod toolchain-funcs aut
49 if [ ${PV} == "9999" ] ; then
50 inherit git-2
51 MY_PV=9999
52 - EGIT_REPO_URI="git://github.com/zfsonlinux/zfs.git"
53 + EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git"
54 else
55 inherit eutils versionator
56 MY_PV=$(replace_version_separator 3 '-')
57
58 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
59 index c11c88aa0d4..73671492db2 100644
60 --- a/sys-fs/zfs-kmod/zfs-kmod-0.6.1-r2.ebuild
61 +++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.1-r2.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2015 Gentoo Foundation
64 +# Copyright 1999-2017 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66
67 EAPI="4"
68 @@ -12,7 +12,7 @@ inherit bash-completion-r1 flag-o-matic linux-info linux-mod toolchain-funcs aut
69 if [ ${PV} == "9999" ] ; then
70 inherit git-2
71 MY_PV=9999
72 - EGIT_REPO_URI="git://github.com/zfsonlinux/zfs.git"
73 + EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git"
74 else
75 inherit eutils versionator
76 MY_PV=$(replace_version_separator 3 '-')
77
78 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
79 index daa86165ffc..179739a9441 100644
80 --- a/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild
81 +++ b/sys-fs/zfs-kmod/zfs-kmod-0.6.2-r3.ebuild
82 @@ -1,4 +1,4 @@
83 -# Copyright 1999-2015 Gentoo Foundation
84 +# Copyright 1999-2017 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86
87 EAPI="4"
88 @@ -12,7 +12,7 @@ inherit bash-completion-r1 flag-o-matic linux-info linux-mod toolchain-funcs aut
89 if [ ${PV} == "9999" ] ; then
90 inherit git-2
91 MY_PV=9999
92 - EGIT_REPO_URI="git://github.com/zfsonlinux/zfs.git"
93 + EGIT_REPO_URI="https://github.com/zfsonlinux/zfs.git"
94 else
95 inherit eutils versionator
96 MY_PV=$(replace_version_separator 3 '-')