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 8237B138335 for ; Thu, 20 Sep 2018 05:31:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70C2FE08EF; Thu, 20 Sep 2018 05:31:34 +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 453CDE08E8 for ; Thu, 20 Sep 2018 05:31:33 +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 F40FB335D0A for ; Thu, 20 Sep 2018 05:31:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5065C3DF for ; Thu, 20 Sep 2018 05:31:30 +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: <1537421451.f1f3ed3ef79e14ac4463c02981a6ed6f1eb5d5d1.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/fugitive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/fugitive/Manifest app-vim/fugitive/fugitive-2.2.ebuild X-VCS-Directories: app-vim/fugitive/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: f1f3ed3ef79e14ac4463c02981a6ed6f1eb5d5d1 X-VCS-Branch: master Date: Thu, 20 Sep 2018 05:31:30 +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: fcb5f696-6651-4f1a-8b3b-d59fe88cb647 X-Archives-Hash: b677fcad3dc448a9b70c2732161c1a44 commit: f1f3ed3ef79e14ac4463c02981a6ed6f1eb5d5d1 Author: Tim Harder gentoo org> AuthorDate: Wed Sep 19 05:54:16 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Sep 20 05:30:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f3ed3e app-vim/fugitive: remove old app-vim/fugitive/Manifest | 1 - app-vim/fugitive/fugitive-2.2.ebuild | 22 ---------------------- 2 files changed, 23 deletions(-) diff --git a/app-vim/fugitive/Manifest b/app-vim/fugitive/Manifest index 28a842482bb..377687c55fd 100644 --- a/app-vim/fugitive/Manifest +++ b/app-vim/fugitive/Manifest @@ -1,3 +1,2 @@ -DIST fugitive-2.2.tar.gz 30651 BLAKE2B 7e6ecf372661afcfa586097e979c996f19df85bf41d3b2409e26fe9131a48c02946614a15231accecbe8906a458698f89b66cc86f3707f2f7014e00d795786fe SHA512 763fc352e495dae6346fdedee5e3993a11fe402dbad0e9ee4b002b6b416404c46b56a061b3d9e663174b371d2d62e62e22f5a2cf8767fb6aee28b236c77d9d41 DIST fugitive-2.3.tar.gz 30949 BLAKE2B ff62ad9f5b85fff6a06fe006884901ca0f80a5ee139032955a6af596cadf3dca18d73980da12429706102cbe8105fcbff5fb1dd6375b851f978746a5251f1d22 SHA512 8a176705c0326ac034abaf23423e58d490feb7f11dc45ad23641fafb95279094ed38475a90e7c2e7fc95c615558db75f3587740e2658f3988fa07a1957aa1039 DIST fugitive-2.4.tar.gz 33340 BLAKE2B d5e5df47e0492510abae735dd47b51d797fe38862401f7d8e64404f6fa4e040641141c6febb13b05910cc44dc0372b084fe0ee8c3980a73d11d65e1a502ed627 SHA512 fb9d4129090bbafcace9400e9f21feae06bc9f903a54cfef7c4cbfa62856019a511b924c294e86fd26cd713d588ca0054a17d9676b59e2f406779ab5d51c3363 diff --git a/app-vim/fugitive/fugitive-2.2.ebuild b/app-vim/fugitive/fugitive-2.2.ebuild deleted file mode 100644 index 5f7552c24ee..00000000000 --- a/app-vim/fugitive/fugitive-2.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit vim-plugin - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/tpope/vim-fugitive.git" -else - inherit vcs-snapshot - SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86 ~ppc-macos ~x64-macos" -fi - -DESCRIPTION="vim plugin: a git wrapper for vim" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/" -LICENSE="vim" - -VIM_PLUGIN_HELPFILES="${PN}.txt" - -RDEPEND="dev-vcs/git"