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/gitv/
Date: Sun, 30 Jul 2017 08:48:00
Message-Id: 1501404438.fba9633cbc7ff7a0d3ca75692afed0026faee112.mgorny@gentoo
1 commit: fba9633cbc7ff7a0d3ca75692afed0026faee112
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:47:57 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba9633c
7
8 app-vim/gitv: use HTTPS for GitHub, remove dead HOMEPAGE domain
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-vim/gitv/gitv-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-vim/gitv/gitv-9999.ebuild b/app-vim/gitv/gitv-9999.ebuild
16 index 3c5d024e15b..08b5ee320be 100644
17 --- a/app-vim/gitv/gitv-9999.ebuild
18 +++ b/app-vim/gitv/gitv-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -6,14 +6,14 @@ inherit vim-plugin
26
27 if [[ ${PV} == 9999 ]]; then
28 inherit git-r3
29 - EGIT_REPO_URI="git://github.com/gregsexton/gitv.git"
30 + EGIT_REPO_URI="https://github.com/gregsexton/gitv.git"
31 else
32 SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 KEYWORDS="~amd64 ~x86 ~ppc-macos"
34 fi
35
36 DESCRIPTION="vim plugin: gitk for vim"
37 -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/ http://www.gregsexton.org/portfolio/gitv/"
38 +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574 https://github.com/gregsexton/gitv/"
39 LICENSE="vim"
40
41 VIM_PLUGIN_HELPFILES="gitv"