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 | |
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')
-rw-r--r-- | app-vim/alternate/Manifest | 1 | ||||
-rw-r--r-- | app-vim/alternate/alternate-2.18-r1.ebuild | 5 | ||||
-rw-r--r-- | app-vim/alternate/alternate-2.18-r2.ebuild | 9 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-vim/alternate/Manifest b/app-vim/alternate/Manifest index 696a01294349..c945ae8e1f3d 100644 --- a/app-vim/alternate/Manifest +++ b/app-vim/alternate/Manifest @@ -1,2 +1,3 @@ DIST alternate-2.18.tar.bz2 7907 BLAKE2B 574369557d3a56b163e7288bc60636649a2c44192c56d1d30464cbc2eb89e672aece59a205d39124e062037b3bc4983f628ae0bed53b7982915c8f9546ec4117 SHA512 397d39a5c5fd186f32f3e0a1651f9b9f739899ffcfdd344e85117c4bb676d8fb8c668410754fefe8934ff1a57537387d49d115dfa17bdca896e423935840ae3f +DIST alternate-2.18.tar.gz 8652 BLAKE2B f6e50d3e1499fb913f7cfa4ff95df180855c7857a700428be1339916aed4513bf77a8da62b75407a6c129f4da3e3bcd00f5caed53d7a939a2eac96a287a11ffe SHA512 d797b99cbe536285d87c5bb14adfcaa3e18611351c8529d9a0755606e766ecc006f19af5cd9b9535f236220dc525bbc27e1280cbb1e3c71f7444cdefd506cefa DIST alternate.txt 8897 BLAKE2B b2c2ad9e39c98c82592034ddb0db79803f39bdf3c8d55307aecc488855a75c7be508b41a6a6cf9d3f3d0f4e938feb65fdd756040d8e51e0244c9dc6b9fbacd86 SHA512 92b24aef5fe1fb459b4cb85ca780ae20126bc79138ac15dec652c15a89b688d40bedc00bdae8fce912c8805b24b8805e45ddbd9e6b1ec10c20e61eed11d37651 diff --git a/app-vim/alternate/alternate-2.18-r1.ebuild b/app-vim/alternate/alternate-2.18-r1.ebuild index 5fce4fba8e50..dd9a4b2a2719 100644 --- a/app-vim/alternate/alternate-2.18-r1.ebuild +++ b/app-vim/alternate/alternate-2.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,8 @@ EAPI=6 inherit vim-plugin eutils DESCRIPTION="vim plugin: quickly switch between .c and .h files" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=31" +HOMEPAGE="https://github.com/vim-scripts/a.vim +https://www.vim.org/scripts/script.php?script_id=31" LICENSE="alternate" KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" 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" |