mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-vim/tagbar: use HTTPS.
Closes: https://github.com/gentoo/gentoo/pull/7406
This commit is contained in:
committed by
Patrice Clement
parent
e7356993ca
commit
a21b14e324
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user