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-kernel/spl/
Date: Sun, 30 Jul 2017 09:16:14
Message-Id: 1501406150.138567f84cfa0149dcba67e36b3417a6ce3b6327.mgorny@gentoo
1 commit: 138567f84cfa0149dcba67e36b3417a6ce3b6327
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 10:59:37 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:15:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138567f8
7
8 sys-kernel/spl: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-kernel/spl/spl-0.6.0_rc13-r2.ebuild | 4 ++--
13 sys-kernel/spl/spl-0.6.0_rc14-r3.ebuild | 4 ++--
14 sys-kernel/spl/spl-0.6.1-r3.ebuild | 4 ++--
15 sys-kernel/spl/spl-0.6.2-r5.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/sys-kernel/spl/spl-0.6.0_rc13-r2.ebuild b/sys-kernel/spl/spl-0.6.0_rc13-r2.ebuild
19 index 1ea3b30d334..0f727fa171f 100644
20 --- a/sys-kernel/spl/spl-0.6.0_rc13-r2.ebuild
21 +++ b/sys-kernel/spl/spl-0.6.0_rc13-r2.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 @@ -8,7 +8,7 @@ inherit flag-o-matic linux-info linux-mod autotools-utils
29
30 if [[ ${PV} == "9999" ]] ; then
31 inherit git-2
32 - EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
33 + EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
34 else
35 inherit eutils versionator
36 MY_PV=$(replace_version_separator 3 '-')
37
38 diff --git a/sys-kernel/spl/spl-0.6.0_rc14-r3.ebuild b/sys-kernel/spl/spl-0.6.0_rc14-r3.ebuild
39 index 9d093ff0d73..c18cad21500 100644
40 --- a/sys-kernel/spl/spl-0.6.0_rc14-r3.ebuild
41 +++ b/sys-kernel/spl/spl-0.6.0_rc14-r3.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 @@ -8,7 +8,7 @@ inherit flag-o-matic linux-info linux-mod autotools-utils
49
50 if [[ ${PV} == "9999" ]] ; then
51 inherit git-2
52 - EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
53 + EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
54 else
55 inherit eutils versionator
56 MY_PV=$(replace_version_separator 3 '-')
57
58 diff --git a/sys-kernel/spl/spl-0.6.1-r3.ebuild b/sys-kernel/spl/spl-0.6.1-r3.ebuild
59 index 6f94625af4f..cae6622f754 100644
60 --- a/sys-kernel/spl/spl-0.6.1-r3.ebuild
61 +++ b/sys-kernel/spl/spl-0.6.1-r3.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 @@ -8,7 +8,7 @@ inherit flag-o-matic linux-info linux-mod autotools-utils
69
70 if [[ ${PV} == "9999" ]] ; then
71 inherit git-2
72 - EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
73 + EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
74 else
75 inherit eutils versionator
76 MY_PV=$(replace_version_separator 3 '-')
77
78 diff --git a/sys-kernel/spl/spl-0.6.2-r5.ebuild b/sys-kernel/spl/spl-0.6.2-r5.ebuild
79 index 5f5395cb2c5..5a152da27c5 100644
80 --- a/sys-kernel/spl/spl-0.6.2-r5.ebuild
81 +++ b/sys-kernel/spl/spl-0.6.2-r5.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 @@ -8,7 +8,7 @@ inherit flag-o-matic linux-info linux-mod autotools-utils
89
90 if [[ ${PV} == "9999" ]] ; then
91 inherit git-2
92 - EGIT_REPO_URI="git://github.com/zfsonlinux/${PN}.git"
93 + EGIT_REPO_URI="https://github.com/zfsonlinux/${PN}.git"
94 else
95 inherit eutils versionator
96 MY_PV=$(replace_version_separator 3 '-')