diff options
Diffstat (limited to 'app-vim/ntp-syntax')
-rw-r--r-- | app-vim/ntp-syntax/Manifest | 3 | ||||
-rw-r--r-- | app-vim/ntp-syntax/metadata.xml | 8 | ||||
-rw-r--r-- | app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild | 14 |
3 files changed, 25 insertions, 0 deletions
diff --git a/app-vim/ntp-syntax/Manifest b/app-vim/ntp-syntax/Manifest new file mode 100644 index 000000000000..73ceef8c8418 --- /dev/null +++ b/app-vim/ntp-syntax/Manifest @@ -0,0 +1,3 @@ +DIST ntp-syntax-20031001.tar.bz2 1636 BLAKE2B 43cf45ba4d6096c1f07a89c8e006d3fb6ca1b81e6d0e25a11541ea17cff96979e1221f48141799fb26655b3337017dd06d900bbc087b25efeb666cb45dbe5de6 SHA512 3c427dcd2cc065f3ae76c694ba57954c090a565c389aa4dd277e828eef1e25cf0c21781821526267728b1e2b30486007f618a2ba2f422be079cd540d8471c5d8 +EBUILD ntp-syntax-20031001-r1.ebuild 447 BLAKE2B e9c177df0ebc7fc8e2db68279806c17b6dbaa0faa8b7fce94e55477b520ed1b293bc65f018e5977bf4c962839f4346ae25f8b89b5b028fe03ff81289df9a5b37 SHA512 f921ee26611e776a3abfbf986a67ca80ec99ef2c333197b7ad341b68f4a52c1076683a565c2aee0f75c621fac823f047783e4506c0281c9bf4022ee95c395f96 +MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7 diff --git a/app-vim/ntp-syntax/metadata.xml b/app-vim/ntp-syntax/metadata.xml new file mode 100644 index 000000000000..5c000c763084 --- /dev/null +++ b/app-vim/ntp-syntax/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>vim@gentoo.org</email> + <name>Gentoo Vim Project</name> + </maintainer> +</pkgmetadata> diff --git a/app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild b/app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild new file mode 100644 index 000000000000..3f0a9615a1f8 --- /dev/null +++ b/app-vim/ntp-syntax/ntp-syntax-20031001-r1.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" + +VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for ntp.conf files." |