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

app-vim/fugitive/fugitive-2.2.ebuild
app-vim/fugitive/fugitive-9999.ebuild

index 60c28e051f747e3a7f87cb262d07d950b4961c26..71ee67fe65df304d6ccba48248a85199829fa779 100644 (file)
@@ -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=5
@@ -6,7 +6,7 @@ inherit vim-plugin
 
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git"
+       EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git"
 else
        inherit vcs-snapshot
        SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
index 302754b813712828a5da0d3bca04e14b0ea7d2f3..71ee67fe65df304d6ccba48248a85199829fa779 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,7 +6,7 @@ inherit vim-plugin
 
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git"
+       EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git"
 else
        inherit vcs-snapshot
        SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"