summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-17 22:52:43 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-17 22:52:43 +0000
commit7eacc3860a8cc3b358f4e460bcd79e73f60dae95 (patch)
treeeca094b3c5a87dfbd8cf62b0a7211e44770a5db6 /app-dicts/dictd-vera
parentMissing IUSE (diff)
downloadgentoo-2-7eacc3860a8cc3b358f4e460bcd79e73f60dae95.tar.gz
gentoo-2-7eacc3860a8cc3b358f4e460bcd79e73f60dae95.tar.bz2
gentoo-2-7eacc3860a8cc3b358f4e460bcd79e73f60dae95.zip
QA fixes; unquoted variables
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'app-dicts/dictd-vera')
-rw-r--r--app-dicts/dictd-vera/ChangeLog7
-rw-r--r--app-dicts/dictd-vera/dictd-vera-1.12.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/app-dicts/dictd-vera/ChangeLog b/app-dicts/dictd-vera/ChangeLog
index 59b5870a30ea..7714b97c60cd 100644
--- a/app-dicts/dictd-vera/ChangeLog
+++ b/app-dicts/dictd-vera/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/dictd-vera
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.20 2008/10/05 13:39:36 flameeyes Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/ChangeLog,v 1.21 2009/10/17 22:52:43 halcy0n Exp $
+
+ 17 Oct 2009; Mark Loeser <halcy0n@gentoo.org> dictd-vera-1.12.ebuild:
+ QA fixes; unquoted variables
05 Oct 2008; Diego Pettenò <flameeyes@gentoo.org> dictd-vera-1.12.ebuild:
Fix build-time dependencies.
diff --git a/app-dicts/dictd-vera/dictd-vera-1.12.ebuild b/app-dicts/dictd-vera/dictd-vera-1.12.ebuild
index 99040ec361d5..49503cdea981 100644
--- a/app-dicts/dictd-vera/dictd-vera-1.12.ebuild
+++ b/app-dicts/dictd-vera/dictd-vera-1.12.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-dicts/dictd-vera/dictd-vera-1.12.ebuild,v 1.10 2008/10/05 13:39:36 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-vera/dictd-vera-1.12.ebuild,v 1.11 2009/10/17 22:52:43 halcy0n Exp $
pkg_dte="December 2003"
@@ -21,8 +21,8 @@ S=${WORKDIR}/vera-${PV}
src_unpack () {
unpack ${A}
- cd ${S}
- patch -p1 < ${WORKDIR}/vera_${PV}-1.diff
+ cd "${S}"
+ patch -p1 < "${WORKDIR}/vera_${PV}-1.diff"
}
src_compile () {