diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-21 16:37:35 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-01-21 16:37:35 +0000 |
commit | e991417c31173b821f4f5bd9e109b66e7bd3ac92 (patch) | |
tree | 0128885db6895cd721e2040a17f336f93e8b66c5 /app-vim | |
parent | Version bumped. (diff) | |
download | gentoo-2-e991417c31173b821f4f5bd9e109b66e7bd3ac92.tar.gz gentoo-2-e991417c31173b821f4f5bd9e109b66e7bd3ac92.tar.bz2 gentoo-2-e991417c31173b821f4f5bd9e109b66e7bd3ac92.zip |
New version, bug #78702
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/cecutil/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/cecutil/Manifest | 4 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-4.ebuild | 27 | ||||
-rw-r--r-- | app-vim/cecutil/files/digest-cecutil-4 | 1 |
4 files changed, 37 insertions, 2 deletions
diff --git a/app-vim/cecutil/ChangeLog b/app-vim/cecutil/ChangeLog index 552cdbd4b8f2..8576d0f5d296 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.5 2005/01/01 16:46:48 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/ChangeLog,v 1.6 2005/01/21 16:37:35 ciaranm Exp $ + +*cecutil-4 (21 Jan 2005) + + 21 Jan 2005; Ciaran McCreesh <ciaranm@gentoo.org> +cecutil-4.ebuild: + New version, bug #78702 26 Oct 2004; Tom Martin <slarti@gentoo.org> cecutil-3.ebuild: Marked ~amd64. diff --git a/app-vim/cecutil/Manifest b/app-vim/cecutil/Manifest index ca1cfdca975c..4d20bb60f5d7 100644 --- a/app-vim/cecutil/Manifest +++ b/app-vim/cecutil/Manifest @@ -1,4 +1,6 @@ -MD5 a3205ff4d893734cb064c60d471a4fa5 ChangeLog 669 MD5 016208560d33fc4be062bcdd783340b3 cecutil-3.ebuild 557 +MD5 a3205ff4d893734cb064c60d471a4fa5 ChangeLog 669 +MD5 2296d613581bc25c7746585d7dcfc391 cecutil-4.ebuild 963 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 MD5 8840159f3e78e32a0a4715e6546ca0b7 files/digest-cecutil-3 60 +MD5 4e2527502d264bfb0e8aa278c10c9687 files/digest-cecutil-4 60 diff --git a/app-vim/cecutil/cecutil-4.ebuild b/app-vim/cecutil/cecutil-4.ebuild new file mode 100644 index 000000000000..324049f5919b --- /dev/null +++ b/app-vim/cecutil/cecutil-4.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-4.ebuild,v 1.1 2005/01/21 16:37:35 ciaranm 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-4 b/app-vim/cecutil/files/digest-cecutil-4 new file mode 100644 index 000000000000..b0bd0d124688 --- /dev/null +++ b/app-vim/cecutil/files/digest-cecutil-4 @@ -0,0 +1 @@ +MD5 9f949bda0d6a61808dc0ff00bcd25360 cecutil-4.tar.bz2 3919 |