diff options
author | Malcolm Lashley <malc@gentoo.org> | 2006-08-20 23:13:06 +0000 |
---|---|---|
committer | Malcolm Lashley <malc@gentoo.org> | 2006-08-20 23:13:06 +0000 |
commit | 32d73b65ee9a87e9f1a57826a5ca0d5d4c0ede1e (patch) | |
tree | 3363714f791fced7c230fb8bf0f4f82567c4f03b /app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild | |
parent | Stable on x86. (diff) | |
download | historical-32d73b65ee9a87e9f1a57826a5ca0d5d4c0ede1e.tar.gz historical-32d73b65ee9a87e9f1a57826a5ca0d5d4c0ede1e.tar.bz2 historical-32d73b65ee9a87e9f1a57826a5ca0d5d4c0ede1e.zip |
Stable on amd64
Package-Manager: portage-2.1.1_pre5-r1
Diffstat (limited to 'app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild')
-rw-r--r-- | app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild index c251911842af..05f032392ebd 100644 --- a/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild +++ b/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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-r1.ebuild,v 1.4 2005/10/02 19:14:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/eruby-syntax/eruby-syntax-2.0-r1.ebuild,v 1.5 2006/08/20 23:13:06 malc 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 ~mips ~ppc ~ppc64 sparc ~x86" +KEYWORDS="alpha amd64 ia64 ~mips ~ppc ~ppc64 sparc ~x86" IUSE="" VIM_PLUGIN_HELPTEXT="This plugin provides syntax highlighting for eruby" |