diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 17:38:47 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:42 +0200 |
commit | 726948aebb3e24c6cf4766b12e764ff70cb5ca04 (patch) | |
tree | 7922a6d799423893054c651f23fab4aecd11e035 /app-vim/ntp-syntax/ntp-syntax-20031001-r2.ebuild | |
parent | app-vim/nerdtree-tabs: EAPI8 bump (diff) | |
download | gentoo-726948aebb3e24c6cf4766b12e764ff70cb5ca04.tar.gz gentoo-726948aebb3e24c6cf4766b12e764ff70cb5ca04.tar.bz2 gentoo-726948aebb3e24c6cf4766b12e764ff70cb5ca04.zip |
app-vim/ntp-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/ntp-syntax/ntp-syntax-20031001-r2.ebuild')
-rw-r--r-- | app-vim/ntp-syntax/ntp-syntax-20031001-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-vim/ntp-syntax/ntp-syntax-20031001-r2.ebuild b/app-vim/ntp-syntax/ntp-syntax-20031001-r2.ebuild new file mode 100644 index 000000000000..b42383124d36 --- /dev/null +++ b/app-vim/ntp-syntax/ntp-syntax-20031001-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: ntp.conf syntax highlighting" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=778" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for ntp.conf files." |