diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-06-01 17:55:51 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-06-17 20:35:02 -0400 |
commit | 032c08b8f679be9cb19dcc3647636a3559e6126d (patch) | |
tree | dfdfd31985e906d6ec7b659af6c0fa7edf6b3153 /app-vim | |
parent | dev-java/maven-bin: remove unused file (diff) | |
download | gentoo-032c08b8f679be9cb19dcc3647636a3559e6126d.tar.gz gentoo-032c08b8f679be9cb19dcc3647636a3559e6126d.tar.bz2 gentoo-032c08b8f679be9cb19dcc3647636a3559e6126d.zip |
app-vim/splice: update HOMEPAGE, use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12150
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/splice/splice-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | app-vim/splice/splice-1.1.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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" |