commit: a21b14e32445becf9e8cccfedad43c426672cb53 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Mar 9 14:40:22 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sat Mar 10 22:54:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a21b14e3
app-vim/tagbar: use HTTPS. Closes: https://github.com/gentoo/gentoo/pull/7406 app-vim/tagbar/tagbar-2.6.1.ebuild | 4 ++-- app-vim/tagbar/tagbar-2.7.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-vim/tagbar/tagbar-2.6.1.ebuild b/app-vim/tagbar/tagbar-2.6.1.ebuild index d82891b65ce..a1c2e7fb7e0 100644 --- a/app-vim/tagbar/tagbar-2.6.1.ebuild +++ b/app-vim/tagbar/tagbar-2.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: display tags of the current file ordered by scope" HOMEPAGE="https://majutsushi.github.com/tagbar/ - http://www.vim.org/scripts/script.php?script_id=3465" + https://www.vim.org/scripts/script.php?script_id=3465" SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" KEYWORDS="amd64 x86" diff --git a/app-vim/tagbar/tagbar-2.7.ebuild b/app-vim/tagbar/tagbar-2.7.ebuild index 560f75868dd..211696e57ae 100644 --- a/app-vim/tagbar/tagbar-2.7.ebuild +++ b/app-vim/tagbar/tagbar-2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: display tags of the current file ordered by scope" HOMEPAGE="https://majutsushi.github.com/tagbar/ - http://www.vim.org/scripts/script.php?script_id=3465" + https://www.vim.org/scripts/script.php?script_id=3465" SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim" KEYWORDS="~amd64 ~x86"
