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/perlomni/
Date: Thu, 29 Aug 2019 11:39:37
Message-Id: 1567078740.66c63cdad2375e118f00ec136fafd6d7f58e9de6.soap@gentoo
1 commit: 66c63cdad2375e118f00ec136fafd6d7f58e9de6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 11:39:00 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 11:39:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c63cda
7
8 app-vim/perlomni: [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/perlomni/Manifest | 2 +-
14 app-vim/perlomni/perlomni-2.5.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-vim/perlomni/Manifest b/app-vim/perlomni/Manifest
18 index 48e3dc55322..52e6b2f8c61 100644
19 --- a/app-vim/perlomni/Manifest
20 +++ b/app-vim/perlomni/Manifest
21 @@ -1 +1 @@
22 -DIST perlomni-2.5.zip 26871 BLAKE2B 02a905b42580d2c66f50182fc2cae1aad4a3cde1fbef5c48a6870a810069c53b24b2cfa4e2ecf16c3e60d0a6588359b337e0652e21bbda442dd04b5d3bb2b5aa SHA512 aeb4bb6efef859145a942271ac4e08c99af3aed45024ca2d5affe2e72c356fa4e8f9cef78ff8a1796426ec9d2339ea2b83f07b224a1b4b98598aec5f6f45b0d7
23 +DIST perlomni-2.5.tar.gz 20152 BLAKE2B ccba727b3ed2317a2f1983202eda97dac38080ee0e79173a402f45956c713741acebe9c79ab8321bd5b3c23481bb02963fe93edc26d022ccf29d3724a704f006 SHA512 5a7eb10233d620db73387d79801b451183e1a00f3086f4667cfaa871e6cdd43b1c978beca8eec28050148709d98e8f55be048806f111fb4bdee16a4e22786bb8
24
25 diff --git a/app-vim/perlomni/perlomni-2.5.ebuild b/app-vim/perlomni/perlomni-2.5.ebuild
26 index 8ec957c7ec1..a946abada7e 100644
27 --- a/app-vim/perlomni/perlomni-2.5.ebuild
28 +++ b/app-vim/perlomni/perlomni-2.5.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 +# Copyright 1999-2019 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=6
35 @@ -7,7 +7,7 @@ inherit vim-plugin
36
37 DESCRIPTION="vim plugin: a vim plugin with Perl omni completion functions"
38 HOMEPAGE="https://github.com/c9s/perlomni.vim"
39 -SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.zip -> ${P}.zip"
40 +SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 LICENSE="vim.org"
42 KEYWORDS="amd64 ppc ppc64 x86"