diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-11 23:51:18 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-06-11 23:51:18 +0000 |
commit | a46fd0a17c995039d3e12ecf3bab0764f9577e08 (patch) | |
tree | d07827d449b4e4de558539474d1b1b4ab22fe11a /app-vim/eruby-syntax/eruby-syntax-2.0.ebuild | |
parent | gcc 4.1 snapshot bump (diff) | |
download | gentoo-2-a46fd0a17c995039d3e12ecf3bab0764f9577e08.tar.gz gentoo-2-a46fd0a17c995039d3e12ecf3bab0764f9577e08.tar.bz2 gentoo-2-a46fd0a17c995039d3e12ecf3bab0764f9577e08.zip |
New syntax package, requested by nathanegge@yahoo.com in bug 95639.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-vim/eruby-syntax/eruby-syntax-2.0.ebuild')
-rw-r--r-- | app-vim/eruby-syntax/eruby-syntax-2.0.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0.ebuild new file mode 100644 index 000000000000..e002254cb1b3 --- /dev/null +++ b/app-vim/eruby-syntax/eruby-syntax-2.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/eruby-syntax/eruby-syntax-2.0.ebuild,v 1.1 2005/06/11 23:51:18 ka0ttic Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: syntax highlighting for eruby" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=403" +LICENSE="as-is" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc64 ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby" |