summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-19 18:05:32 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-09-14 23:22:47 +0200
commit662d3c1c3524f3cca50959f6703c367befa62c65 (patch)
tree748e41ba82b5f70a855c9b92ece90de4b3188e38 /app-vim
parentapp-vim/toggle: EAPI8 bump (diff)
downloadgentoo-662d3c1c3524f3cca50959f6703c367befa62c65.tar.gz
gentoo-662d3c1c3524f3cca50959f6703c367befa62c65.tar.bz2
gentoo-662d3c1c3524f3cca50959f6703c367befa62c65.zip
app-vim/tt2-syntax: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/tt2-syntax/tt2-syntax-1.13-r2.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13-r2.ebuild b/app-vim/tt2-syntax/tt2-syntax-1.13-r2.ebuild
new file mode 100644
index 000000000000..e09e421a7db1
--- /dev/null
+++ b/app-vim/tt2-syntax/tt2-syntax-1.13-r2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=830"
+
+LICENSE="vim"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides syntax highlighting for perl module Template-Toolkit"