commit:     f27d24413c26ab879b452454921b2f5de5bc0d97
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 01:50:30 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:47:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27d2441

app-vim/youcompleteme: use HTTPS for GitHub

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-vim/youcompleteme/youcompleteme-20130910.ebuild | 6 +++---
 app-vim/youcompleteme/youcompleteme-99999999.ebuild | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-vim/youcompleteme/youcompleteme-20130910.ebuild 
b/app-vim/youcompleteme/youcompleteme-20130910.ebuild
index 94bfdc7863b..fae51f91ec9 100644
--- a/app-vim/youcompleteme/youcompleteme-20130910.ebuild
+++ b/app-vim/youcompleteme/youcompleteme-20130910.ebuild
@@ -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
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils multilib python-single-r1 cmake-utils vim-plugin
 
 if [[ ${PV} == 9999* ]] ; then
-       EGIT_REPO_URI="git://github.com/Valloric/YouCompleteMe.git"
+       EGIT_REPO_URI="https://github.com/Valloric/YouCompleteMe.git";
        inherit git-r3
 else
        KEYWORDS="~amd64 ~x86"
@@ -16,7 +16,7 @@ else
 fi
 
 DESCRIPTION="vim plugin: a code-completion engine for Vim"
-HOMEPAGE="http://valloric.github.io/YouCompleteMe/";
+HOMEPAGE="https://valloric.github.io/YouCompleteMe/";
 
 LICENSE="GPL-3"
 IUSE="+clang test"

diff --git a/app-vim/youcompleteme/youcompleteme-99999999.ebuild 
b/app-vim/youcompleteme/youcompleteme-99999999.ebuild
index 6ae3c704451..a0ad8cf03db 100644
--- a/app-vim/youcompleteme/youcompleteme-99999999.ebuild
+++ b/app-vim/youcompleteme/youcompleteme-99999999.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
 inherit eutils multilib python-single-r1 cmake-utils vim-plugin
 
 if [[ ${PV} == 9999* ]] ; then
-       EGIT_REPO_URI="git://github.com/Valloric/YouCompleteMe.git"
+       EGIT_REPO_URI="https://github.com/Valloric/YouCompleteMe.git";
        inherit git-r3
 else
        KEYWORDS="~amd64 ~x86"
@@ -16,7 +16,7 @@ else
 fi
 
 DESCRIPTION="vim plugin: a code-completion engine for Vim"
-HOMEPAGE="http://valloric.github.io/YouCompleteMe/";
+HOMEPAGE="https://valloric.github.io/YouCompleteMe/";
 
 LICENSE="GPL-3"
 IUSE="+clang test"

Reply via email to