commit: 4aa4e1070bc8ac30de51bd165ac88f7b6e39bcb8 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Tue Jun 5 22:06:42 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Wed Jun 6 12:32:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aa4e107
app-vim/indentpython: fetch tar.gz archive instead of zip. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-vim/indentpython/Manifest | 2 +- app-vim/indentpython/indentpython-0.3.ebuild | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app-vim/indentpython/Manifest b/app-vim/indentpython/Manifest index 297943cd6bc..eb44d7fa6fd 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 2f897aa847f..d2abc1777cf 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}"
