app-vim/gitv: use HTTPS for GitHub, remove dead HOMEPAGE domain
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 01:47:57 +0000 (11:47 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 08:47:18 +0000 (10:47 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

app-vim/gitv/gitv-9999.ebuild

index 3c5d024e15b3b9a267971acb904ff96d466bca94..08b5ee320be5422e3001bbe4148a63313753b096 100644 (file)
@@ -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"