summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2007-05-18 16:53:15 +0000
committerMike Kelly <pioto@gentoo.org>2007-05-18 16:53:15 +0000
commitad25b3a9f5f43a15857286b367bcc46258a5dfb1 (patch)
treec9c65e85f9bb6ee4fd8dcfbd49b2bdf45b64bedb /app-vim/securemodelines
parent Statically link libedit into sh so we don't have another mess if we (diff)
downloadgentoo-2-ad25b3a9f5f43a15857286b367bcc46258a5dfb1.tar.gz
gentoo-2-ad25b3a9f5f43a15857286b367bcc46258a5dfb1.tar.bz2
gentoo-2-ad25b3a9f5f43a15857286b367bcc46258a5dfb1.zip
Version bump. Some bug fixes. The number of lines to search is now controllable via let g:secure_modelines_modelines=5. If g:secure_modelines_leave_modeline is defined, the internal &modeline variable will be left alone.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-vim/securemodelines')
-rw-r--r--app-vim/securemodelines/ChangeLog11
-rw-r--r--app-vim/securemodelines/files/digest-securemodelines-200705183
-rw-r--r--app-vim/securemodelines/securemodelines-20070518.ebuild17
3 files changed, 30 insertions, 1 deletions
diff --git a/app-vim/securemodelines/ChangeLog b/app-vim/securemodelines/ChangeLog
index 29d1998868cd..c3ad845d27de 100644
--- a/app-vim/securemodelines/ChangeLog
+++ b/app-vim/securemodelines/ChangeLog
@@ -1,6 +1,15 @@
# 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.8 2007/05/16 05:15:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/securemodelines/ChangeLog,v 1.9 2007/05/18 16:53:15 pioto Exp $
+
+*securemodelines-20070518 (18 May 2007)
+
+ 18 May 2007; Mike Kelly <pioto@gentoo.org>
+ +securemodelines-20070518.ebuild:
+ Version bump. Some bug fixes. The number of lines to search is now
+ controllable via let g:secure_modelines_modelines=5. If
+ g:secure_modelines_leave_modeline is defined, the internal &modeline
+ variable will be left alone.
16 May 2007; Jeroen Roovers <jer@gentoo.org>
securemodelines-20070513.ebuild:
diff --git a/app-vim/securemodelines/files/digest-securemodelines-20070518 b/app-vim/securemodelines/files/digest-securemodelines-20070518
new file mode 100644
index 000000000000..eb7773b84fd9
--- /dev/null
+++ b/app-vim/securemodelines/files/digest-securemodelines-20070518
@@ -0,0 +1,3 @@
+MD5 b4fee8befae7d19f1d25b03369fee225 securemodelines-20070518.tar.bz2 1529
+RMD160 0b34bd485a79cdd79bfa0292f9ccf2298fd0eb78 securemodelines-20070518.tar.bz2 1529
+SHA256 8d0f5e8d46ddc469abe47cff184d8c9644f32896aefb9f273b84db0818d3d28f securemodelines-20070518.tar.bz2 1529
diff --git a/app-vim/securemodelines/securemodelines-20070518.ebuild b/app-vim/securemodelines/securemodelines-20070518.ebuild
new file mode 100644
index 000000000000..6df1b7a57889
--- /dev/null
+++ b/app-vim/securemodelines/securemodelines-20070518.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-20070518.ebuild,v 1.1 2007/05/18 16:53:15 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="~amd64 ~hppa ~ia64 ~sparc ~x86 ~x86-fbsd"
+
+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"