summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-10-08 00:15:30 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-10-08 00:15:30 +0000
commitf6f689bba3e237654d603d0549222d6eddfc5b12 (patch)
tree6165c6819db360ec7064a57d84a5764afdd84a02 /app-vim/cecutil
parentVersion bump, bug #105130 (diff)
downloadgentoo-2-f6f689bba3e237654d603d0549222d6eddfc5b12.tar.gz
gentoo-2-f6f689bba3e237654d603d0549222d6eddfc5b12.tar.bz2
gentoo-2-f6f689bba3e237654d603d0549222d6eddfc5b12.zip
Version bump, bug #101782
(Portage version: 2.0.53_rc4 three monkeys, ten minutes edition)
Diffstat (limited to 'app-vim/cecutil')
-rw-r--r--app-vim/cecutil/ChangeLog7
-rw-r--r--app-vim/cecutil/Manifest18
-rw-r--r--app-vim/cecutil/cecutil-9.ebuild27
-rw-r--r--app-vim/cecutil/files/digest-cecutil-91
4 files changed, 39 insertions, 14 deletions
diff --git a/app-vim/cecutil/ChangeLog b/app-vim/cecutil/ChangeLog
index 32080ac1db83..56bf793369b5 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.19 2005/09/19 21:54:21 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/ChangeLog,v 1.20 2005/10/08 00:15:29 ciaranm Exp $
+
+*cecutil-9 (08 Oct 2005)
+
+ 08 Oct 2005; Ciaran McCreesh <ciaranm@gentoo.org> +cecutil-9.ebuild:
+ Version bump, bug #101782
19 Sep 2005; Marcus D. Hanwell <cryos@gentoo.org> cecutil-7.ebuild:
Stable on amd64.
diff --git a/app-vim/cecutil/Manifest b/app-vim/cecutil/Manifest
index ab5352bf2e8a..8c628209d65d 100644
--- a/app-vim/cecutil/Manifest
+++ b/app-vim/cecutil/Manifest
@@ -1,20 +1,12 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 6504c70ab472924fe0cc5cc2949bd6cc ChangeLog 1998
MD5 ec4d28b20d2c588cb0ecc24ef462bf74 cecutil-3.ebuild 565
-MD5 c6d1a69d4f353d4d60a0fe0dc8e2e52e cecutil-7.ebuild 964
MD5 1383f904e0d26bd5e20c7524143769d0 cecutil-4.ebuild 974
-MD5 6504c70ab472924fe0cc5cc2949bd6cc ChangeLog 1998
-MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
MD5 64e9cb8064cc106f8c15368653f4da20 cecutil-6.ebuild 965
+MD5 c6d1a69d4f353d4d60a0fe0dc8e2e52e cecutil-7.ebuild 964
+MD5 dc9f90b27d8f8687eb7d34bb48e091ec cecutil-9.ebuild 971
MD5 8840159f3e78e32a0a4715e6546ca0b7 files/digest-cecutil-3 60
MD5 4e2527502d264bfb0e8aa278c10c9687 files/digest-cecutil-4 60
MD5 e31de25dad603b6273c12659a50cae41 files/digest-cecutil-6 60
MD5 8bf09c7dfbc5444aa0d89fe6be4349c2 files/digest-cecutil-7 60
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFDLzOZntT9W3vfTuoRAmo5AJ918g6FGxkFHJwR+vK9Zyl8IpDjNgCfcRYe
-aBDu4/0kTF1xpy8LBkbJKWg=
-=m+ZY
------END PGP SIGNATURE-----
+MD5 878b7bebd7f748cc37d71c236fe1ab1f files/digest-cecutil-9 60
+MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250
diff --git a/app-vim/cecutil/cecutil-9.ebuild b/app-vim/cecutil/cecutil-9.ebuild
new file mode 100644
index 000000000000..d42ce2af9594
--- /dev/null
+++ b/app-vim/cecutil/cecutil-9.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-9.ebuild,v 1.1 2005/10/08 00:15:29 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="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+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-9 b/app-vim/cecutil/files/digest-cecutil-9
new file mode 100644
index 000000000000..52be1252bb97
--- /dev/null
+++ b/app-vim/cecutil/files/digest-cecutil-9
@@ -0,0 +1 @@
+MD5 5e6b8061c6e923d7b53ab0383ebd5df1 cecutil-9.tar.bz2 4744