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/fugitive/
Date: Sun, 30 Jul 2017 08:48:00
Message-Id: 1501404432.7145b86d630af2578e8381c08f5f2685f395c608.mgorny@gentoo
1 commit: 7145b86d630af2578e8381c08f5f2685f395c608
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:44:49 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7145b86d
7
8 app-vim/fugitive: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-vim/fugitive/fugitive-2.2.ebuild | 4 ++--
13 app-vim/fugitive/fugitive-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-vim/fugitive/fugitive-2.2.ebuild b/app-vim/fugitive/fugitive-2.2.ebuild
17 index 60c28e051f7..71ee67fe65d 100644
18 --- a/app-vim/fugitive/fugitive-2.2.ebuild
19 +++ b/app-vim/fugitive/fugitive-2.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 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 @@ -6,7 +6,7 @@ inherit vim-plugin
27
28 if [[ ${PV} == 9999 ]]; then
29 inherit git-r3
30 - EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git"
31 + EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git"
32 else
33 inherit vcs-snapshot
34 SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35
36 diff --git a/app-vim/fugitive/fugitive-9999.ebuild b/app-vim/fugitive/fugitive-9999.ebuild
37 index 302754b8137..71ee67fe65d 100644
38 --- a/app-vim/fugitive/fugitive-9999.ebuild
39 +++ b/app-vim/fugitive/fugitive-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -6,7 +6,7 @@ inherit vim-plugin
47
48 if [[ ${PV} == 9999 ]]; then
49 inherit git-r3
50 - EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git"
51 + EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git"
52 else
53 inherit vcs-snapshot
54 SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"