diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 11:47:57 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:47:18 +0200 |
commit | fba9633cbc7ff7a0d3ca75692afed0026faee112 (patch) | |
tree | dc7661b506450084218f6a12c83351621833c136 /app-vim/gitv | |
parent | app-vim/gitgutter: use HTTPS for GitHub (diff) | |
download | gentoo-fba9633cbc7ff7a0d3ca75692afed0026faee112.tar.gz gentoo-fba9633cbc7ff7a0d3ca75692afed0026faee112.tar.bz2 gentoo-fba9633cbc7ff7a0d3ca75692afed0026faee112.zip |
app-vim/gitv: use HTTPS for GitHub, remove dead HOMEPAGE domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-vim/gitv')
-rw-r--r-- | app-vim/gitv/gitv-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/gitv/gitv-9999.ebuild b/app-vim/gitv/gitv-9999.ebuild index 3c5d024e15b3..08b5ee320be5 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" |