summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2018-06-06 00:06:42 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-06-06 14:32:31 +0200
commit4aa4e1070bc8ac30de51bd165ac88f7b6e39bcb8 (patch)
treedf2f362df7dc8e5fe73b0d1392d145339acf78fb /app-vim
parentapp-vim/ctrlp: version bump. (diff)
downloadgentoo-4aa4e1070bc8ac30de51bd165ac88f7b6e39bcb8.tar.gz
gentoo-4aa4e1070bc8ac30de51bd165ac88f7b6e39bcb8.tar.bz2
gentoo-4aa4e1070bc8ac30de51bd165ac88f7b6e39bcb8.zip
app-vim/indentpython: fetch tar.gz archive instead of zip.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/indentpython/Manifest2
-rw-r--r--app-vim/indentpython/indentpython-0.3.ebuild4
2 files changed, 2 insertions, 4 deletions
diff --git a/app-vim/indentpython/Manifest b/app-vim/indentpython/Manifest
index 297943cd6bc9..eb44d7fa6fd7 100644
--- a/app-vim/indentpython/Manifest
+++ b/app-vim/indentpython/Manifest
@@ -1 +1 @@
-DIST indentpython-0.3.zip 2682 BLAKE2B 0c803921ce23796dc48792a2e55ab721edd86d690e75df35e646cb71c53d32e3aa37870e2840b2363bb1ae277d4e35631a1b6d0d1735a62374b4fbc6e14154d9 SHA512 d358579357d5197dc035816b02557b8e84d5f0c85fb6433d171b9880e211dee75ef6f5fd7a37651677591c6c31a570c39094d6bbd5052a29ef344ec18b0e13c5
+DIST indentpython-0.3.tar.gz 2305 BLAKE2B 080224b87a10d1a7cd87523b37257b099efc873a954a5af63d8046351ad67fa6a58c6d84405ca50416b735f52835029e2fe653a24cd80d66dfb851f050b2421c SHA512 a3750ad7f935be914821cdff6b55b9bca1fe4d076d6c364be3854679c8c3466f14a4df486258fbee5a24d58373bc6258080e598992b22a0897e18a170555ebd6
diff --git a/app-vim/indentpython/indentpython-0.3.ebuild b/app-vim/indentpython/indentpython-0.3.ebuild
index 2f897aa847fc..d2abc1777cf7 100644
--- a/app-vim/indentpython/indentpython-0.3.ebuild
+++ b/app-vim/indentpython/indentpython-0.3.ebuild
@@ -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}"