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 41BEF138336 for ; Tue, 12 Mar 2019 23:25:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3133E0917; Tue, 12 Mar 2019 23:25:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C901EE0917 for ; Tue, 12 Mar 2019 23:25:03 +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 40C05335D06 for ; Tue, 12 Mar 2019 22:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEBF653A for ; Tue, 12 Mar 2019 22:29:15 +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: <1552429742.253486680fd725b5eacbe6c216fb0678039b3f9b.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/zoomwin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/zoomwin/zoomwin-24-r1.ebuild X-VCS-Directories: app-vim/zoomwin/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 253486680fd725b5eacbe6c216fb0678039b3f9b X-VCS-Branch: master Date: Tue, 12 Mar 2019 22:29:15 +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: de54c913-612a-45fb-bf24-2cd7eb760402 X-Archives-Hash: 6a391f8e524c761bbc6335ee3cbdd349 commit: 253486680fd725b5eacbe6c216fb0678039b3f9b Author: Patrice Clement gentoo org> AuthorDate: Tue Mar 12 22:25:29 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Mar 12 22:29:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25348668 app-vim/zoomwin: 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/zoomwin/zoomwin-24-r1.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app-vim/zoomwin/zoomwin-24-r1.ebuild b/app-vim/zoomwin/zoomwin-24-r1.ebuild new file mode 100644 index 00000000000..81a1be2d4cb --- /dev/null +++ b/app-vim/zoomwin/zoomwin-24-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: brief-style window zooming" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508" +LICENSE="vim" +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86" + +VIM_PLUGIN_HELPFILES="zoomwin"