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 22:32:01
Message-Id: E1Nlrg2-0002L1-8X@stork.gentoo.org
1 williamh 10/02/28 22:31:54
2
3 Modified: ChangeLog speech-dispatcher-0.6.7.ebuild
4 Log:
5 Chris Brannon, from upstream, provided a fix for bug #305347.
6 Also, I reverted the prefix changes since they
7 should have been done in an eapi bump/rev bump.
8 (Portage version: 2.2_rc63/cvs/Linux i686)
9
10 Revision Changes Path
11 1.58 app-accessibility/speech-dispatcher/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.58&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.58&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.57&r2=1.58
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
20 retrieving revision 1.57
21 retrieving revision 1.58
22 diff -u -r1.57 -r1.58
23 --- ChangeLog 23 Feb 2010 15:08:46 -0000 1.57
24 +++ ChangeLog 28 Feb 2010 22:31:53 -0000 1.58
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-accessibility/speech-dispatcher
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.57 2010/02/23 15:08:46 josejx Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.58 2010/02/28 22:31:53 williamh Exp $
30 +
31 + 28 Feb 2010; William Hubbs <williamh@g.o>
32 + speech-dispatcher-0.6.7.ebuild:
33 + Chris Brannon, from upstream, provided a fix for bug #305347.
34 + Also, I reverted the prefix changes.
35 + These need to be done via an eapi bump and revbump.
36
37 23 Feb 2010; Joseph Jezak <josejx@g.o>
38 speech-dispatcher-0.6.7.ebuild:
39
40
41
42 1.18 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.18&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.18&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.17&r2=1.18
47
48 Index: speech-dispatcher-0.6.7.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
51 retrieving revision 1.17
52 retrieving revision 1.18
53 diff -u -r1.17 -r1.18
54 --- speech-dispatcher-0.6.7.ebuild 23 Feb 2010 15:08:46 -0000 1.17
55 +++ speech-dispatcher-0.6.7.ebuild 28 Feb 2010 22:31:53 -0000 1.18
56 @@ -1,19 +1,20 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.17 2010/02/23 15:08:46 josejx Exp $
60 +# $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 $
61
62 EAPI="2"
63 +PATCHVER=1
64
65 inherit autotools eutils
66
67 DESCRIPTION="speech-dispatcher speech synthesis interface"
68 HOMEPAGE="http://www.freebsoft.org/speechd"
69 SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz
70 - mirror://gentoo/${P}-patches.tar.gz"
71 + mirror://gentoo/${P}-patches-${PATCHVER}.tar.gz"
72
73 LICENSE="GPL-2"
74 SLOT="0"
75 -KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
76 +KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 sparc x86"
77 IUSE="alsa +espeak flite nas pulseaudio python"
78
79 RDEPEND="dev-libs/dotconf
80 @@ -64,13 +65,11 @@
81 }
82
83 pkg_postinst() {
84 - use prefix || EPREFIX=
85 -
86 if ! use espeak; then
87 ewarn
88 ewarn "You have disabled espeak, which is speech-dispatcher's"
89 ewarn "default speech synthesizer."
90 - ewarn "You must edit ${ROOT%/}${EPREFIX}/etc/speechd/speechd.conf"
91 + ewarn "You must edit ${ROOT}etc/speechd/speechd.conf"
92 fi
93 elog
94 elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils."