app-vim/gitgutter: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 01:46:10 +0000 (11:46 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 08:47:15 +0000 (10:47 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-vim/gitgutter/gitgutter-20161027.ebuild
app-vim/gitgutter/gitgutter-20170222.ebuild
app-vim/gitgutter/gitgutter-99999999.ebuild

index 0450e1eb79962b2ebdb0e8ab4c4ed8bb0c76c837..e7ca17ca7ca17fdbe58fd95c6f88b8f555a72c90 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit vim-plugin
 
 if [[ ${PV} == 9999* ]]; then
-       EGIT_REPO_URI="git://github.com/airblade/vim-gitgutter.git"
+       EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git"
        inherit git-r3
 else
        KEYWORDS="amd64 x86"
index 1026acd6fe98c053c7fbebb748a6da3982f79c16..de382720b670624f0b4ec6be210aeef9f16a146d 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit vim-plugin
 
 if [[ ${PV} == 9999* ]]; then
-       EGIT_REPO_URI="git://github.com/airblade/vim-gitgutter.git"
+       EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git"
        inherit git-r3
 else
        KEYWORDS="~amd64 ~x86"
index 1026acd6fe98c053c7fbebb748a6da3982f79c16..de382720b670624f0b4ec6be210aeef9f16a146d 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 inherit vim-plugin
 
 if [[ ${PV} == 9999* ]]; then
-       EGIT_REPO_URI="git://github.com/airblade/vim-gitgutter.git"
+       EGIT_REPO_URI="https://github.com/airblade/vim-gitgutter.git"
        inherit git-r3
 else
        KEYWORDS="~amd64 ~x86"