From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0F8CE138334 for ; Wed, 6 Jun 2018 12:32:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13044E0BA8; Wed, 6 Jun 2018 12:32:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73DEFE0BA2 for ; Wed, 6 Jun 2018 12:32:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2963F335C8D for ; Wed, 6 Jun 2018 12:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48F6E2CB for ; Wed, 6 Jun 2018 12:32:46 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1528288347.6fae814640aef0ef3e760be2eca3641f9deaac4d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-go/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-go/Manifest app-vim/vim-go/vim-go-1.13.ebuild X-VCS-Directories: app-vim/vim-go/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6fae814640aef0ef3e760be2eca3641f9deaac4d X-VCS-Branch: master Date: Wed, 6 Jun 2018 12:32:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b34116e4-cdbb-452a-b909-687976440d16 X-Archives-Hash: 0a729fa633e0157d6ab67cedab5d7722 commit: 6fae814640aef0ef3e760be2eca3641f9deaac4d Author: Patrice Clement gentoo org> AuthorDate: Tue Jun 5 21:57:12 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Jun 6 12:32:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fae8146 app-vim/vim-go: fetch tar.gz archive instead of zip. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-vim/vim-go/Manifest | 2 +- app-vim/vim-go/vim-go-1.13.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-vim/vim-go/Manifest b/app-vim/vim-go/Manifest index afe145cba8a..a4361b8989c 100644 --- a/app-vim/vim-go/Manifest +++ b/app-vim/vim-go/Manifest @@ -1 +1 @@ -DIST vim-go-1.13.zip 900566 BLAKE2B 31867c47ce7ab11a4948ad52775793586f51ebbfdcdb49ae934ee26842e1d25156ac606b44dcaee56787bd4ea761705f1730f092ff59a3ab6cfffd8c9acfef9c SHA512 3a1818c126c6ab01cd6993336c9e87f88357375b5252e0aeed434dccd0514cbcb1b7c96dce2aaf8f8c2e21909a17bf4bbb39a386ee1f7049b50a85ed9c635817 +DIST vim-go-1.13.tar.gz 870173 BLAKE2B a2f67cef249191cf91caf45c120e471301a89ee365ba9add839edea17990ff3aba7238965dac1c71a89d2004dfcfd486319fc4f1474c7ee94d3845724cd9b289 SHA512 c2aa31104168f3a8e1f96b0ad2c51dc1c2e5a1de3db76f0009edfb38bf60ebfcd9bd8a86fedb6ff6d6d789973a557d6ed03e38e67159bc43c5231449b0253c25 diff --git a/app-vim/vim-go/vim-go-1.13.ebuild b/app-vim/vim-go/vim-go-1.13.ebuild index 2cffe300bf0..a57788c4373 100644 --- a/app-vim/vim-go/vim-go-1.13.ebuild +++ b/app-vim/vim-go/vim-go-1.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit vim-plugin DESCRIPTION="vim plugin: Go development plugin for Vim" HOMEPAGE="https://github.com/fatih/vim-go" -SRC_URI="https://github.com/fatih/${PN}/archive/v${PV}.zip -> ${P}.zip" +SRC_URI="https://github.com/fatih/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" KEYWORDS="~amd64 ~x86"