From 9b17347f82b989b5c295c1df74b4fbb5bbde51d9 Mon Sep 17 00:00:00 2001 From: Mark Loeser Date: Mon, 12 Oct 2009 17:02:12 +0000 Subject: QA fixes; unquoted variables (Portage version: 2.2_rc45/cvs/Linux x86_64) --- app-arch/undms/ChangeLog | 7 +++++-- app-arch/undms/undms-1.3.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'app-arch') diff --git a/app-arch/undms/ChangeLog b/app-arch/undms/ChangeLog index c389a59ce8db..2cae18a379a5 100644 --- a/app-arch/undms/ChangeLog +++ b/app-arch/undms/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/undms -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/ChangeLog,v 1.6 2008/08/23 18:18:41 maekke Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/ChangeLog,v 1.7 2009/10/12 17:02:12 halcy0n Exp $ + + 12 Oct 2009; Mark Loeser undms-1.3.ebuild: + QA fixes; unquoted variables 23 Aug 2008; Markus Meier undms-1.3.ebuild: add ~amd64, bug #225993 diff --git a/app-arch/undms/undms-1.3.ebuild b/app-arch/undms/undms-1.3.ebuild index ce5478b29450..98e0357331ee 100644 --- a/app-arch/undms/undms-1.3.ebuild +++ b/app-arch/undms/undms-1.3.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/undms/undms-1.3.ebuild,v 1.5 2008/08/23 18:18:41 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/undms/undms-1.3.ebuild,v 1.6 2009/10/12 17:02:12 halcy0n Exp $ inherit eutils @@ -15,9 +15,9 @@ IUSE="" DEPEND="app-arch/ncompress" src_unpack() { - mkdir ${S} - uncompress -dc ${DISTDIR}/${P}.c.Z > ${S}/undms.c - cp ${DISTDIR}/${P}.c.Z.readme ${S}/${P}.c.Z.readme + mkdir "${S}" + uncompress -dc "${DISTDIR}"/${P}.c.Z > "${S}"/undms.c + cp "${DISTDIR}"/${P}.c.Z.readme "${S}"/${P}.c.Z.readme } src_compile() { -- cgit v1.2.3-65-gdbad