diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:39:00 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:39:00 +0200 |
commit | 66c63cdad2375e118f00ec136fafd6d7f58e9de6 (patch) | |
tree | 2e97295fd490242406ca94c913d53ac3c2114e5e /app-vim | |
parent | app-vim/jedi: [QA] Use tarball instead of zip archive (diff) | |
download | gentoo-66c63cdad2375e118f00ec136fafd6d7f58e9de6.tar.gz gentoo-66c63cdad2375e118f00ec136fafd6d7f58e9de6.tar.bz2 gentoo-66c63cdad2375e118f00ec136fafd6d7f58e9de6.zip |
app-vim/perlomni: [QA] Use tarball instead of zip archive
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/perlomni/Manifest | 2 | ||||
-rw-r--r-- | app-vim/perlomni/perlomni-2.5.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/perlomni/Manifest b/app-vim/perlomni/Manifest index 48e3dc553221..52e6b2f8c61a 100644 --- a/app-vim/perlomni/Manifest +++ b/app-vim/perlomni/Manifest @@ -1 +1 @@ -DIST perlomni-2.5.zip 26871 BLAKE2B 02a905b42580d2c66f50182fc2cae1aad4a3cde1fbef5c48a6870a810069c53b24b2cfa4e2ecf16c3e60d0a6588359b337e0652e21bbda442dd04b5d3bb2b5aa SHA512 aeb4bb6efef859145a942271ac4e08c99af3aed45024ca2d5affe2e72c356fa4e8f9cef78ff8a1796426ec9d2339ea2b83f07b224a1b4b98598aec5f6f45b0d7 +DIST perlomni-2.5.tar.gz 20152 BLAKE2B ccba727b3ed2317a2f1983202eda97dac38080ee0e79173a402f45956c713741acebe9c79ab8321bd5b3c23481bb02963fe93edc26d022ccf29d3724a704f006 SHA512 5a7eb10233d620db73387d79801b451183e1a00f3086f4667cfaa871e6cdd43b1c978beca8eec28050148709d98e8f55be048806f111fb4bdee16a4e22786bb8 diff --git a/app-vim/perlomni/perlomni-2.5.ebuild b/app-vim/perlomni/perlomni-2.5.ebuild index 8ec957c7ec19..a946abada7e4 100644 --- a/app-vim/perlomni/perlomni-2.5.ebuild +++ b/app-vim/perlomni/perlomni-2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: a vim plugin with Perl omni completion functions" HOMEPAGE="https://github.com/c9s/perlomni.vim" -SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.zip -> ${P}.zip" +SRC_URI="https://github.com/c9s/${PN}.vim/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="vim.org" KEYWORDS="amd64 ppc ppc64 x86" |