diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-04 08:43:03 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-03-05 22:45:50 +0100 |
commit | c708cf642a860dde145c06786108b0f4652cf059 (patch) | |
tree | 4b09490a8f562960a5be02aa1164260256b4d99b /app-vim/alternate/alternate-2.18-r2.ebuild | |
parent | app-vim/airline: use HTTPS. (diff) | |
download | gentoo-c708cf642a860dde145c06786108b0f4652cf059.tar.gz gentoo-c708cf642a860dde145c06786108b0f4652cf059.tar.bz2 gentoo-c708cf642a860dde145c06786108b0f4652cf059.zip |
app-vim/alternate: use HTTPS, sync HOMEPAGES, fix SRC_URI.
Diffstat (limited to 'app-vim/alternate/alternate-2.18-r2.ebuild')
-rw-r--r-- | app-vim/alternate/alternate-2.18-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-vim/alternate/alternate-2.18-r2.ebuild b/app-vim/alternate/alternate-2.18-r2.ebuild index 53430a53691f..8f7e87cca08b 100644 --- a/app-vim/alternate/alternate-2.18-r2.ebuild +++ b/app-vim/alternate/alternate-2.18-r2.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 @@ -6,10 +6,11 @@ EAPI=6 inherit vim-plugin DESCRIPTION="vim plugin: quickly switch between .c and .h files" -HOMEPAGE="https://github.com/vim-scripts/a.vim" +HOMEPAGE="https://github.com/vim-scripts/a.vim +https://www.vim.org/scripts/script.php?script_id=31" SRC_URI=" - https://github.com/vim-scripts/a.vim/archive/${PV}.tar.bz2 -> ${P}.tar.bz2 - http://www.vim.org/scripts/download_script.php?src_id=6347 -> ${PN}.txt + https://github.com/vim-scripts/a.vim/archive/${PV}.tar.gz -> ${P}.tar.gz + https://www.vim.org/scripts/download_script.php?src_id=6347 -> ${PN}.txt " LICENSE="alternate" |