From f27d24413c26ab879b452454921b2f5de5bc0d97 Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sat, 29 Jul 2017 11:50:30 +1000 Subject: [PATCH] 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 94bfdc7863b1..fae51f91ec97 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 6ae3c704451b..a0ad8cf03db7 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" -- 2.26.2