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: app-vim/gitgutter/
Date: Sun, 30 Jul 2017 08:48:05
Message-Id: 1501404435.9f24087c4968da61089e65865bd56db28c9e92ae.mgorny@gentoo
1 commit: 9f24087c4968da61089e65865bd56db28c9e92ae
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:46:10 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f24087c
7
8 app-vim/gitgutter: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-vim/gitgutter/gitgutter-20161027.ebuild | 4 ++--
13 app-vim/gitgutter/gitgutter-20170222.ebuild | 4 ++--
14 app-vim/gitgutter/gitgutter-99999999.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/app-vim/gitgutter/gitgutter-20161027.ebuild b/app-vim/gitgutter/gitgutter-20161027.ebuild
18 index 0450e1eb799..e7ca17ca7ca 100644
19 --- a/app-vim/gitgutter/gitgutter-20161027.ebuild
20 +++ b/app-vim/gitgutter/gitgutter-20161027.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 inherit vim-plugin
28
29 if [[ ${PV} == 9999* ]]; then
30 - EGIT_REPO_URI="git://github.com/airblade/vim-gitgutter.git"
31 + EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git"
32 inherit git-r3
33 else
34 KEYWORDS="amd64 x86"
35
36 diff --git a/app-vim/gitgutter/gitgutter-20170222.ebuild b/app-vim/gitgutter/gitgutter-20170222.ebuild
37 index 1026acd6fe9..de382720b67 100644
38 --- a/app-vim/gitgutter/gitgutter-20170222.ebuild
39 +++ b/app-vim/gitgutter/gitgutter-20170222.ebuild
40 @@ -1,11 +1,11 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 inherit vim-plugin
47
48 if [[ ${PV} == 9999* ]]; then
49 - EGIT_REPO_URI="git://github.com/airblade/vim-gitgutter.git"
50 + EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git"
51 inherit git-r3
52 else
53 KEYWORDS="~amd64 ~x86"
54
55 diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild
56 index 1026acd6fe9..de382720b67 100644
57 --- a/app-vim/gitgutter/gitgutter-99999999.ebuild
58 +++ b/app-vim/gitgutter/gitgutter-99999999.ebuild
59 @@ -1,11 +1,11 @@
60 -# Copyright 1999-2016 Gentoo Foundation
61 +# Copyright 1999-2017 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=6
65 inherit vim-plugin
66
67 if [[ ${PV} == 9999* ]]; then
68 - EGIT_REPO_URI="git://github.com/airblade/vim-gitgutter.git"
69 + EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git"
70 inherit git-r3
71 else
72 KEYWORDS="~amd64 ~x86"