From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [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 8AE19138336 for ; Thu, 24 Jan 2019 22:50:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76B75E0E0F; Thu, 24 Jan 2019 22:50:22 +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 572BDE0E0B for ; Thu, 24 Jan 2019 22:50:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 737FE335CFB for ; Thu, 24 Jan 2019 22:50:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC82D501 for ; Thu, 24 Jan 2019 22:50:13 +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: <1548370205.facb032096bf922dba78f40b6f7e1e1fd385440a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/calendar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/calendar/calendar-2.9.ebuild X-VCS-Directories: app-vim/calendar/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: facb032096bf922dba78f40b6f7e1e1fd385440a X-VCS-Branch: master Date: Thu, 24 Jan 2019 22:50:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bdc47f6c-09f7-42f0-a89e-39759f02449b X-Archives-Hash: 186061d20fe752c3e1ab58c5e44f8fc0 commit: facb032096bf922dba78f40b6f7e1e1fd385440a Author: Patrice Clement gentoo org> AuthorDate: Thu Jan 24 22:46:28 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Jan 24 22:50:05 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=facb0320 app-vim/calendar: clean up old. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-vim/calendar/calendar-2.9.ebuild | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/app-vim/calendar/calendar-2.9.ebuild b/app-vim/calendar/calendar-2.9.ebuild deleted file mode 100644 index d8ec95a7f8c..00000000000 --- a/app-vim/calendar/calendar-2.9.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit vim-plugin - -DESCRIPTION="vim plugin: calendar window" -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=52" -LICENSE="vim" -KEYWORDS="amd64 ~mips ppc x86" - -VIM_PLUGIN_HELPFILES="${PN}.txt"