summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2005-02-18 19:16:34 +0000
committerTom Martin <slarti@gentoo.org>2005-02-18 19:16:34 +0000
commit38fd23c683ffcb1d130c2508bdf9f9399cbf74d3 (patch)
tree8f93e134cfdb9dae6019112b78edaf1013fffd72 /app-vim
parentx86 sparc mips hppa stable (diff)
downloadgentoo-2-38fd23c683ffcb1d130c2508bdf9f9399cbf74d3.tar.gz
gentoo-2-38fd23c683ffcb1d130c2508bdf9f9399cbf74d3.tar.bz2
gentoo-2-38fd23c683ffcb1d130c2508bdf9f9399cbf74d3.zip
version bump
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/cecutil/ChangeLog7
-rw-r--r--app-vim/cecutil/Manifest16
-rw-r--r--app-vim/cecutil/cecutil-6.ebuild27
-rw-r--r--app-vim/cecutil/files/digest-cecutil-61
4 files changed, 38 insertions, 13 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/Manifest b/app-vim/cecutil/Manifest
index e133025511b2..223b67152eb7 100644
--- a/app-vim/cecutil/Manifest
+++ b/app-vim/cecutil/Manifest
@@ -1,16 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 016208560d33fc4be062bcdd783340b3 cecutil-3.ebuild 557
MD5 ef098668d9a2d1ada04a6d8f79c503b4 ChangeLog 790
-MD5 6fb7c008bdb0673702e8e7ca21f3069e cecutil-4.ebuild 960
+MD5 016208560d33fc4be062bcdd783340b3 cecutil-3.ebuild 557
+MD5 6fb7c008bdb0673702e8e7ca21f3069e cecutil-6.ebuild 960
MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
+MD5 6fb7c008bdb0673702e8e7ca21f3069e cecutil-4.ebuild 960
MD5 8840159f3e78e32a0a4715e6546ca0b7 files/digest-cecutil-3 60
+MD5 e31de25dad603b6273c12659a50cae41 files/digest-cecutil-6 60
MD5 4e2527502d264bfb0e8aa278c10c9687 files/digest-cecutil-4 60
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFB8S/pLLFUmVNQ7rkRAsRSAJ9cCQYLuvEU2PVycgWDJLJ6poLs/gCfXTby
-g50JSGw3SV6cDbuwAuewRrc=
-=L3VY
------END PGP SIGNATURE-----
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