diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-02-27 20:44:01 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-02-27 20:44:01 +0000 |
commit | f76aed6382261a51211d12c75d42b60ce1b66350 (patch) | |
tree | efd03f2c2941c724d5ba12e37c8af9be64453832 /app-vim/ntp-syntax/ntp-syntax-20031001.ebuild | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-f76aed6382261a51211d12c75d42b60ce1b66350.tar.gz gentoo-2-f76aed6382261a51211d12c75d42b60ce1b66350.tar.bz2 gentoo-2-f76aed6382261a51211d12c75d42b60ce1b66350.zip |
new package
(Portage version: 2.0.51.17 -- underage mutant ninja goat edition)
Diffstat (limited to 'app-vim/ntp-syntax/ntp-syntax-20031001.ebuild')
-rw-r--r-- | app-vim/ntp-syntax/ntp-syntax-20031001.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild b/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild new file mode 100644 index 000000000000..fcb81abc5a48 --- /dev/null +++ b/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/ntp-syntax/ntp-syntax-20031001.ebuild,v 1.1 2005/02/27 20:41:58 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: ntp.conf syntax highlighting" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=778" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc ~mips ~amd64 ~ia64 ~alpha ~ppc64" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for ntp.conf files." + |