From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 814AF59CA3 for ; Sun, 13 Mar 2016 01:23:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEB0821C05A; Sun, 13 Mar 2016 01:23:43 +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 E853A21C05A for ; Sun, 13 Mar 2016 01:23:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0767D340C42 for ; Sun, 13 Mar 2016 01:23:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F5EC2098 for ; Sun, 13 Mar 2016 01:23:37 +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: <1457831874.c91a1a21f340b24215eb7adc6854592203e877a8.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/calendar/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/calendar/Manifest app-vim/calendar/calendar-2.5.ebuild X-VCS-Directories: app-vim/calendar/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c91a1a21f340b24215eb7adc6854592203e877a8 X-VCS-Branch: master Date: Sun, 13 Mar 2016 01:23:37 +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: 161f107e-87eb-4909-82e5-99320fb4a25c X-Archives-Hash: 5b2966275f09db1da802647a58745532 commit: c91a1a21f340b24215eb7adc6854592203e877a8 Author: Tim Harder gentoo org> AuthorDate: Sun Mar 13 01:17:36 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Mar 13 01:17:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91a1a21 app-vim/calendar: remove old app-vim/calendar/Manifest | 1 - app-vim/calendar/calendar-2.5.ebuild | 17 ----------------- 2 files changed, 18 deletions(-) diff --git a/app-vim/calendar/Manifest b/app-vim/calendar/Manifest index ec8f91e..4652801 100644 --- a/app-vim/calendar/Manifest +++ b/app-vim/calendar/Manifest @@ -1,2 +1 @@ -DIST calendar-2.5.tar.bz2 9787 SHA256 ff7b505a6e818f09c47a2cdd32060e8b6095f9162169e34f93ac82de7ef85af4 SHA512 b99b6b5f461a46386d43af442895aaffd502a1cfe272fa75433a8f6afc77cdae91c9c4529ef12b56b1ff003b79e75b12577ba4cef3a399c04ed1b06d027aae24 WHIRLPOOL 956fa3d69814e60bb1b89f84a0afa84267794ed35c94b9b52668706338d5d66e1e61e71c54a8c9b5ad867c1517f9241646dcb29e087fa91c073bb3752829f55b DIST calendar-2.9.tar.bz2 11070 SHA256 144a657523f20514290092b4e17b307622e259838f1ba6f59c0bacb4a0bd3c52 SHA512 8d1c29cb1e7b8189447d60bb5e8940b7ed52837c9039bd8ff8e3ce19c5fd7a9a8060291bb8a0c0bd2a2bb677fce388bb7f807f25358f3903c28b07c715ae1a07 WHIRLPOOL 703075efc70b13d19e925ab395a94940cb242c56184c2d30c3e83fe834b8188b977706207128b115c623d591e41ecc85a46c5fdec2649472d4b1504d830263de diff --git a/app-vim/calendar/calendar-2.5.ebuild b/app-vim/calendar/calendar-2.5.ebuild deleted file mode 100644 index 04e2580..0000000 --- a/app-vim/calendar/calendar-2.5.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=3 - -inherit vim-plugin - -DESCRIPTION="vim plugin: calendar window" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=52" -LICENSE="vim" -KEYWORDS="amd64 ~mips ppc x86" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"This plugin provides a calendar window for vim. To start it, use the -:Calendar command."