summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2007-05-14 08:03:51 +0000
committerMike Kelly <pioto@gentoo.org>2007-05-14 08:03:51 +0000
commit42edd981f44816cc9654325d1c4124b2575aaca1 (patch)
tree350f26708296bc7f41f4f88857cf285576a30e98 /app-vim
parentFix compiling with linux-headers-2.6.21, Bug #178474. (diff)
downloadgentoo-2-42edd981f44816cc9654325d1c4124b2575aaca1.tar.gz
gentoo-2-42edd981f44816cc9654325d1c4124b2575aaca1.tar.bz2
gentoo-2-42edd981f44816cc9654325d1c4124b2575aaca1.zip
Version bump. Better support for modelines without "set:". "rightleft" is now in the default allowed options. Builtin modelines are now forcibly disabled.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/securemodelines/ChangeLog10
-rw-r--r--app-vim/securemodelines/files/digest-securemodelines-200705133
-rw-r--r--app-vim/securemodelines/securemodelines-20070513.ebuild17
3 files changed, 29 insertions, 1 deletions
diff --git a/app-vim/securemodelines/ChangeLog b/app-vim/securemodelines/ChangeLog
index 53a400a60577..35045cf20ab5 100644
--- a/app-vim/securemodelines/ChangeLog
+++ b/app-vim/securemodelines/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for app-vim/securemodelines
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/securemodelines/ChangeLog,v 1.1 2007/05/07 19:23:00 pioto Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/securemodelines/ChangeLog,v 1.2 2007/05/14 08:03:51 pioto Exp $
+
+*securemodelines-20070513 (14 May 2007)
+
+ 14 May 2007; Mike Kelly <pioto@gentoo.org>
+ +securemodelines-20070513.ebuild:
+ Version bump. Better support for modelines without "set:". "rightleft" is
+ now in the default allowed options. Builtin modelines are now forcibly
+ disabled.
*securemodelines-20070409 (07 May 2007)
diff --git a/app-vim/securemodelines/files/digest-securemodelines-20070513 b/app-vim/securemodelines/files/digest-securemodelines-20070513
new file mode 100644
index 000000000000..b07d8ec679f5
--- /dev/null
+++ b/app-vim/securemodelines/files/digest-securemodelines-20070513
@@ -0,0 +1,3 @@
+MD5 78a61a7848cea99125423cb039c00e68 securemodelines-20070513.tar.bz2 1368
+RMD160 81b510b6fe3b631e0a801dabab46619209cef4a1 securemodelines-20070513.tar.bz2 1368
+SHA256 cc2a482f1496c05d6ba47669ff3b7f3ee0eb547470e7cd609a69ab9ae316504e securemodelines-20070513.tar.bz2 1368
diff --git a/app-vim/securemodelines/securemodelines-20070513.ebuild b/app-vim/securemodelines/securemodelines-20070513.ebuild
new file mode 100644
index 000000000000..dd0db9b7afe5
--- /dev/null
+++ b/app-vim/securemodelines/securemodelines-20070513.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/securemodelines/securemodelines-20070513.ebuild,v 1.1 2007/05/14 08:03:51 pioto 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="~x86"
+
+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"