Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimoutliner/
Date: Thu, 29 Aug 2019 11:39:38
Message-Id: 1567078743.1ab696f7deec0ee31f3d06d6aa7ba47c1291c20a.soap@gentoo
1 commit: 1ab696f7deec0ee31f3d06d6aa7ba47c1291c20a
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 11:39:03 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 11:39:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ab696f7
7
8 app-vim/vimoutliner: [QA] Use tarball instead of zip archive
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-vim/vimoutliner/Manifest | 2 +-
14 app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild | 4 ++--
15 app-vim/vimoutliner/vimoutliner-0.3.6-r2.ebuild | 2 +-
16 3 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-vim/vimoutliner/Manifest b/app-vim/vimoutliner/Manifest
19 index e8ded346cee..d5538830290 100644
20 --- a/app-vim/vimoutliner/Manifest
21 +++ b/app-vim/vimoutliner/Manifest
22 @@ -1,2 +1,2 @@
23 -DIST vimoutliner-0.3.6.zip 249053 BLAKE2B 329fbf73423291598a104881299200153c6d98cf75f3884c690879dc3460c4190c09eefec55415589f16a426ee76911a8ee7761a158d76b9e84360f5fadb83eb SHA512 20d348ff1b1b9572956fdc56b75e742b25b7deac2637fa6972a1e451edc1f679d8255847a291b84c80866a9ad8a37421524b8eb33565a1bb32ff2b75d0b68dde
24 +DIST vimoutliner-0.3.6.tar.gz 210251 BLAKE2B d50b3d1c752fba80e26d7430801baf30a7945d84d30866556821319fb052252a37e2dd7f989c47c376b4986b616c7f99e0753ef3f6b54b9f4f02aa166e998b65 SHA512 62c860067d394dbae639aa9d51627637769c22c4c651f2f9328ca88e8afd85396e1f371bb0cfee432e7a1faabee570a1e29ec086c6532681a309b909225fb90b
25 DIST vimoutliner-0.4.0_p20180301.tar.gz 367361 BLAKE2B a97df5c154e6ed9b3209bd90bd57b4166877f02b9513351fda0e841de84334a1e592e1ed56b46cc59bc6bb64f3c763cdca81df3f8696f3c348a8ef4744124c02 SHA512 f9f369e7e7f09dac04b58a27a86dc2121b3aacd0002537db348517e779fd1b7c9e88ae905b4b42aace10f79cb8f91acada1ad58e26f2257e46d1af98347eab62
26
27 diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild
28 index 36ebfb95a0a..476488e93c9 100644
29 --- a/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild
30 +++ b/app-vim/vimoutliner/vimoutliner-0.3.6-r1.ebuild
31 @@ -1,4 +1,4 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 +# Copyright 1999-2019 Gentoo Authors
34 # Distributed under the terms of the GNU General Public License v2
35
36 EAPI=6
37 @@ -7,7 +7,7 @@ inherit vim-plugin
38
39 DESCRIPTION="vim plugin: easy and fast outlining"
40 HOMEPAGE="https://github.com/vimoutliner/vimoutliner"
41 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.zip -> ${P}.zip"
42 +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 LICENSE="GPL-2"
44 KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
45
46
47 diff --git a/app-vim/vimoutliner/vimoutliner-0.3.6-r2.ebuild b/app-vim/vimoutliner/vimoutliner-0.3.6-r2.ebuild
48 index b9d58e98e88..3834129199c 100644
49 --- a/app-vim/vimoutliner/vimoutliner-0.3.6-r2.ebuild
50 +++ b/app-vim/vimoutliner/vimoutliner-0.3.6-r2.ebuild
51 @@ -9,7 +9,7 @@ inherit vim-plugin python-single-r1
52
53 DESCRIPTION="vim plugin: easy and fast outlining"
54 HOMEPAGE="https://github.com/vimoutliner/vimoutliner"
55 -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.zip -> ${P}.zip"
56 +SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
57 LICENSE="GPL-2"
58 KEYWORDS="~amd64 ~x86"