summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-05-14 05:24:39 +0000
committerTim Harder <radhermit@gentoo.org>2013-05-14 05:24:39 +0000
commiteae9bde84f4a86c488ec728ddbc71b7197393842 (patch)
treea7a975f6c57cdf291139971cb5c9b8f1f74a5fd6 /app-vim/help-extra-syntax
parentFix quoting QA warning. (diff)
downloadgentoo-2-eae9bde84f4a86c488ec728ddbc71b7197393842.tar.gz
gentoo-2-eae9bde84f4a86c488ec728ddbc71b7197393842.tar.bz2
gentoo-2-eae9bde84f4a86c488ec728ddbc71b7197393842.zip
Fix quoting QA warning.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-vim/help-extra-syntax')
-rw-r--r--app-vim/help-extra-syntax/ChangeLog8
-rw-r--r--app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/app-vim/help-extra-syntax/ChangeLog b/app-vim/help-extra-syntax/ChangeLog
index 542cd9f9ed22..59dade12503e 100644
--- a/app-vim/help-extra-syntax/ChangeLog
+++ b/app-vim/help-extra-syntax/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-vim/help-extra-syntax
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/help-extra-syntax/ChangeLog,v 1.11 2012/12/17 16:35:50 ulm Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/help-extra-syntax/ChangeLog,v 1.12 2013/05/14 05:24:39 radhermit Exp $
+
+ 14 May 2013; Tim Harder <radhermit@gentoo.org>
+ help-extra-syntax-20050106-r1.ebuild:
+ Fix quoting QA warning.
17 Dec 2012; Ulrich Müller <ulm@gentoo.org>
help-extra-syntax-20050106.ebuild, help-extra-syntax-20050106-r1.ebuild:
diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild
index 5ee02b6376a8..15292574cf65 100644
--- a/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild
+++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild,v 1.5 2012/12/17 16:35:50 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/help-extra-syntax/help-extra-syntax-20050106-r1.ebuild,v 1.6 2013/05/14 05:24:39 radhermit Exp $
inherit vim-plugin
@@ -14,7 +14,7 @@ VIM_PLUGIN_HELPTEXT=\
"This plugin provides additional syntax highlighting for help files."
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
# use hi def link, bug #101797 / bug #101804
sed -i -e 's,^hi link,hi def link,' \