summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kelly <pioto@gentoo.org>2007-01-11 06:49:34 +0000
committerMike Kelly <pioto@gentoo.org>2007-01-11 06:49:34 +0000
commita166543860425a5a0d974e3f26e4da822bad2005 (patch)
tree05ccc7ededadd736519b8b88efb55338b82d69db /app-vim/supertab
parentDropping genutils 2.x for now, so no need for the mask. (diff)
downloadgentoo-2-a166543860425a5a0d974e3f26e4da822bad2005.tar.gz
gentoo-2-a166543860425a5a0d974e3f26e4da822bad2005.tar.bz2
gentoo-2-a166543860425a5a0d974e3f26e4da822bad2005.zip
Version bump; new HOMEPAGE. See bug #156616.
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'app-vim/supertab')
-rw-r--r--app-vim/supertab/ChangeLog9
-rw-r--r--app-vim/supertab/files/digest-supertab-0.413
-rw-r--r--app-vim/supertab/supertab-0.41.ebuild20
3 files changed, 30 insertions, 2 deletions
diff --git a/app-vim/supertab/ChangeLog b/app-vim/supertab/ChangeLog
index 3f8c226bf912..2bb35f47b9fa 100644
--- a/app-vim/supertab/ChangeLog
+++ b/app-vim/supertab/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/supertab
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/ChangeLog,v 1.17 2006/11/06 07:58:12 pioto Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/ChangeLog,v 1.18 2007/01/11 06:49:34 pioto Exp $
+
+*supertab-0.41 (11 Jan 2007)
+
+ 11 Jan 2007; Mike Kelly <pioto@gentoo.org> +supertab-0.41.ebuild:
+ Version bump; new HOMEPAGE. See bug #156616.
19 Sep 2006; Mike Kelly <pioto@gentoo.org> supertab-0.31.ebuild,
supertab-0.32.ebuild:
diff --git a/app-vim/supertab/files/digest-supertab-0.41 b/app-vim/supertab/files/digest-supertab-0.41
new file mode 100644
index 000000000000..f867fad3cfdc
--- /dev/null
+++ b/app-vim/supertab/files/digest-supertab-0.41
@@ -0,0 +1,3 @@
+MD5 f2390bb2cc190d820ff0ffacbf033f83 supertab-0.41.tar.bz2 3061
+RMD160 bfda63a30605233c17bd788ddea9248a55f9e642 supertab-0.41.tar.bz2 3061
+SHA256 4cd6fc34de23c1e7270d6db62a7503e4ac63ebcebe0cadd28a5d7f7724ed14f7 supertab-0.41.tar.bz2 3061
diff --git a/app-vim/supertab/supertab-0.41.ebuild b/app-vim/supertab/supertab-0.41.ebuild
new file mode 100644
index 000000000000..fe8345bd3745
--- /dev/null
+++ b/app-vim/supertab/supertab-0.41.ebuild
@@ -0,0 +1,20 @@
+# 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.1 2007/01/11 06:49:34 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 ~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"