diff options
Diffstat (limited to 'app-vim/genindent/genindent-1.0.ebuild')
-rw-r--r-- | app-vim/genindent/genindent-1.0.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/genindent/genindent-1.0.ebuild b/app-vim/genindent/genindent-1.0.ebuild new file mode 100644 index 000000000000..22f47686d352 --- /dev/null +++ b/app-vim/genindent/genindent-1.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/genindent-1.0.ebuild,v 1.1 2004/09/09 17:57:52 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: library for simplifying indent files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=678" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc ~mips" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." |