diff options
author | 2011-01-07 23:27:56 +0000 | |
---|---|---|
committer | 2011-01-07 23:27:56 +0000 | |
commit | 614d33c704f85ea4055f68043bcda88281c7908e (patch) | |
tree | b61ecd6c042a823149495bba4fc2bb3c6af35569 /app-vim/supertab | |
parent | Marking symlinks-1.4 ppc for bug 350698 (diff) | |
download | historical-614d33c704f85ea4055f68043bcda88281c7908e.tar.gz historical-614d33c704f85ea4055f68043bcda88281c7908e.tar.bz2 historical-614d33c704f85ea4055f68043bcda88281c7908e.zip |
Remove old
Package-Manager: portage-2.2.0_alpha12/cvs/Linux x86_64
Diffstat (limited to 'app-vim/supertab')
-rw-r--r-- | app-vim/supertab/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/supertab/supertab-0.32.ebuild | 20 | ||||
-rw-r--r-- | app-vim/supertab/supertab-0.45.ebuild | 18 | ||||
-rw-r--r-- | app-vim/supertab/supertab-1.0.ebuild | 15 |
4 files changed, 5 insertions, 54 deletions
diff --git a/app-vim/supertab/ChangeLog b/app-vim/supertab/ChangeLog index 6aeeb8280164..8aeb99fcdfa9 100644 --- a/app-vim/supertab/ChangeLog +++ b/app-vim/supertab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/supertab # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/ChangeLog,v 1.31 2011/01/07 22:28:06 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/ChangeLog,v 1.32 2011/01/07 23:16:59 radhermit Exp $ + + 07 Jan 2011; Tim Harder <radhermit@gentoo.org> -supertab-0.32.ebuild, + -supertab-0.45.ebuild, -supertab-1.0.ebuild: + Remove old 07 Jan 2011; Brent Baude <ranger@gentoo.org> supertab-1.1.ebuild: stable ppc, bug 345065 diff --git a/app-vim/supertab/supertab-0.32.ebuild b/app-vim/supertab/supertab-0.32.ebuild deleted file mode 100644 index 55eecbfb6d8c..000000000000 --- a/app-vim/supertab/supertab-0.32.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-0.32.ebuild,v 1.14 2010/10/07 03:53:25 leio 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 amd64 ia64 ~mips ppc sparc x86" -IUSE="" - -VIM_PLUGIN_HELPTEXT=\ -"To use this plugin, press <Tab> whilst in insert mode. Words will be -autocompleted as per <ctrl-n>. Completion mode can be changed using -<ctrl-x> (see :help insert_expand). To insert an actual tab character, -either use <ctrl-v><Tab> or enter a space followed by a tab." - -RDEPEND="!>=app-editors/vim-core-7" diff --git a/app-vim/supertab/supertab-0.45.ebuild b/app-vim/supertab/supertab-0.45.ebuild deleted file mode 100644 index 281a60b89d15..000000000000 --- a/app-vim/supertab/supertab-0.45.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2010 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.4 2010/05/14 17:05:41 hwoarang 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 <Tab> whilst in insert mode. Words will be -autocompleted as per <ctrl-n>. Completion mode can be changed using -<ctrl-x> (see :help insert_expand). To insert an actual tab character, -either use <ctrl-v><Tab> or enter a space followed by a tab." diff --git a/app-vim/supertab/supertab-1.0.ebuild b/app-vim/supertab/supertab-1.0.ebuild deleted file mode 100644 index a86357fa7396..000000000000 --- a/app-vim/supertab/supertab-1.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.0.ebuild,v 1.1 2010/03/29 13:10:39 lack Exp $ - -EAPI="3" -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_HELPFILES="supertab" |