summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-17 22:49:38 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-17 22:49:38 +0000
commitbe7842e68a1fc5332ca0346e87e9297ba4c1ed18 (patch)
tree5690b49b5275cca8da13db9c83ba580c4251fbf7 /app-dicts
parentQA fixes; unquoted variables (diff)
downloadgentoo-2-be7842e68a1fc5332ca0346e87e9297ba4c1ed18.tar.gz
gentoo-2-be7842e68a1fc5332ca0346e87e9297ba4c1ed18.tar.bz2
gentoo-2-be7842e68a1fc5332ca0346e87e9297ba4c1ed18.zip
QA fixes; unquoted variables
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/canna-zipcode/ChangeLog8
-rw-r--r--app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild10
-rw-r--r--app-dicts/canna-zipcode/canna-zipcode-20040803.ebuild10
3 files changed, 16 insertions, 12 deletions
diff --git a/app-dicts/canna-zipcode/ChangeLog b/app-dicts/canna-zipcode/ChangeLog
index 3354c596ae56..794ddcaed1cc 100644
--- a/app-dicts/canna-zipcode/ChangeLog
+++ b/app-dicts/canna-zipcode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-dicts/canna-zipcode
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-zipcode/ChangeLog,v 1.12 2007/02/21 20:27:58 peper Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-zipcode/ChangeLog,v 1.13 2009/10/17 22:49:38 halcy0n Exp $
+
+ 17 Oct 2009; Mark Loeser <halcy0n@gentoo.org>
+ canna-zipcode-20021021-r2.ebuild, canna-zipcode-20040803.ebuild:
+ QA fixes; unquoted variables
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild b/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild
index 7358f4e4aa05..82e87fce5cb7 100644
--- a/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild
+++ b/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild,v 1.6 2006/10/21 00:12:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-zipcode/canna-zipcode-20021021-r2.ebuild,v 1.7 2009/10/17 22:49:38 halcy0n Exp $
inherit cannadic
@@ -28,9 +28,9 @@ CANNADICS="zipcode jigyousyo"
src_unpack() {
unpack ${MY_P}.tar.bz2
- cd ${S}
- lha e ${DISTDIR}/ken_all_${MY_DATE}.lzh
- lha e ${DISTDIR}/jigyosyo_${MY_DATE}.lzh
+ cd "${S}"
+ lha e "${DISTDIR}/ken_all_${MY_DATE}.lzh"
+ lha e "${DISTDIR}/jigyosyo_${MY_DATE}.lzh"
touch *.csv
}
diff --git a/app-dicts/canna-zipcode/canna-zipcode-20040803.ebuild b/app-dicts/canna-zipcode/canna-zipcode-20040803.ebuild
index 410698f4bab6..c0a1e65175cf 100644
--- a/app-dicts/canna-zipcode/canna-zipcode-20040803.ebuild
+++ b/app-dicts/canna-zipcode/canna-zipcode-20040803.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-zipcode/canna-zipcode-20040803.ebuild,v 1.6 2006/10/21 00:12:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-zipcode/canna-zipcode-20040803.ebuild,v 1.7 2009/10/17 22:49:38 halcy0n Exp $
inherit cannadic
@@ -29,9 +29,9 @@ CANNADICS="zipcode jigyousyo"
src_unpack() {
unpack ${MY_P}.tar.bz2
- cd ${S}
- lha e ${DISTDIR}/ken_all_${MY_DATE}.lzh
- lha e ${DISTDIR}/jigyosyo_${MY_DATE}.lzh
+ cd "${S}"
+ lha e "${DISTDIR}/ken_all_${MY_DATE}.lzh"
+ lha e "${DISTDIR}/jigyosyo_${MY_DATE}.lzh"
touch *.csv
}