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 32E00138334 for ; Wed, 6 Jun 2018 12:32:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73962E0B99; Wed, 6 Jun 2018 12:32:49 +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 F0F54E0B94 for ; Wed, 6 Jun 2018 12:32:48 +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 013BB335C97 for ; Wed, 6 Jun 2018 12:32:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB1AF2C3 for ; Wed, 6 Jun 2018 12:32:45 +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: <1528288339.6012b94121158390c5ebd05aef685d6fbb0f7f94.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimclojure/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimclojure/Manifest app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild X-VCS-Directories: app-vim/vimclojure/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 6012b94121158390c5ebd05aef685d6fbb0f7f94 X-VCS-Branch: master Date: Wed, 6 Jun 2018 12:32:45 +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: 1a545dc2-54df-4389-8f1f-7c9b77d8610f X-Archives-Hash: ca28d7a41d4acc09a66f730a16a4d2f9 commit: 6012b94121158390c5ebd05aef685d6fbb0f7f94 Author: Patrice Clement gentoo org> AuthorDate: Tue Jun 5 21:52:19 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Jun 6 12:32:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6012b941 app-vim/vimclojure: fetch tar.gz archive instead of zip. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-vim/vimclojure/Manifest | 1 + app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app-vim/vimclojure/Manifest b/app-vim/vimclojure/Manifest index abf9f05ef2a..6a2bba702e3 100644 --- a/app-vim/vimclojure/Manifest +++ b/app-vim/vimclojure/Manifest @@ -1 +1,2 @@ +DIST vimclojure-2.3.6.tar.gz 32456 BLAKE2B 7c80611516cf7e1d46400c8cc8c9f9f8146ce8f1ce2fc7458ad9e5a7c778f54496f3a1b2fe47a6cc9cb28cb8f6f0e0e67ace77a09c7258f1585cb76758d6e908 SHA512 186fd5607ccaa4b4344aed4d165d257d0518b3fe19d7b9d858b11a672f68c601bbd453fde7189dd61c3fc2f0b8517c3481579355bf5405ab90517dc48900fd51 DIST vimclojure-2.3.6.zip 44737 BLAKE2B a2eb0beafa54413d5557f8353c84274068df82a716890d2f1511d27c599d301c2ff2f7363e14e2f3132b52ede59ee4cd2eb091d94034aebc7f6a4aec398b8371 SHA512 daf4f691500c3b901a57849c6f07b500c49f7086e0733921f589e362a53a0d07b99eab7d6ea42f1828822942b294f51a684eec93ebab1797438da4b81199ca9d diff --git a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild b/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild index 2bf1249e856..e462631ecc0 100644 --- a/app-vim/vimclojure/vimclojure-2.3.6-r3.ebuild +++ b/app-vim/vimclojure/vimclojure-2.3.6-r3.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 @@ -9,7 +9,7 @@ MY_PN="VimClojure" DESCRIPTION="vim plugin: Clojure syntax highlighting, filetype and indent settings" HOMEPAGE="https://github.com/vim-scripts/VimClojure" -SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.zip -> ${P}.zip" +SRC_URI="https://github.com/vim-scripts/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" LICENSE="BSD"