diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-09-20 13:51:39 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-09-20 13:51:39 +0000 |
commit | 75522da8e2c2f4f1a17cc44faaf45cf112a13f07 (patch) | |
tree | a2f9d5dc6f6de49acbae89f8cad9ea89b76fc740 /app-vim/cecutil | |
parent | sparc stable wrt #237481 (diff) | |
download | gentoo-2-75522da8e2c2f4f1a17cc44faaf45cf112a13f07.tar.gz gentoo-2-75522da8e2c2f4f1a17cc44faaf45cf112a13f07.tar.bz2 gentoo-2-75522da8e2c2f4f1a17cc44faaf45cf112a13f07.zip |
Version bump. Quoting. Drop old.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim/cecutil')
-rw-r--r-- | app-vim/cecutil/ChangeLog | 11 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-14.ebuild | 27 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-17.ebuild (renamed from app-vim/cecutil/cecutil-16.ebuild) | 4 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-3.ebuild | 15 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-4.ebuild | 27 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-6.ebuild | 27 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-7.ebuild | 14 | ||||
-rw-r--r-- | app-vim/cecutil/cecutil-9.ebuild | 27 |
8 files changed, 18 insertions, 134 deletions
diff --git a/app-vim/cecutil/ChangeLog b/app-vim/cecutil/ChangeLog index 7b80da645a0e..f2db99a7a329 100644 --- a/app-vim/cecutil/ChangeLog +++ b/app-vim/cecutil/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-vim/cecutil -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/ChangeLog,v 1.24 2007/05/09 19:14:02 pioto Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/ChangeLog,v 1.25 2008/09/20 13:51:39 hawking Exp $ + +*cecutil-17 (20 Sep 2008) + + 20 Sep 2008; Ali Polatel <hawking@gentoo.org> -cecutil-3.ebuild, + -cecutil-4.ebuild, -cecutil-6.ebuild, cecutil-7.ebuild, -cecutil-9.ebuild, + -cecutil-14.ebuild, -cecutil-16.ebuild, +cecutil-17.ebuild: + Version bump. Quoting. Drop old. *cecutil-16 (09 May 2007) diff --git a/app-vim/cecutil/cecutil-14.ebuild b/app-vim/cecutil/cecutil-14.ebuild deleted file mode 100644 index efb8fedbe552..000000000000 --- a/app-vim/cecutil/cecutil-14.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/cecutil-14.ebuild,v 1.1 2006/02/11 03:02:57 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/cecutil-16.ebuild b/app-vim/cecutil/cecutil-17.ebuild index ab5c2f83e566..90ee9484b879 100644 --- a/app-vim/cecutil/cecutil-16.ebuild +++ b/app-vim/cecutil/cecutil-17.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/cecutil-16.ebuild,v 1.1 2007/05/09 19:14:02 pioto Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/cecutil-17.ebuild,v 1.1 2008/09/20 13:51:39 hawking Exp $ VIM_PLUGIN_VIM_VERSION="7.0" inherit vim-plugin diff --git a/app-vim/cecutil/cecutil-3.ebuild b/app-vim/cecutil/cecutil-3.ebuild deleted file mode 100644 index de041b71802b..000000000000 --- a/app-vim/cecutil/cecutil-3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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-3.ebuild,v 1.8 2005/02/22 22:53:31 agriffis 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." diff --git a/app-vim/cecutil/cecutil-4.ebuild b/app-vim/cecutil/cecutil-4.ebuild deleted file mode 100644 index b4bb3683ec85..000000000000 --- a/app-vim/cecutil/cecutil-4.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.2 2005/02/22 23:45:57 agriffis 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/cecutil-6.ebuild b/app-vim/cecutil/cecutil-6.ebuild deleted file mode 100644 index 1325103bb713..000000000000 --- a/app-vim/cecutil/cecutil-6.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.7 2005/05/01 18:26:58 hansmi 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/cecutil-7.ebuild b/app-vim/cecutil/cecutil-7.ebuild index e00572080ee4..ee3d4fe4e6cc 100644 --- a/app-vim/cecutil/cecutil-7.ebuild +++ b/app-vim/cecutil/cecutil-7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 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.6 2005/09/19 21:54:21 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/cecutil/cecutil-7.ebuild,v 1.7 2008/09/20 13:51:39 hawking Exp $ inherit vim-plugin @@ -16,12 +16,12 @@ directly by the user. Documentation is available via ':help cecutil.txt'." src_unpack() { unpack ${A} - cd ${S} + 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 \ + 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 \ + sed -i -e '/^" HelpExtractor:/,$d' "${S}"/plugin/cecutil.vim \ || die "sed 2 failed. not good." } diff --git a/app-vim/cecutil/cecutil-9.ebuild b/app-vim/cecutil/cecutil-9.ebuild deleted file mode 100644 index d42ce2af9594..000000000000 --- a/app-vim/cecutil/cecutil-9.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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." -} |