diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-06-10 10:29:57 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-06-12 10:46:43 +0200 |
commit | ff7ce3e2db3f351907293fb57611409c2bd3e734 (patch) | |
tree | dc787d69025cf34cd290c57437ea6c978f84dbef /app-vim/vimbuddy | |
parent | dev-python/jaraco-functools: remove old. (diff) | |
download | gentoo-ff7ce3e2db3f351907293fb57611409c2bd3e734.tar.gz gentoo-ff7ce3e2db3f351907293fb57611409c2bd3e734.tar.bz2 gentoo-ff7ce3e2db3f351907293fb57611409c2bd3e734.zip |
app-vim/vimbuddy: fetch tar.gz instead of zip archive.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-vim/vimbuddy')
-rw-r--r-- | app-vim/vimbuddy/Manifest | 2 | ||||
-rw-r--r-- | app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/vimbuddy/Manifest b/app-vim/vimbuddy/Manifest index 5cccffcca242..707515d035c2 100644 --- a/app-vim/vimbuddy/Manifest +++ b/app-vim/vimbuddy/Manifest @@ -1 +1 @@ -DIST vimbuddy-0.9.2.zip 1547 BLAKE2B 4540c7b8aaf128813cc3791712cf4ebac739134d69d6fdb23ef38d170c84cd4175c1e4c04705761ac7ad3bd447c3752ffa2d675b40e20b7ec948370b95f67703 SHA512 cf42e9c2898e4b5335341215019c732075da7821c25c2887e718d0ae428c390afc5c81c9724c738f74b81d125e9b995dc279411e3a23e048e704bb1e3648e680 +DIST vimbuddy-0.9.2.tar.gz 1152 BLAKE2B cc7ea6fcffa05bacbcbcab2850486c648cc9dd4fe2d7896865ef17acef6c9cf8b05ee33a14fd212b156b4ee9c4c04a8abb764c320a74b0cfead545f1ab3f9636 SHA512 feca2b303e677cdc0ed1a02e92c54ae293ccd380006667ea49c93ea804975bf8c40044c11e2599ad3e81062a453465249120fc7daaf2eea994d8d81d3d2f87cb diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild index 8cd913f07dd4..3edf253e2c9c 100644 --- a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild +++ b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.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 eutils DESCRIPTION="vim plugin: vimbuddy for the status line" HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim" -SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> ${P}.zip" +SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="public-domain" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86" |