Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/youcompleteme/
Date: Sun, 30 Jul 2017 08:48:09
Message-Id: 1501404443.f27d24413c26ab879b452454921b2f5de5bc0d97.mgorny@gentoo
1 commit: f27d24413c26ab879b452454921b2f5de5bc0d97
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:50:30 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27d2441
7
8 app-vim/youcompleteme: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-vim/youcompleteme/youcompleteme-20130910.ebuild | 6 +++---
13 app-vim/youcompleteme/youcompleteme-99999999.ebuild | 4 ++--
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/app-vim/youcompleteme/youcompleteme-20130910.ebuild b/app-vim/youcompleteme/youcompleteme-20130910.ebuild
17 index 94bfdc7863b..fae51f91ec9 100644
18 --- a/app-vim/youcompleteme/youcompleteme-20130910.ebuild
19 +++ b/app-vim/youcompleteme/youcompleteme-20130910.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
27 inherit eutils multilib python-single-r1 cmake-utils vim-plugin
28
29 if [[ ${PV} == 9999* ]] ; then
30 - EGIT_REPO_URI="git://github.com/Valloric/YouCompleteMe.git"
31 + EGIT_REPO_URI="https://github.com/Valloric/YouCompleteMe.git"
32 inherit git-r3
33 else
34 KEYWORDS="~amd64 ~x86"
35 @@ -16,7 +16,7 @@ else
36 fi
37
38 DESCRIPTION="vim plugin: a code-completion engine for Vim"
39 -HOMEPAGE="http://valloric.github.io/YouCompleteMe/"
40 +HOMEPAGE="https://valloric.github.io/YouCompleteMe/"
41
42 LICENSE="GPL-3"
43 IUSE="+clang test"
44
45 diff --git a/app-vim/youcompleteme/youcompleteme-99999999.ebuild b/app-vim/youcompleteme/youcompleteme-99999999.ebuild
46 index 6ae3c704451..a0ad8cf03db 100644
47 --- a/app-vim/youcompleteme/youcompleteme-99999999.ebuild
48 +++ b/app-vim/youcompleteme/youcompleteme-99999999.ebuild
49 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 )
50 inherit eutils multilib python-single-r1 cmake-utils vim-plugin
51
52 if [[ ${PV} == 9999* ]] ; then
53 - EGIT_REPO_URI="git://github.com/Valloric/YouCompleteMe.git"
54 + EGIT_REPO_URI="https://github.com/Valloric/YouCompleteMe.git"
55 inherit git-r3
56 else
57 KEYWORDS="~amd64 ~x86"
58 @@ -16,7 +16,7 @@ else
59 fi
60
61 DESCRIPTION="vim plugin: a code-completion engine for Vim"
62 -HOMEPAGE="http://valloric.github.io/YouCompleteMe/"
63 +HOMEPAGE="https://valloric.github.io/YouCompleteMe/"
64
65 LICENSE="GPL-3"
66 IUSE="+clang test"