diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 18:05:32 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:47 +0200 |
commit | 662d3c1c3524f3cca50959f6703c367befa62c65 (patch) | |
tree | 748e41ba82b5f70a855c9b92ece90de4b3188e38 /app-vim | |
parent | app-vim/toggle: EAPI8 bump (diff) | |
download | gentoo-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.ebuild | 15 |
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" |