summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-09-20 07:57:43 +0000
committerAli Polatel <hawking@gentoo.org>2008-09-20 07:57:43 +0000
commit5bfe5429f90e722668f4356b8b46a3c60fdbeca0 (patch)
tree52e6bc5c544ad6059ca51eac8825333a8840d7aa
parentVersion bump. (diff)
downloadgentoo-2-5bfe5429f90e722668f4356b8b46a3c60fdbeca0.tar.gz
gentoo-2-5bfe5429f90e722668f4356b8b46a3c60fdbeca0.tar.bz2
gentoo-2-5bfe5429f90e722668f4356b8b46a3c60fdbeca0.zip
Quoting.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
-rw-r--r--app-vim/align/ChangeLog6
-rw-r--r--app-vim/align/align-32.ebuild6
-rw-r--r--app-vim/align/align-33.ebuild6
-rw-r--r--app-vim/align/align-35.ebuild6
-rw-r--r--app-vim/align/align-39.ebuild4
5 files changed, 16 insertions, 12 deletions
diff --git a/app-vim/align/ChangeLog b/app-vim/align/ChangeLog
index bc112137c150..77366995c28e 100644
--- a/app-vim/align/ChangeLog
+++ b/app-vim/align/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/align
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.46 2008/09/20 07:54:57 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/align/ChangeLog,v 1.47 2008/09/20 07:57:43 hawking Exp $
+
+ 20 Sep 2008; Ali Polatel <hawking@gentoo.org> align-32.ebuild,
+ align-33.ebuild, align-35.ebuild, align-39.ebuild:
+ Quoting.
*align-39 (20 Sep 2008)
diff --git a/app-vim/align/align-32.ebuild b/app-vim/align/align-32.ebuild
index 85d205fb4135..898e3e540b48 100644
--- a/app-vim/align/align-32.ebuild
+++ b/app-vim/align/align-32.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/align/align-32.ebuild,v 1.7 2007/07/11 05:14:07 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-32.ebuild,v 1.8 2008/09/20 07:57:43 hawking Exp $
inherit vim-plugin
@@ -17,7 +17,7 @@ VIM_PLUGIN_HELPFILES="align align-maps"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# this makes vim7 throw a hissy fit
sed -i -e 's/ version </ v:version </g' plugin/Align*.vim || die "bad sed"
diff --git a/app-vim/align/align-33.ebuild b/app-vim/align/align-33.ebuild
index befd216b792e..f0a9498cd1a1 100644
--- a/app-vim/align/align-33.ebuild
+++ b/app-vim/align/align-33.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/align/align-33.ebuild,v 1.6 2007/03/17 18:18:31 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-33.ebuild,v 1.7 2008/09/20 07:57:43 hawking Exp $
inherit vim-plugin
@@ -17,7 +17,7 @@ VIM_PLUGIN_HELPFILES="align align-maps"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# this makes vim7 throw a hissy fit
sed -i -e 's/ version </ v:version </g' plugin/Align*.vim || die "bad sed"
diff --git a/app-vim/align/align-35.ebuild b/app-vim/align/align-35.ebuild
index 322d0fe5239b..f2c7fa5801e1 100644
--- a/app-vim/align/align-35.ebuild
+++ b/app-vim/align/align-35.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/align/align-35.ebuild,v 1.1 2007/05/09 19:25:05 pioto Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-35.ebuild,v 1.2 2008/09/20 07:57:43 hawking Exp $
VIM_PLUGIN_VIM_VERSION="7.0"
inherit vim-plugin
@@ -18,7 +18,7 @@ VIM_PLUGIN_HELPFILES="align align-maps"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# nuke cecutil, we use the common shared version
rm -f plugin/cecutil.vim
}
diff --git a/app-vim/align/align-39.ebuild b/app-vim/align/align-39.ebuild
index 5101eef1d7cb..9ba1ace29ceb 100644
--- a/app-vim/align/align-39.ebuild
+++ b/app-vim/align/align-39.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-39.ebuild,v 1.1 2008/09/20 07:54:57 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-39.ebuild,v 1.2 2008/09/20 07:57:43 hawking Exp $
VIM_PLUGIN_VIM_VERSION="7.0"
inherit vim-plugin
@@ -18,7 +18,7 @@ VIM_PLUGIN_HELPFILES="align align-maps"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
# nuke cecutil, we use the common shared version
rm -f plugin/cecutil.vim
}