diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-09-07 01:34:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-09-07 01:34:52 +0000 |
commit | 8c06bc82a745972026d46d5a6cd91afe50cff48d (patch) | |
tree | deed0e5e8a8013e28606c852952431a2ec022fd6 /app-vim/supertab | |
parent | Initial import of supertab vim plugin, submitted by Ciaran McCreesh in bug 27782 (diff) | |
download | historical-8c06bc82a745972026d46d5a6cd91afe50cff48d.tar.gz historical-8c06bc82a745972026d46d5a6cd91afe50cff48d.tar.bz2 historical-8c06bc82a745972026d46d5a6cd91afe50cff48d.zip |
Initial import of supertab vim plugin, submitted by Ciaran McCreesh in bug 27782
Diffstat (limited to 'app-vim/supertab')
-rw-r--r-- | app-vim/supertab/Manifest | 3 | ||||
-rw-r--r-- | app-vim/supertab/files/digest-supertab-0.31 | 1 | ||||
-rw-r--r-- | app-vim/supertab/supertab-0.31.ebuild | 12 |
3 files changed, 15 insertions, 1 deletions
diff --git a/app-vim/supertab/Manifest b/app-vim/supertab/Manifest index 322e60905a20..827017809927 100644 --- a/app-vim/supertab/Manifest +++ b/app-vim/supertab/Manifest @@ -1,2 +1,3 @@ -MD5 db623bf933429e145dc4d1f5fe2d8fb9 supertab-0.31.ebuild 312 +MD5 056650f9f9e9cdcf103cd7ff4373b7d2 supertab-0.31.ebuild 414 +MD5 b95be24fb003326c0a6d4792b4c5aa86 ChangeLog 404 MD5 fa65499114a972d1f74bece511e93f28 files/digest-supertab-0.31 64 diff --git a/app-vim/supertab/files/digest-supertab-0.31 b/app-vim/supertab/files/digest-supertab-0.31 new file mode 100644 index 000000000000..c2e821faac8e --- /dev/null +++ b/app-vim/supertab/files/digest-supertab-0.31 @@ -0,0 +1 @@ +MD5 0cc84599df3e8d9e9d64832b8e7d829b supertab-0.31.tar.bz2 1397 diff --git a/app-vim/supertab/supertab-0.31.ebuild b/app-vim/supertab/supertab-0.31.ebuild new file mode 100644 index 000000000000..48aa5eb78051 --- /dev/null +++ b/app-vim/supertab/supertab-0.31.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# 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.1 2003/09/07 01:34:47 agriffis 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" + |