From e3cf84269979350232c1da6eb3840d2d4dfe7147 Mon Sep 17 00:00:00 2001 From: Ali Polatel Date: Sat, 20 Sep 2008 15:38:06 +0000 Subject: Version bump. Drop old. (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64) --- app-vim/supertab/ChangeLog | 10 ++++++++-- app-vim/supertab/supertab-0.31.ebuild | 14 -------------- app-vim/supertab/supertab-0.41.ebuild | 18 ------------------ app-vim/supertab/supertab-0.45.ebuild | 18 ++++++++++++++++++ 4 files changed, 26 insertions(+), 34 deletions(-) delete mode 100644 app-vim/supertab/supertab-0.31.ebuild delete mode 100644 app-vim/supertab/supertab-0.41.ebuild create mode 100644 app-vim/supertab/supertab-0.45.ebuild diff --git a/app-vim/supertab/ChangeLog b/app-vim/supertab/ChangeLog index 6df77601aa56..e4840ecd31a9 100644 --- a/app-vim/supertab/ChangeLog +++ b/app-vim/supertab/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-vim/supertab -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/ChangeLog,v 1.20 2007/05/09 15:44:26 pioto Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/ChangeLog,v 1.21 2008/09/20 15:38:06 hawking Exp $ + +*supertab-0.45 (20 Sep 2008) + + 20 Sep 2008; Ali Polatel -supertab-0.31.ebuild, + -supertab-0.41.ebuild, +supertab-0.45.ebuild: + Version bump. Drop old. 09 May 2007; Mike Kelly supertab-0.41.ebuild: Update HOMEPAGE, see Bug #173083. diff --git a/app-vim/supertab/supertab-0.31.ebuild b/app-vim/supertab/supertab-0.31.ebuild deleted file mode 100644 index 2cb75c16247e..000000000000 --- a/app-vim/supertab/supertab-0.31.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-0.31.ebuild,v 1.6 2006/09/19 13:29:20 pioto Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: enhanced Tab key functionality" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=182" - -LICENSE="vim" -KEYWORDS="alpha sparc x86 ia64" -IUSE="" - -RDEPEND="!>=app-editors/vim-core-7" diff --git a/app-vim/supertab/supertab-0.41.ebuild b/app-vim/supertab/supertab-0.41.ebuild deleted file mode 100644 index 15d549b1313a..000000000000 --- a/app-vim/supertab/supertab-0.41.ebuild +++ /dev/null @@ -1,18 +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/supertab/supertab-0.41.ebuild,v 1.3 2007/05/09 15:44:26 pioto Exp $ - -inherit vim-plugin - -DESCRIPTION="vim plugin: enhanced Tab key functionality" -HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643" - -LICENSE="vim" -KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"To use this plugin, press whilst in insert mode. Words will be -autocompleted as per . Completion mode can be changed using - (see :help insert_expand). To insert an actual tab character, -either use or enter a space followed by a tab." diff --git a/app-vim/supertab/supertab-0.45.ebuild b/app-vim/supertab/supertab-0.45.ebuild new file mode 100644 index 000000000000..1ee834ffd65d --- /dev/null +++ b/app-vim/supertab/supertab-0.45.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/supertab/supertab-0.45.ebuild,v 1.1 2008/09/20 15:38:06 hawking Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: enhanced Tab key functionality" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"To use this plugin, press whilst in insert mode. Words will be +autocompleted as per . Completion mode can be changed using + (see :help insert_expand). To insert an actual tab character, +either use or enter a space followed by a tab." -- cgit v1.2.3-65-gdbad