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 97E41138330 for ; Fri, 23 Sep 2016 05:55:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4504E08E1; Fri, 23 Sep 2016 05:55:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F051AE08E1 for ; Fri, 23 Sep 2016 05:55:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6B0C340B23 for ; Fri, 23 Sep 2016 05:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34DC62487 for ; Fri, 23 Sep 2016 05:55:08 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1474610059.3f98f95e0a55007c3574fbf26804d97eef98dd26.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/gitgutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/gitgutter/Manifest app-vim/gitgutter/gitgutter-20160916.ebuild app-vim/gitgutter/gitgutter-99999999.ebuild X-VCS-Directories: app-vim/gitgutter/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 3f98f95e0a55007c3574fbf26804d97eef98dd26 X-VCS-Branch: master Date: Fri, 23 Sep 2016 05:55:08 +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: 5ff34aa0-1bbb-47f1-877a-42c99f4fa1cd X-Archives-Hash: d7e9a85b431921dbf15a8f0bc848e49a commit: 3f98f95e0a55007c3574fbf26804d97eef98dd26 Author: Tim Harder gentoo org> AuthorDate: Fri Sep 23 05:54:19 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Sep 23 05:54:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f98f95e app-vim/gitgutter: version bump to 20160916 app-vim/gitgutter/Manifest | 1 + .../gitgutter/{gitgutter-99999999.ebuild => gitgutter-20160916.ebuild} | 3 ++- app-vim/gitgutter/gitgutter-99999999.ebuild | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app-vim/gitgutter/Manifest b/app-vim/gitgutter/Manifest index 8e37262..43d443d 100644 --- a/app-vim/gitgutter/Manifest +++ b/app-vim/gitgutter/Manifest @@ -1 +1,2 @@ DIST gitgutter-20160316.tar.bz2 37102 SHA256 41d3e44ae569cf208682e0e50b30bef669e195ad048196ec8fc91a9d8496637a SHA512 f63bb92097c1c52d5a6d84d9707358d4c3c681b1e7b5f4cc19846cda0ee5938d7f0180d5f9dcf259f06d32839e64ebbc4d7b4b681fc91cc785e484fba7d4c1b7 WHIRLPOOL 45a7fcb9108eeab47fdd2cfcc2f9409335d5b322d7bb1db58d9b702583b384d9c9a7ac7084620de1ce2a99370e87b29063291c8aee87c6710bf2153289afc003 +DIST gitgutter-20160916.tar.bz2 40664 SHA256 28927a857a3f37bd2d3348b6bec8d5b7fec856a5b96b06b3bcd80275ef402314 SHA512 7e3724f6b4845d4b1cbb75edecf6b1701ebd174e808a7db69930dda6913b8552d3bb1d366973198768df78ba4978b20ddab360ee4988498f30107dfe7fc1102f WHIRLPOOL a7e01d887dea3aacde7f27e9cdc9f45c7abb7928164508044e6c86f2e8380557a39a455ad57dedb360dd9339c78034abb1e815f50cc694ee799d6336088722e2 diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-20160916.ebuild similarity index 97% copy from app-vim/gitgutter/gitgutter-99999999.ebuild copy to app-vim/gitgutter/gitgutter-20160916.ebuild index 6ae5ba5..975c09c 100644 --- a/app-vim/gitgutter/gitgutter-99999999.ebuild +++ b/app-vim/gitgutter/gitgutter-20160916.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit vim-plugin if [[ ${PV} == 9999* ]]; then @@ -18,6 +18,7 @@ LICENSE="MIT" VIM_PLUGIN_HELPFILES="${PN}.txt" src_prepare() { + default rm README* screenshot.png || die rm -rf test || die } diff --git a/app-vim/gitgutter/gitgutter-99999999.ebuild b/app-vim/gitgutter/gitgutter-99999999.ebuild index 6ae5ba5..975c09c 100644 --- a/app-vim/gitgutter/gitgutter-99999999.ebuild +++ b/app-vim/gitgutter/gitgutter-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 inherit vim-plugin if [[ ${PV} == 9999* ]]; then @@ -18,6 +18,7 @@ LICENSE="MIT" VIM_PLUGIN_HELPFILES="${PN}.txt" src_prepare() { + default rm README* screenshot.png || die rm -rf test || die }