diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-09-20 15:38:06 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-09-20 15:38:06 +0000 |
commit | 4469f266dfc61cd245ef7a9fa8669bd194513d2f (patch) | |
tree | e7f3eccb6c69a548506c454352ad191d2e50a5d2 /app-vim | |
parent | Remove old versions (diff) | |
download | historical-4469f266dfc61cd245ef7a9fa8669bd194513d2f.tar.gz historical-4469f266dfc61cd245ef7a9fa8669bd194513d2f.tar.bz2 historical-4469f266dfc61cd245ef7a9fa8669bd194513d2f.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/supertab/ChangeLog | 10 | ||||
-rw-r--r-- | app-vim/supertab/supertab-0.31.ebuild | 14 | ||||
-rw-r--r-- | app-vim/supertab/supertab-0.45.ebuild (renamed from app-vim/supertab/supertab-0.41.ebuild) | 4 |
3 files changed, 10 insertions, 18 deletions
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 <hawking@gentoo.org> -supertab-0.31.ebuild, + -supertab-0.41.ebuild, +supertab-0.45.ebuild: + Version bump. Drop old. 09 May 2007; Mike Kelly <pioto@gentoo.org> 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.45.ebuild index 15d549b1313a..1ee834ffd65d 100644 --- a/app-vim/supertab/supertab-0.41.ebuild +++ b/app-vim/supertab/supertab-0.45.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/supertab/supertab-0.41.ebuild,v 1.3 2007/05/09 15:44:26 pioto Exp $ +# $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 |