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 | 10b075d6b379d18604ed50f799ce59ec745260d8 (patch) | |
tree | 564fed0c4230bc92d089641e8299dd43238e40dd /app-vim | |
parent | Stable on ppc wrt bug 238249 (diff) | |
download | historical-10b075d6b379d18604ed50f799ce59ec745260d8.tar.gz historical-10b075d6b379d18604ed50f799ce59ec745260d8.tar.bz2 historical-10b075d6b379d18604ed50f799ce59ec745260d8.zip |
Version bump. Drop old.
Package-Manager: portage--svn/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/securemodelines/ChangeLog | 11 | ||||
-rw-r--r-- | app-vim/securemodelines/securemodelines-20070513.ebuild | 17 | ||||
-rw-r--r-- | app-vim/securemodelines/securemodelines-20080424.ebuild (renamed from app-vim/securemodelines/securemodelines-20070518.ebuild) | 5 |
3 files changed, 12 insertions, 21 deletions
diff --git a/app-vim/securemodelines/ChangeLog b/app-vim/securemodelines/ChangeLog index 723f3eb7268a..e9f64c5fde2d 100644 --- a/app-vim/securemodelines/ChangeLog +++ b/app-vim/securemodelines/ChangeLog @@ -1,6 +1,13 @@ # 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.13 2007/06/16 14:28:32 dertobi123 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/securemodelines/ChangeLog,v 1.14 2008/09/21 12:25:51 hawking Exp $ + +*securemodelines-20080424 (21 Sep 2008) + + 21 Sep 2008; Ali Polatel <hawking@gentoo.org> + -securemodelines-20070513.ebuild, -securemodelines-20070518.ebuild, + +securemodelines-20080424.ebuild: + Version bump. Drop old. 16 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> securemodelines-20070518.ebuild: diff --git a/app-vim/securemodelines/securemodelines-20070513.ebuild b/app-vim/securemodelines/securemodelines-20070513.ebuild deleted file mode 100644 index 34631a79c2a8..000000000000 --- a/app-vim/securemodelines/securemodelines-20070513.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-20070513.ebuild,v 1.6 2007/05/16 05:15:08 jer 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" diff --git a/app-vim/securemodelines/securemodelines-20070518.ebuild b/app-vim/securemodelines/securemodelines-20080424.ebuild index 1f24b4a5e9b4..2d87327f821b 100644 --- a/app-vim/securemodelines/securemodelines-20070518.ebuild +++ b/app-vim/securemodelines/securemodelines-20080424.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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-20070518.ebuild,v 1.5 2007/06/16 14:28:32 dertobi123 Exp $ +# $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 @@ -9,6 +9,7 @@ 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. |