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 880C9138334 for ; Tue, 12 Jun 2018 08:46:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A084BE0908; Tue, 12 Jun 2018 08:46:57 +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 5E4F6E0908 for ; Tue, 12 Jun 2018 08:46:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 736FA335C87 for ; Tue, 12 Jun 2018 08:46:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04A1630E for ; Tue, 12 Jun 2018 08:46:55 +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: <1528793203.ff7ce3e2db3f351907293fb57611409c2bd3e734.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimbuddy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimbuddy/Manifest app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild X-VCS-Directories: app-vim/vimbuddy/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: ff7ce3e2db3f351907293fb57611409c2bd3e734 X-VCS-Branch: master Date: Tue, 12 Jun 2018 08:46:55 +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: 787af486-a869-4d13-be9d-a76eb33ed1ce X-Archives-Hash: 7c063f4fd804157feae77d2a240e4e58 commit: ff7ce3e2db3f351907293fb57611409c2bd3e734 Author: Patrice Clement gentoo org> AuthorDate: Sun Jun 10 08:29:57 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Jun 12 08:46:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff7ce3e2 app-vim/vimbuddy: fetch tar.gz instead of zip archive. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-vim/vimbuddy/Manifest | 2 +- app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-vim/vimbuddy/Manifest b/app-vim/vimbuddy/Manifest index 5cccffcca24..707515d035c 100644 --- a/app-vim/vimbuddy/Manifest +++ b/app-vim/vimbuddy/Manifest @@ -1 +1 @@ -DIST vimbuddy-0.9.2.zip 1547 BLAKE2B 4540c7b8aaf128813cc3791712cf4ebac739134d69d6fdb23ef38d170c84cd4175c1e4c04705761ac7ad3bd447c3752ffa2d675b40e20b7ec948370b95f67703 SHA512 cf42e9c2898e4b5335341215019c732075da7821c25c2887e718d0ae428c390afc5c81c9724c738f74b81d125e9b995dc279411e3a23e048e704bb1e3648e680 +DIST vimbuddy-0.9.2.tar.gz 1152 BLAKE2B cc7ea6fcffa05bacbcbcab2850486c648cc9dd4fe2d7896865ef17acef6c9cf8b05ee33a14fd212b156b4ee9c4c04a8abb764c320a74b0cfead545f1ab3f9636 SHA512 feca2b303e677cdc0ed1a02e92c54ae293ccd380006667ea49c93ea804975bf8c40044c11e2599ad3e81062a453465249120fc7daaf2eea994d8d81d3d2f87cb diff --git a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild index 8cd913f07dd..3edf253e2c9 100644 --- a/app-vim/vimbuddy/vimbuddy-0.9.2-r1.ebuild +++ b/app-vim/vimbuddy/vimbuddy-0.9.2-r1.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 eutils DESCRIPTION="vim plugin: vimbuddy for the status line" HOMEPAGE="https://github.com/vim-scripts/vimbuddy.vim" -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="public-domain" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"