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 1A79015838C for ; Sat, 20 Jan 2024 21:22:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97245E29C1; Sat, 20 Jan 2024 21:22:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C7B25E29C1 for ; Sat, 20 Jan 2024 21:22:20 +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 1CAEB343272 for ; Sat, 20 Jan 2024 21:22:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B23614BD for ; Sat, 20 Jan 2024 21:22:17 +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: <1705785703.e2766dc0d87dd2e02f6a1a233163e52baae75d88.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/extra-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/extra-syntax/extra-syntax-4-r3.ebuild X-VCS-Directories: app-vim/extra-syntax/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: e2766dc0d87dd2e02f6a1a233163e52baae75d88 X-VCS-Branch: master Date: Sat, 20 Jan 2024 21:22:17 +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: 75819d8c-a0c3-4fc1-bbb7-25a2efe5eb65 X-Archives-Hash: 80a0536ebde8ea05590d888fb4e62319 commit: e2766dc0d87dd2e02f6a1a233163e52baae75d88 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Jan 14 18:41:15 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Jan 20 21:21:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2766dc0 app-vim/extra-syntax: EAPI8 bump Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> app-vim/extra-syntax/extra-syntax-4-r3.ebuild | 35 +++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/app-vim/extra-syntax/extra-syntax-4-r3.ebuild b/app-vim/extra-syntax/extra-syntax-4-r3.ebuild new file mode 100644 index 000000000000..5d9a984425e6 --- /dev/null +++ b/app-vim/extra-syntax/extra-syntax-4-r3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: metapackage for all extra syntax packages" +HOMEPAGE="https://www.vim.org/" +LICENSE="metapackage" +KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86" +SRC_URI="" +S="${WORKDIR}" + +RDEPEND=" + ${RDEPEND} + app-vim/bnf-syntax + app-vim/brainfuck-syntax + app-vim/cfengine-syntax + app-vim/dhcpd-syntax + app-vim/ebnf-syntax + app-vim/eruby-syntax + app-vim/fluxbox-syntax + app-vim/gentoo-syntax + app-vim/gtk-syntax + app-vim/help-extra-syntax + app-vim/nagios-syntax + app-vim/ntp-syntax + app-vim/pgn-syntax + app-vim/selinux-syntax + app-vim/wikipedia-syntax + app-vim/xquery-syntax + app-vim/xsl-syntax" + +src_install() { :; }