commit:     fba9633cbc7ff7a0d3ca75692afed0026faee112
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 01:47:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 08:47:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fba9633c

app-vim/gitv: use HTTPS for GitHub, remove dead HOMEPAGE domain

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-vim/gitv/gitv-9999.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-vim/gitv/gitv-9999.ebuild b/app-vim/gitv/gitv-9999.ebuild
index 3c5d024e15b..08b5ee320be 100644
--- a/app-vim/gitv/gitv-9999.ebuild
+++ b/app-vim/gitv/gitv-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -6,14 +6,14 @@ inherit vim-plugin
 
 if [[ ${PV} == 9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://github.com/gregsexton/gitv.git"
+       EGIT_REPO_URI="https://github.com/gregsexton/gitv.git";
 else
        SRC_URI="https://github.com/gregsexton/gitv/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        KEYWORDS="~amd64 ~x86 ~ppc-macos"
 fi
 
 DESCRIPTION="vim plugin: gitk for vim"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574 
https://github.com/gregsexton/gitv/ http://www.gregsexton.org/portfolio/gitv/";
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3574 
https://github.com/gregsexton/gitv/";
 LICENSE="vim"
 
 VIM_PLUGIN_HELPFILES="gitv"

Reply via email to