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 2F6461396D0 for ; Thu, 17 Aug 2017 21:10:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FEDE1FC053; Thu, 17 Aug 2017 21:10:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 406F51FC053 for ; Thu, 17 Aug 2017 21:10:04 +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 B9A9A3418D4 for ; Thu, 17 Aug 2017 21:10:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D16A7943 for ; Thu, 17 Aug 2017 21:10:01 +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: <1503004164.805d270a2d2ef1096d73ddc94a4d81dbf9005293.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vimagit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vimagit/Manifest app-vim/vimagit/vimagit-1.7.2.ebuild app-vim/vimagit/vimagit-9999.ebuild X-VCS-Directories: app-vim/vimagit/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 805d270a2d2ef1096d73ddc94a4d81dbf9005293 X-VCS-Branch: master Date: Thu, 17 Aug 2017 21:10:01 +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: c7b147c6-23be-49ac-a973-01ae1a8f68c1 X-Archives-Hash: f2be3a44aa1aa9580aa3038446dc3b47 commit: 805d270a2d2ef1096d73ddc94a4d81dbf9005293 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 17 21:07:01 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 17 21:09:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=805d270a app-vim/vimagit: version bump to 1.7.2 app-vim/vimagit/Manifest | 1 + app-vim/vimagit/{vimagit-9999.ebuild => vimagit-1.7.2.ebuild} | 5 +++++ app-vim/vimagit/vimagit-9999.ebuild | 5 +++++ 3 files changed, 11 insertions(+) diff --git a/app-vim/vimagit/Manifest b/app-vim/vimagit/Manifest index 4c24c28e67c..7333c82daea 100644 --- a/app-vim/vimagit/Manifest +++ b/app-vim/vimagit/Manifest @@ -1 +1,2 @@ DIST vimagit-1.7.1.tar.gz 35302 SHA256 96b61af002f31f1a73bb67ced06e8aced696e6c9539f0d5be9f25c469f1a16c4 SHA512 8ce2959c135da90b880ccdcd66e71661c7908f250d47a24ede025762a6e9422cebcf8fd516bf99e475605f4278e232713c66293781ceb95f47a22031e9260a71 WHIRLPOOL 8331ab3736017b8930934e8661002edf3d24efe92032f7e0656338ae44f21b02037a9673f91e6733b4ef09b15a75b413419b91a656a54224317d5aba24aa1f9d +DIST vimagit-1.7.2.tar.gz 37398 SHA256 bac4b3b3e91815699ae34374874e2fd181f31108f8dd4be6c434d79c8eb462d5 SHA512 8b825da4b411732db022b1a3f25f6f779ba5e58df5ca4d404e985b16a4811f911c626674f1a7f4a285d78369f4c7ad3a33b7ffa2b50f1a4a94372a3c5fb29a15 WHIRLPOOL e1376e9fd3652812a963eb94840022a513ef2ef563ad81329e601db956c40ccdb18d2ecfc2d3995aef4648768ade73883c9c0f4cc35b712e102e18ec812aba24 diff --git a/app-vim/vimagit/vimagit-9999.ebuild b/app-vim/vimagit/vimagit-1.7.2.ebuild similarity index 91% copy from app-vim/vimagit/vimagit-9999.ebuild copy to app-vim/vimagit/vimagit-1.7.2.ebuild index 1583759b0cc..5e291f76fe7 100644 --- a/app-vim/vimagit/vimagit-9999.ebuild +++ b/app-vim/vimagit/vimagit-1.7.2.ebuild @@ -18,3 +18,8 @@ LICENSE="vim" VIM_PLUGIN_HELPFILES="${PN}" RDEPEND="dev-vcs/git" + +src_prepare() { + rm _config.yml || die + default +} diff --git a/app-vim/vimagit/vimagit-9999.ebuild b/app-vim/vimagit/vimagit-9999.ebuild index 1583759b0cc..5e291f76fe7 100644 --- a/app-vim/vimagit/vimagit-9999.ebuild +++ b/app-vim/vimagit/vimagit-9999.ebuild @@ -18,3 +18,8 @@ LICENSE="vim" VIM_PLUGIN_HELPFILES="${PN}" RDEPEND="dev-vcs/git" + +src_prepare() { + rm _config.yml || die + default +}