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

app-vim/youcompleteme/youcompleteme-20130910.ebuild
app-vim/youcompleteme/youcompleteme-99999999.ebuild

index 94bfdc7863b1962cf086237871630e20264cea9d..fae51f91ec97be6d7908c3c13dd2bbb1666631c2 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
@@ -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"
index 6ae3c704451bd3e4a65c318d620305df54a66994..a0ad8cf03db75c4fde72f5ceb53051c9095bf484 100644 (file)
@@ -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"