app-vim/indentpython: fetch tar.gz archive instead of zip.
authorPatrice Clement <monsieurp@gentoo.org>
Tue, 5 Jun 2018 22:06:42 +0000 (00:06 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Wed, 6 Jun 2018 12:32:31 +0000 (14:32 +0200)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-vim/indentpython/Manifest
app-vim/indentpython/indentpython-0.3.ebuild

index 297943cd6bc95537bce62ef121328fd3b40db2e5..eb44d7fa6fd7fa67398bb1152fba59e4818f8523 100644 (file)
@@ -1 +1 @@
-DIST indentpython-0.3.zip 2682 BLAKE2B 0c803921ce23796dc48792a2e55ab721edd86d690e75df35e646cb71c53d32e3aa37870e2840b2363bb1ae277d4e35631a1b6d0d1735a62374b4fbc6e14154d9 SHA512 d358579357d5197dc035816b02557b8e84d5f0c85fb6433d171b9880e211dee75ef6f5fd7a37651677591c6c31a570c39094d6bbd5052a29ef344ec18b0e13c5
+DIST indentpython-0.3.tar.gz 2305 BLAKE2B 080224b87a10d1a7cd87523b37257b099efc873a954a5af63d8046351ad67fa6a58c6d84405ca50416b735f52835029e2fe653a24cd80d66dfb851f050b2421c SHA512 a3750ad7f935be914821cdff6b55b9bca1fe4d076d6c364be3854679c8c3466f14a4df486258fbee5a24d58373bc6258080e598992b22a0897e18a170555ebd6
index 2f897aa847fce05d4c0acbf801467da3d44c5b0f..d2abc1777cf7ae8484fc3043cfa24bb1eeaae71d 100644 (file)
@@ -7,10 +7,8 @@ inherit vim-plugin
 
 DESCRIPTION="vim plugin: Indent Python code according to PEP8"
 HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=974"
-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="vim.org"
 KEYWORDS="amd64 ppc ppc64 x86"
 
-DEPEND="app-arch/unzip"
-
 S="${WORKDIR}/${PN}.vim-${PV}"