Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimbuddy/
Date: Tue, 12 Jun 2018 08:46:58
Message-Id: 1528793203.ff7ce3e2db3f351907293fb57611409c2bd3e734.monsieurp@gentoo
1 commit: ff7ce3e2db3f351907293fb57611409c2bd3e734
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 08:29:57 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 08:46:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7ce3e2
7
8 app-vim/vimbuddy: fetch tar.gz instead of zip archive.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-vim/vimbuddy/Manifest | 2 +-
13 app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-vim/vimbuddy/Manifest b/app-vim/vimbuddy/Manifest
17 index 5cccffcca24..707515d035c 100644
18 --- a/app-vim/vimbuddy/Manifest
19 +++ b/app-vim/vimbuddy/Manifest
20 @@ -1 +1 @@
21 -DIST vimbuddy-0.9.2.zip 1547 BLAKE2B 4540c7b8aaf128813cc3791712cf4ebac739134d69d6fdb23ef38d170c84cd4175c1e4c04705761ac7ad3bd447c3752ffa2d675b40e20b7ec948370b95f67703 SHA512 cf42e9c2898e4b5335341215019c732075da7821c25c2887e718d0ae428c390afc5c81c9724c738f74b81d125e9b995dc279411e3a23e048e704bb1e3648e680
22 +DIST vimbuddy-0.9.2.tar.gz 1152 BLAKE2B cc7ea6fcffa05bacbcbcab2850486c648cc9dd4fe2d7896865ef17acef6c9cf8b05ee33a14fd212b156b4ee9c4c04a8abb764c320a74b0cfead545f1ab3f9636 SHA512 feca2b303e677cdc0ed1a02e92c54ae293ccd380006667ea49c93ea804975bf8c40044c11e2599ad3e81062a453465249120fc7daaf2eea994d8d81d3d2f87cb
23
24 diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild
25 index 8cd913f07dd..3edf253e2c9 100644
26 --- a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild
27 +++ b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2017 Gentoo Foundation
30 +# Copyright 1999-2018 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=6
34 @@ -7,7 +7,7 @@ inherit vim-plugin eutils
35
36 DESCRIPTION="vim plugin: vimbuddy for the status line"
37 HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim"
38 -SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.zip -> ${P}.zip"
39 +SRC_URI="https://github.com/vim-scripts/${PN}.vim/archive/${PV}.tar.gz -> ${P}.tar.gz"
40
41 LICENSE="public-domain"
42 KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"