summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Loeser <halcy0n@gentoo.org>2009-10-11 21:44:37 +0000
committerMark Loeser <halcy0n@gentoo.org>2009-10-11 21:44:37 +0000
commit06815271d4c1286a02fcadcbd18594cac683f1b4 (patch)
tree0b7f5936a7c7abc4124cb4b41b08be80950e8b22 /app-accessibility/speechd
parenttidy (diff)
downloadgentoo-2-06815271d4c1286a02fcadcbd18594cac683f1b4.tar.gz
gentoo-2-06815271d4c1286a02fcadcbd18594cac683f1b4.tar.bz2
gentoo-2-06815271d4c1286a02fcadcbd18594cac683f1b4.zip
QA fixes, unquoted variables
(Portage version: 2.2_rc45/cvs/Linux x86_64)
Diffstat (limited to 'app-accessibility/speechd')
-rw-r--r--app-accessibility/speechd/ChangeLog7
-rw-r--r--app-accessibility/speechd/speechd-0.56-r2.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/app-accessibility/speechd/ChangeLog b/app-accessibility/speechd/ChangeLog
index 27f6cb3ae891..8543418911e6 100644
--- a/app-accessibility/speechd/ChangeLog
+++ b/app-accessibility/speechd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/speechd
-# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd/ChangeLog,v 1.21 2009/04/01 18:26:13 williamh Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd/ChangeLog,v 1.22 2009/10/11 21:44:37 halcy0n Exp $
+
+ 11 Oct 2009; Mark Loeser <halcy0n@gentoo.org> speechd-0.56-r2.ebuild:
+ QA fixes, unquoted variables
01 Apr 2009; William Hubbs <williamh@gentoo.org> -speechd-0.56-r1.ebuild:
Removed old version.
diff --git a/app-accessibility/speechd/speechd-0.56-r2.ebuild b/app-accessibility/speechd/speechd-0.56-r2.ebuild
index 37c171133265..9e587b1ea6b5 100644
--- a/app-accessibility/speechd/speechd-0.56-r2.ebuild
+++ b/app-accessibility/speechd/speechd-0.56-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd/speechd-0.56-r2.ebuild,v 1.6 2009/04/01 18:26:13 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speechd/speechd-0.56-r2.ebuild,v 1.7 2009/10/11 21:44:37 halcy0n Exp $
inherit eutils
@@ -22,17 +22,17 @@ S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-catspeech-eof.patch
+ cd "${S}"
+ epatch "${FILESDIR}"/${P}-catspeech-eof.patch
}
src_install() {
- dobin ${S}/bin/speechd ${S}/bin/catspeech
+ dobin "${S}"/bin/speechd "${S}"/bin/catspeech
use esd && dosed 's,#\($use_esd\),\1,g' /usr/bin/speechd
insinto /etc
doins speechd.sub speechdrc
- newinitd ${FILESDIR}/speechd.rc speechd
- doman ${S}/man/man1/*.1
+ newinitd "${FILESDIR}"/speechd.rc speechd
+ doman "${S}"/man/man1/*.1
dodoc README AUTHORS CHANGELOG TODO speechio.faq
}