From: Michael Mair-Keimberger Date: Sat, 1 Jun 2019 15:55:51 +0000 (+0200) Subject: app-vim/splice: update HOMEPAGE, use HTTPS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=032c08b8f679be9cb19dcc3647636a3559e6126d;p=gentoo.git app-vim/splice: update HOMEPAGE, use HTTPS Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/12150 Signed-off-by: Aaron Bauman --- diff --git a/app-vim/splice/splice-1.0.1.ebuild b/app-vim/splice/splice-1.0.1.ebuild index 60628b4e9474..4edbc76ad7f3 100644 --- a/app-vim/splice/splice-1.0.1.ebuild +++ b/app-vim/splice/splice-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit vim-plugin python-single-r1 DESCRIPTION="vim plugin: resolve conflicts during three-way merges" -HOMEPAGE="https://sjl.bitbucket.org/splice.vim/ http://vim.sourceforge.net/scripts/script.php?script_id=4026" +HOMEPAGE="https://bitbucket.org/sjl/splice.vim/ https://www.vim.org/scripts/script.php?script_id=4026" LICENSE="MIT" KEYWORDS="amd64 x86" diff --git a/app-vim/splice/splice-1.1.0.ebuild b/app-vim/splice/splice-1.1.0.ebuild index f74cf9af1d36..cdcb146ca4aa 100644 --- a/app-vim/splice/splice-1.1.0.ebuild +++ b/app-vim/splice/splice-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit vim-plugin python-single-r1 vcs-snapshot DESCRIPTION="vim plugin: resolve conflicts during three-way merges" -HOMEPAGE="https://bitbucket.org/sjl/splice.vim http://vim.sourceforge.net/scripts/script.php?script_id=4026" +HOMEPAGE="https://bitbucket.org/sjl/splice.vim/ https://www.vim.org/scripts/script.php?script_id=4026" SRC_URI="https://bitbucket.org/sjl/${PN}.vim/get/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT"