public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-vim/cecutil: ChangeLog cecutil-7.ebuild cecutil-17.ebuild cecutil-4.ebuild cecutil-14.ebuild cecutil-9.ebuild cecutil-6.ebuild cecutil-16.ebuild cecutil-3.ebuild
@ 2008-09-20 13:51 Ali Polatel (hawking)
  0 siblings, 0 replies; only message in thread
From: Ali Polatel (hawking) @ 2008-09-20 13:51 UTC (permalink / raw
  To: gentoo-commits

hawking     08/09/20 13:51:40

  Modified:             ChangeLog cecutil-7.ebuild
  Added:                cecutil-17.ebuild
  Removed:              cecutil-4.ebuild cecutil-14.ebuild cecutil-9.ebuild
                        cecutil-6.ebuild cecutil-16.ebuild cecutil-3.ebuild
  Log:
  Version bump. Quoting. Drop old.
  (Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.25                 app-vim/cecutil/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/cecutil/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/cecutil/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/cecutil/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/cecutil/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	9 May 2007 19:14:02 -0000	1.24
+++ ChangeLog	20 Sep 2008 13:51:39 -0000	1.25
@@ -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)
 



1.7                  app-vim/cecutil/cecutil-7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/cecutil/cecutil-7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/cecutil/cecutil-7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/cecutil/cecutil-7.ebuild?r1=1.6&r2=1.7

Index: cecutil-7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-vim/cecutil/cecutil-7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cecutil-7.ebuild	19 Sep 2005 21:54:21 -0000	1.6
+++ cecutil-7.ebuild	20 Sep 2008 13:51:39 -0000	1.7
@@ -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 @@
 
 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."
 }



1.1                  app-vim/cecutil/cecutil-17.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/cecutil/cecutil-17.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/cecutil/cecutil-17.ebuild?rev=1.1&content-type=text/plain

Index: cecutil-17.ebuild
===================================================================
# 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-17.ebuild,v 1.1 2008/09/20 13:51:39 hawking Exp $

VIM_PLUGIN_VIM_VERSION="7.0"
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'."






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-20 13:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-20 13:51 [gentoo-commits] gentoo-x86 commit in app-vim/cecutil: ChangeLog cecutil-7.ebuild cecutil-17.ebuild cecutil-4.ebuild cecutil-14.ebuild cecutil-9.ebuild cecutil-6.ebuild cecutil-16.ebuild cecutil-3.ebuild Ali Polatel (hawking)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox