diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-05-06 21:24:29 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-05-06 21:24:29 +0000 |
commit | 0db33d62c7de33461f187ef745cb22f5a95bba8c (patch) | |
tree | 64ce7c914b79be5730fea79055132c16f6c87f3d /app-vim | |
parent | Added ~ppc64 wrt #91738 (diff) | |
download | gentoo-2-0db33d62c7de33461f187ef745cb22f5a95bba8c.tar.gz gentoo-2-0db33d62c7de33461f187ef745cb22f5a95bba8c.tar.bz2 gentoo-2-0db33d62c7de33461f187ef745cb22f5a95bba8c.zip |
Version bump
(Portage version: 2.0.51.21-r1 goat on a rope edition)
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/alternate/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/alternate/Manifest | 8 | ||||
-rw-r--r-- | app-vim/alternate/alternate-2.12.ebuild | 17 | ||||
-rw-r--r-- | app-vim/alternate/files/digest-alternate-2.12 | 1 | ||||
-rw-r--r-- | app-vim/cecutil/ChangeLog | 7 | ||||
-rw-r--r-- | app-vim/cecutil/Manifest | 8 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-7.ebuild | 27 | ||||
-rw-r--r-- | app-vim/cecutil/files/digest-cecutil-7 | 1 |
8 files changed, 68 insertions, 8 deletions
diff --git a/app-vim/alternate/ChangeLog b/app-vim/alternate/ChangeLog index dc8571b800a1..a378787a1af8 100644 --- a/app-vim/alternate/ChangeLog +++ b/app-vim/alternate/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-vim/alternate # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/ChangeLog,v 1.28 2005/04/24 11:47:49 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/ChangeLog,v 1.29 2005/05/06 21:20:04 ciaranm Exp $ + +*alternate-2.12 (06 May 2005) + + 06 May 2005; Ciaran McCreesh <ciaranm@gentoo.org> +alternate-2.12.ebuild: + Version bump 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> alternate-2.11a.ebuild: diff --git a/app-vim/alternate/Manifest b/app-vim/alternate/Manifest index 2448c15e36af..d79686c24247 100644 --- a/app-vim/alternate/Manifest +++ b/app-vim/alternate/Manifest @@ -1,6 +1,8 @@ -MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 -MD5 32b26b08f6f3c26b01ec945ed260310a alternate-2.11a.ebuild 641 MD5 d4d6f4c85de0e3836999161a8bb61919 ChangeLog 3072 +MD5 32b26b08f6f3c26b01ec945ed260310a alternate-2.11a.ebuild 641 MD5 f821c3423eec4126b3043cca6e13f4cf alternate-2.8.ebuild 644 -MD5 4e7361e887c76c32db726568dab6b2e3 files/digest-alternate-2.8 64 +MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 +MD5 c128909b70e43c9a5161c5fa77816cbb alternate-2.12.ebuild 648 MD5 50483e6b076d990c989289eabd2b6420 files/digest-alternate-2.11a 66 +MD5 4e7361e887c76c32db726568dab6b2e3 files/digest-alternate-2.8 64 +MD5 a9a74dbe884f01ee74de6fd24334eb06 files/digest-alternate-2.12 65 diff --git a/app-vim/alternate/alternate-2.12.ebuild b/app-vim/alternate/alternate-2.12.ebuild new file mode 100644 index 000000000000..11e8c701512d --- /dev/null +++ b/app-vim/alternate/alternate-2.12.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/alternate/alternate-2.12.ebuild,v 1.1 2005/05/06 21:20:04 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: quickly switch between .c and .h files" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=31" + +LICENSE="as-is" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a new :A command which will switch between a .c +file and the associated .h file. There is also :AS to split windows and +:AV to split windows vertically." diff --git a/app-vim/alternate/files/digest-alternate-2.12 b/app-vim/alternate/files/digest-alternate-2.12 new file mode 100644 index 000000000000..9eb006da40a5 --- /dev/null +++ b/app-vim/alternate/files/digest-alternate-2.12 @@ -0,0 +1 @@ +MD5 825f2ae67673d0d99991a40098a446ad alternate-2.12.tar.bz2 5933 diff --git a/app-vim/cecutil/ChangeLog b/app-vim/cecutil/ChangeLog index cfa2dbcdff3d..ef3e6b57bbd6 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.13 2005/05/01 18:26:58 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/ChangeLog,v 1.14 2005/05/06 21:24:29 ciaranm Exp $ + +*cecutil-7 (06 May 2005) + + 06 May 2005; Ciaran McCreesh <ciaranm@gentoo.org> +cecutil-7.ebuild: + Version bump 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> cecutil-6.ebuild: Stable on ppc. diff --git a/app-vim/cecutil/Manifest b/app-vim/cecutil/Manifest index c7fbfcd4b0fe..ab87a3812c4c 100644 --- a/app-vim/cecutil/Manifest +++ b/app-vim/cecutil/Manifest @@ -1,8 +1,10 @@ -MD5 1383f904e0d26bd5e20c7524143769d0 cecutil-4.ebuild 974 -MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 MD5 41b9f44bb3c33bae2ea72d1c4de1873d ChangeLog 1424 MD5 ec4d28b20d2c588cb0ecc24ef462bf74 cecutil-3.ebuild 565 +MD5 1383f904e0d26bd5e20c7524143769d0 cecutil-4.ebuild 974 MD5 64e9cb8064cc106f8c15368653f4da20 cecutil-6.ebuild 965 +MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 +MD5 23eaa1a371c6e9efc316c98b39a235e5 cecutil-7.ebuild 972 +MD5 8840159f3e78e32a0a4715e6546ca0b7 files/digest-cecutil-3 60 MD5 4e2527502d264bfb0e8aa278c10c9687 files/digest-cecutil-4 60 MD5 e31de25dad603b6273c12659a50cae41 files/digest-cecutil-6 60 -MD5 8840159f3e78e32a0a4715e6546ca0b7 files/digest-cecutil-3 60 +MD5 8bf09c7dfbc5444aa0d89fe6be4349c2 files/digest-cecutil-7 60 diff --git a/app-vim/cecutil/cecutil-7.ebuild b/app-vim/cecutil/cecutil-7.ebuild new file mode 100644 index 000000000000..15657c716056 --- /dev/null +++ b/app-vim/cecutil/cecutil-7.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-7.ebuild,v 1.1 2005/05/06 21:24: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="~x86 ~sparc ~mips ~ppc ~amd64 ~alpha ~ia64" +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-7 b/app-vim/cecutil/files/digest-cecutil-7 new file mode 100644 index 000000000000..2a1522bd7806 --- /dev/null +++ b/app-vim/cecutil/files/digest-cecutil-7 @@ -0,0 +1 @@ +MD5 fce26928bca1fbb7fc45bf5ee4b66169 cecutil-7.tar.bz2 4476 |