diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 00:28:34 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 00:28:34 +0000 |
commit | 9f7caa9c7d160fbcaa3efa502acaa3247666e5ed (patch) | |
tree | 91d916b23ca699f8d8032561fcbefa3b07cade80 /app-vim/cecutil | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-9f7caa9c7d160fbcaa3efa502acaa3247666e5ed.tar.gz gentoo-2-9f7caa9c7d160fbcaa3efa502acaa3247666e5ed.tar.bz2 gentoo-2-9f7caa9c7d160fbcaa3efa502acaa3247666e5ed.zip |
Help text, bug #62559
Diffstat (limited to 'app-vim/cecutil')
-rw-r--r-- | app-vim/cecutil/Manifest | 2 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-3.ebuild | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-vim/cecutil/Manifest b/app-vim/cecutil/Manifest index cc1b924b6f97..7c2be8cc1efd 100644 --- a/app-vim/cecutil/Manifest +++ b/app-vim/cecutil/Manifest @@ -1,4 +1,4 @@ MD5 1ba056ab673c94c3a422ddc23fd15630 ChangeLog 482 -MD5 6c41888226ac38335e3f3a1808580f5f cecutil-3.ebuild 431 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 +MD5 30bc751205ad8880c76b0eeaa30d550d cecutil-3.ebuild 548 MD5 8840159f3e78e32a0a4715e6546ca0b7 files/digest-cecutil-3 60 diff --git a/app-vim/cecutil/cecutil-3.ebuild b/app-vim/cecutil/cecutil-3.ebuild index bbde3675eae8..dac0408f1bca 100644 --- a/app-vim/cecutil/cecutil-3.ebuild +++ b/app-vim/cecutil/cecutil-3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/cecutil-3.ebuild,v 1.2 2004/09/02 23:16:56 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/cecutil-3.ebuild,v 1.3 2004/09/03 00:25:40 ciaranm Exp $ inherit vim-plugin @@ -9,3 +9,7 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1066" LICENSE="vim" KEYWORDS="~x86 ~sparc ~mips ~ppc" IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." |