diff options
Diffstat (limited to 'app-vim/cfengine-syntax/cfengine-syntax-20050105.ebuild')
-rw-r--r-- | app-vim/cfengine-syntax/cfengine-syntax-20050105.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/cfengine-syntax/cfengine-syntax-20050105.ebuild b/app-vim/cfengine-syntax/cfengine-syntax-20050105.ebuild new file mode 100644 index 000000000000..24ddb403a3df --- /dev/null +++ b/app-vim/cfengine-syntax/cfengine-syntax-20050105.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/cfengine-syntax/cfengine-syntax-20050105.ebuild,v 1.1 2005/01/05 04:05:11 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: Cfengine configuration files syntax" +HOMEPAGE="http://dev.gentoo.org/~ramereth/vim/syntax/cfengine.vim" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc ~mips" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for Cfengine configuration +files. Detection is by filename (/var/cfengine/inputs/)." |