From: David Hicks Date: Sat, 29 Jul 2017 01:50:30 +0000 (+1000) Subject: app-vim/youcompleteme: use HTTPS for GitHub X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f27d24413c26ab879b452454921b2f5de5bc0d97;p=gentoo.git app-vim/youcompleteme: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- 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"