Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/ri-browser/
Date: Tue, 09 Apr 2019 08:07:58
Message-Id: 1554794854.09c927166ec895ba9f0880f236dd846499e189d2.monsieurp@gentoo
1 commit: 09c927166ec895ba9f0880f236dd846499e189d2
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 23 21:59:47 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 07:27:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09c92716
7
8 app-vim/ri-browser: use HTTPS.
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11448
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 app-vim/ri-browser/ri-browser-1.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-vim/ri-browser/ri-browser-1.2.ebuild b/app-vim/ri-browser/ri-browser-1.2.ebuild
18 index 57709448420..8ef0c7657e5 100644
19 --- a/app-vim/ri-browser/ri-browser-1.2.ebuild
20 +++ b/app-vim/ri-browser/ri-browser-1.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=0
27 @@ -6,7 +6,7 @@ EAPI=0
28 inherit vim-plugin
29
30 DESCRIPTION="vim plugin: interface for browsing ri/ruby documentation"
31 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=494"
32 +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=494"
33 LICENSE="public-domain"
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc ~x86 ~sparc"