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 6F188138335 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 96133E0E0B; 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 70E80E0E0B 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 5D1E6335CF4 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 C8F054E3 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: <1548370203.1b7285b800977fc8be0d9ebcda6e746ac8479b16.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-r1.ebuild X-VCS-Directories: app-vim/calendar/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 1b7285b800977fc8be0d9ebcda6e746ac8479b16 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: 0fedc6a6-c1a5-4a03-ae80-7d0863506082 X-Archives-Hash: 05a3303b0545936bc0e7896ec1ce3a6b commit: 1b7285b800977fc8be0d9ebcda6e746ac8479b16 Author: Patrice Clement gentoo org> AuthorDate: Thu Jan 24 22:45:43 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Jan 24 22:50:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b7285b8 app-vim/calendar: EAPI 6 bump. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --force app-vim/calendar/calendar-2.9-r1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app-vim/calendar/calendar-2.9-r1.ebuild b/app-vim/calendar/calendar-2.9-r1.ebuild new file mode 100644 index 00000000000..0e28ebd3dd1 --- /dev/null +++ b/app-vim/calendar/calendar-2.9-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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"