Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
Date: Sun, 28 Feb 2010 23:50:36
Message-Id: E1Nlsu7-0005Jj-WD@stork.gentoo.org
1 williamh 10/02/28 23:50:31
2
3 Modified: ChangeLog speech-dispatcher-0.6.7.ebuild
4 Log:
5 fixed a typo
6 (Portage version: 2.2_rc63/cvs/Linux i686)
7
8 Revision Changes Path
9 1.59 app-accessibility/speech-dispatcher/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.59&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.59&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.58&r2=1.59
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
18 retrieving revision 1.58
19 retrieving revision 1.59
20 diff -u -r1.58 -r1.59
21 --- ChangeLog 28 Feb 2010 22:31:53 -0000 1.58
22 +++ ChangeLog 28 Feb 2010 23:50:31 -0000 1.59
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-accessibility/speech-dispatcher
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.58 2010/02/28 22:31:53 williamh Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.59 2010/02/28 23:50:31 williamh Exp $
28 +
29 + 28 Feb 2010; William Hubbs <williamh@g.o>
30 + speech-dispatcher-0.6.7.ebuild:
31 + fixed a typo
32
33 28 Feb 2010; William Hubbs <williamh@g.o>
34 speech-dispatcher-0.6.7.ebuild:
35
36
37
38 1.19 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.19&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.19&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.18&r2=1.19
43
44 Index: speech-dispatcher-0.6.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
47 retrieving revision 1.18
48 retrieving revision 1.19
49 diff -u -r1.18 -r1.19
50 --- speech-dispatcher-0.6.7.ebuild 28 Feb 2010 22:31:53 -0000 1.18
51 +++ speech-dispatcher-0.6.7.ebuild 28 Feb 2010 23:50:31 -0000 1.19
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.18 2010/02/28 22:31:53 williamh Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.19 2010/02/28 23:50:31 williamh Exp $
57
58 EAPI="2"
59 PATCHVER=1
60 @@ -69,7 +69,7 @@
61 ewarn
62 ewarn "You have disabled espeak, which is speech-dispatcher's"
63 ewarn "default speech synthesizer."
64 - ewarn "You must edit ${ROOT}etc/speechd/speechd.conf"
65 + ewarn "You must edit ${ROOT}/etc/speechd/speechd.conf"
66 fi
67 elog
68 elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils."