diff options
author | Tom Martin <slarti@gentoo.org> | 2005-02-18 19:16:34 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-02-18 19:16:34 +0000 |
commit | 450af6c69d8e4f9cfbc1d6a5ffc39633c9153dcf (patch) | |
tree | 7f9e1103bd13229a8ba7ec170e6f446a5d13198d /app-vim/cecutil | |
parent | x86 sparc mips hppa stable (diff) | |
download | historical-450af6c69d8e4f9cfbc1d6a5ffc39633c9153dcf.tar.gz historical-450af6c69d8e4f9cfbc1d6a5ffc39633c9153dcf.tar.bz2 historical-450af6c69d8e4f9cfbc1d6a5ffc39633c9153dcf.zip |
version bump
Package-Manager: portage-2.0.51.16
Diffstat (limited to 'app-vim/cecutil')
-rw-r--r-- | app-vim/cecutil/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-6.ebuild | 27 | ||||
-rw-r--r-- | app-vim/cecutil/files/digest-cecutil-6 | 1 |
3 files changed, 34 insertions, 1 deletions
diff --git a/app-vim/cecutil/ChangeLog b/app-vim/cecutil/ChangeLog index 8576d0f5d296..14ba532f0665 100644 --- a/app-vim/cecutil/ChangeLog +++ b/app-vim/cecutil/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/cecutil # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/ChangeLog,v 1.6 2005/01/21 16:37:35 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/ChangeLog,v 1.7 2005/02/18 19:16:34 slarti Exp $ + +*cecutil-6 (18 Feb 2005) + + 18 Feb 2005; Tom Martin <slarti@gentoo.org> +cecutil-6.ebuild: + Version bump for ciaranm. *cecutil-4 (21 Jan 2005) diff --git a/app-vim/cecutil/cecutil-6.ebuild b/app-vim/cecutil/cecutil-6.ebuild new file mode 100644 index 000000000000..6105bf737c35 --- /dev/null +++ b/app-vim/cecutil/cecutil-6.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/cecutil-6.ebuild,v 1.1 2005/02/18 19:16:34 slarti Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: library used by many of Charles Campbell's plugins" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1066" +LICENSE="vim" +KEYWORDS="~x86 ~sparc ~mips ~ppc ~amd64" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user. Documentation is available via ':help cecutil.txt'." + +src_unpack() { + unpack ${A} + cd ${S} + # automatic help extraction. woohoo! someone please shoot me now... + mkdir -p ${S}/doc + sed -n -e '/^\*cecutil.txt\*/,$p' ${S}/plugin/cecutil.vim \ + > ${S}/doc/cecutil.txt \ + || die "sed 1 failed. not good." + sed -i -e '/^" HelpExtractor:/,$d' ${S}/plugin/cecutil.vim \ + || die "sed 2 failed. not good." +} diff --git a/app-vim/cecutil/files/digest-cecutil-6 b/app-vim/cecutil/files/digest-cecutil-6 new file mode 100644 index 000000000000..55d12d2244ee --- /dev/null +++ b/app-vim/cecutil/files/digest-cecutil-6 @@ -0,0 +1 @@ +MD5 db09fc515471381bdf3ef28f7c8dad6d cecutil-6.tar.bz2 4112 |