summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-12 17:03:20 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-12 17:03:20 +0000
commitbcd4757a26667396b83f78aa9618cc5f8c96ca9a (patch)
treebc41ba00511067431b36c5f34fd23d1aeb773f79 /app-arch/unlzx
parentia64/s390/sh/sparc stable wrt #287031 (diff)
downloadgentoo-2-bcd4757a26667396b83f78aa9618cc5f8c96ca9a.tar.gz
gentoo-2-bcd4757a26667396b83f78aa9618cc5f8c96ca9a.tar.bz2
gentoo-2-bcd4757a26667396b83f78aa9618cc5f8c96ca9a.zip
QA fixes; unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/unlzx')
-rw-r--r--app-arch/unlzx/ChangeLog7
-rw-r--r--app-arch/unlzx/unlzx-1.1.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/app-arch/unlzx/ChangeLog b/app-arch/unlzx/ChangeLog
index cb85f70eb169..7dba20625183 100644
--- a/app-arch/unlzx/ChangeLog
+++ b/app-arch/unlzx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-arch/unlzx
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.18 2008/10/23 02:44:51 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/ChangeLog,v 1.19 2009/10/12 17:03:20 halcy0n Exp $
+
+ 12 Oct 2009; Mark Loeser <halcy0n@gentoo.org> unlzx-1.1.ebuild:
+ QA fixes; unquoted variables
23 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> unlzx-1.1.ebuild:
Respect LDFLAGS, respect CC.
diff --git a/app-arch/unlzx/unlzx-1.1.ebuild b/app-arch/unlzx/unlzx-1.1.ebuild
index e480f1feae59..1e3b00f78761 100644
--- a/app-arch/unlzx/unlzx-1.1.ebuild
+++ b/app-arch/unlzx/unlzx-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.26 2008/10/23 02:44:51 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unlzx/unlzx-1.1.ebuild,v 1.27 2009/10/12 17:03:20 halcy0n Exp $
inherit toolchain-funcs
@@ -14,9 +14,9 @@ IUSE=""
KEYWORDS="alpha amd64 ~hppa ppc sparc x86"
src_unpack() {
- mkdir ${S}
- gzip -dc ${DISTDIR}/${PN}.c.gz > ${S}/unlzx.c
- cp ${DISTDIR}/${PN}.c.gz.readme ${S}/${PN}.c.gz.readme
+ mkdir "${S}"
+ gzip -dc "${DISTDIR}"/${PN}.c.gz > "${S}"/unlzx.c
+ cp "${DISTDIR}"/${PN}.c.gz.readme "${S}"/${PN}.c.gz.readme
}
src_compile() {