diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-09-21 12:25:51 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-09-21 12:25:51 +0000 |
commit | 908b8490910f0de5e2f105f4f22c5ae068566c97 (patch) | |
tree | 85bd092308e78bc1ccab810e65e9a58b68c05062 /app-vim/securemodelines/securemodelines-20080424.ebuild | |
parent | Stable on ppc wrt bug 238249 (diff) | |
download | gentoo-2-908b8490910f0de5e2f105f4f22c5ae068566c97.tar.gz gentoo-2-908b8490910f0de5e2f105f4f22c5ae068566c97.tar.bz2 gentoo-2-908b8490910f0de5e2f105f4f22c5ae068566c97.zip |
Version bump. Drop old.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim/securemodelines/securemodelines-20080424.ebuild')
-rw-r--r-- | app-vim/securemodelines/securemodelines-20080424.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/securemodelines/securemodelines-20080424.ebuild b/app-vim/securemodelines/securemodelines-20080424.ebuild new file mode 100644 index 000000000000..2d87327f821b --- /dev/null +++ b/app-vim/securemodelines/securemodelines-20080424.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/securemodelines/securemodelines-20080424.ebuild,v 1.1 2008/09/21 12:25:51 hawking Exp $ + +VIM_PLUGIN_VIM_VERSION="7.0" +inherit vim-plugin + +DESCRIPTION="vim plugin: Secure, user-configurable modeline support." +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1876" +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +VIM_PLUGIN_HELPTEXT="Make sure that you disable vim's builtin modeline support if you have +enabled it in your .vimrc. + +Documentation is available at: +http://ciaranm.org/tag/securemodelines" |