summaryrefslogtreecommitdiff
path: root/app-vim/ntp-syntax
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
commitefca79f216bfeffd55e7731fbf24126d093e1084 (patch)
treef19ba31d8686b3de4192db3e4c4dc9f3d9af54b5 /app-vim/ntp-syntax
parentea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff)
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/ntp-syntax')
-rw-r--r--app-vim/ntp-syntax/Manifest1
-rw-r--r--app-vim/ntp-syntax/ntp-syntax-20031001-r2.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/ntp-syntax/Manifest b/app-vim/ntp-syntax/Manifest
index 494dbfad8a58..b0eded57e209 100644
--- a/app-vim/ntp-syntax/Manifest
+++ b/app-vim/ntp-syntax/Manifest
@@ -1,3 +1,4 @@
DIST ntp-syntax-20031001.tar.bz2 1636 BLAKE2B 43cf45ba4d6096c1f07a89c8e006d3fb6ca1b81e6d0e25a11541ea17cff96979e1221f48141799fb26655b3337017dd06d900bbc087b25efeb666cb45dbe5de6 SHA512 3c427dcd2cc065f3ae76c694ba57954c090a565c389aa4dd277e828eef1e25cf0c21781821526267728b1e2b30486007f618a2ba2f422be079cd540d8471c5d8
EBUILD ntp-syntax-20031001-r1.ebuild 443 BLAKE2B b105d1bfc0a191e9cb2150bc329990f218cb3465dfbc5e42c4f8082cf36916aa2e25945a75a14eec6ad3ea982292df5b6e0e3dc6f79f6780af8cdc43c7f977bb SHA512 0b4fa877b7b1ff76c1815a3786e9c5224c4820d2797eeb10bc6d91632c08c0b6a49bdf239b1cfd41b4872cef1937a63f6cd0a9607a70e5930d6374e47e5d454e
+EBUILD ntp-syntax-20031001-r2.ebuild 450 BLAKE2B fc15d3d5c9c82c99bf61a9ab378a0f5003568785decbef2f5724fb68ade510401efbe3a989537debe7f914d3759c4187db9281a984878aa4e5397186a21151ab SHA512 221db7bf8f8f4d9c30e8a60b162de859062bb2dfa90e5e056e5ba8acf4989b55308e3db8095d040184b40163e2002fd17658ebce223360c437b2c0da4829c02a
MISC metadata.xml 250 BLAKE2B 159edb6cbbe3884fd7b328cba2125da0a51b5c0be964e60b708efe1bd040a41abdf16f8dbcfaecb9e6e1073528ac99195a08d7045d433414ec2ba1c94d582761 SHA512 6c29f24b33b8829463103cee99e2cf65cf550aa1d6c60c5a746ca2947a97a052969c8dfb9d12ae8114db0971626f9246cb9e4808d951eeae78321325da1ac32a
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."