Skip to content

Commit

Permalink
app-vim/alternate: use HTTPS, sync HOMEPAGES, fix SRC_URI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mm1ke authored and monsieurp committed Mar 5, 2018
1 parent b493242 commit c708cf6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions app-vim/alternate/Manifest
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions app-vim/alternate/alternate-2.18-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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"
Expand Down
9 changes: 5 additions & 4 deletions app-vim/alternate/alternate-2.18-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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"
Expand Down

0 comments on commit c708cf6

Please sign in to comment.