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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58C70158089 for ; Thu, 14 Sep 2023 21:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC8A62BC096; Thu, 14 Sep 2023 21:23:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D35762BC094 for ; Thu, 14 Sep 2023 21:23:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A1F24335D31 for ; Thu, 14 Sep 2023 21:23:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58E3311BF for ; Thu, 14 Sep 2023 21:23:47 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1694726573.c2f8e6ab2f08c7b3fd1b0ab001e9ec2e4f24bce1.conikost@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-r2.ebuild X-VCS-Directories: app-vim/zoomwin/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c2f8e6ab2f08c7b3fd1b0ab001e9ec2e4f24bce1 X-VCS-Branch: master Date: Thu, 14 Sep 2023 21:23:47 +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: 7f67dcbb-2037-4c97-87af-db54649af855 X-Archives-Hash: 278626957aec2cbc54bf3686c5a4fec7 commit: c2f8e6ab2f08c7b3fd1b0ab001e9ec2e4f24bce1 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Mar 19 17:36:34 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 14 21:22:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2f8e6ab app-vim/zoomwin: EAPI8 bump Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-vim/zoomwin/zoomwin-24-r2.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app-vim/zoomwin/zoomwin-24-r2.ebuild b/app-vim/zoomwin/zoomwin-24-r2.ebuild new file mode 100644 index 000000000000..174c3aa672cf --- /dev/null +++ b/app-vim/zoomwin/zoomwin-24-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: brief-style window zooming" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=508" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" + +VIM_PLUGIN_HELPFILES="zoomwin"