diff options
author | Mike Kelly <pioto@gentoo.org> | 2007-05-14 08:23:21 +0000 |
---|---|---|
committer | Mike Kelly <pioto@gentoo.org> | 2007-05-14 08:23:21 +0000 |
commit | 670f435bea96e3ae3853a94c11c78a6b4fd4a15a (patch) | |
tree | 417e2128cefbfab639863034a80798480cd238cf /app-vim/securemodelines | |
parent | Version bump. Better support for modelines without "set:". "rightleft" is now... (diff) | |
download | gentoo-2-670f435bea96e3ae3853a94c11c78a6b4fd4a15a.tar.gz gentoo-2-670f435bea96e3ae3853a94c11c78a6b4fd4a15a.tar.bz2 gentoo-2-670f435bea96e3ae3853a94c11c78a6b4fd4a15a.zip |
Drop old version.
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-vim/securemodelines')
-rw-r--r-- | app-vim/securemodelines/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/securemodelines/files/digest-securemodelines-20070409 | 3 | ||||
-rw-r--r-- | app-vim/securemodelines/securemodelines-20070409.ebuild | 17 |
3 files changed, 5 insertions, 21 deletions
diff --git a/app-vim/securemodelines/ChangeLog b/app-vim/securemodelines/ChangeLog index 35045cf20ab5..6da80faadd6c 100644 --- a/app-vim/securemodelines/ChangeLog +++ b/app-vim/securemodelines/ChangeLog @@ -1,6 +1,10 @@ # 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.2 2007/05/14 08:03:51 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/securemodelines/ChangeLog,v 1.3 2007/05/14 08:23:21 pioto Exp $ + + 14 May 2007; Mike Kelly <pioto@gentoo.org> + -securemodelines-20070409.ebuild: + Drop old version. *securemodelines-20070513 (14 May 2007) diff --git a/app-vim/securemodelines/files/digest-securemodelines-20070409 b/app-vim/securemodelines/files/digest-securemodelines-20070409 deleted file mode 100644 index baf794a9060c..000000000000 --- a/app-vim/securemodelines/files/digest-securemodelines-20070409 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9e92e12104610cf62cf5f11df30c1373 securemodelines-20070409.tar.bz2 1286 -RMD160 7c63fbd4d555686cf8988e26de1285c88e90a1bd securemodelines-20070409.tar.bz2 1286 -SHA256 91a5bdc2abd8684f6402e7a51923ae8128faa89feee8f4caf67bd9456ff442e8 securemodelines-20070409.tar.bz2 1286 diff --git a/app-vim/securemodelines/securemodelines-20070409.ebuild b/app-vim/securemodelines/securemodelines-20070409.ebuild deleted file mode 100644 index 2b52fa1745dc..000000000000 --- a/app-vim/securemodelines/securemodelines-20070409.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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-20070409.ebuild,v 1.1 2007/05/07 19:23:00 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" |