Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@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-r1.ebuild
Date: Mon, 01 Mar 2010 21:05:53
Message-Id: E1NmCoJ-0001eS-Rp@stork.gentoo.org
1 patrick 10/03/01 21:05:51
2
3 Modified: ChangeLog speech-dispatcher-0.6.7-r1.ebuild
4 Log:
5 Fixing compile failure, fixes #307341. Thanks to Renato Gallo.
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.61 app-accessibility/speech-dispatcher/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.61&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.61&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.60&r2=1.61
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
18 retrieving revision 1.60
19 retrieving revision 1.61
20 diff -u -r1.60 -r1.61
21 --- ChangeLog 1 Mar 2010 00:46:14 -0000 1.60
22 +++ ChangeLog 1 Mar 2010 21:05:51 -0000 1.61
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.60 2010/03/01 00:46:14 abcd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.61 2010/03/01 21:05:51 patrick Exp $
28 +
29 + 01 Mar 2010; Patrick Lauer <patrick@g.o>
30 + speech-dispatcher-0.6.7-r1.ebuild, +files/speech-dispatcher-mutils.patch:
31 + Fixing compile failure, fixes #307341. Thanks to Renato Gallo.
32
33 01 Mar 2010; Jonathan Callen <abcd@g.o>
34 +speech-dispatcher-0.6.7-r1.ebuild:
35
36
37
38 1.4 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild?r1=1.3&r2=1.4
43
44 Index: speech-dispatcher-0.6.7-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- speech-dispatcher-0.6.7-r1.ebuild 1 Mar 2010 00:46:14 -0000 1.3
51 +++ speech-dispatcher-0.6.7-r1.ebuild 1 Mar 2010 21:05:51 -0000 1.4
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-r1.ebuild,v 1.3 2010/03/01 00:46:14 abcd Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild,v 1.4 2010/03/01 21:05:51 patrick Exp $
57
58 EAPI="3"
59 PATCHVER=1
60 @@ -30,7 +30,8 @@
61 dev-util/pkgconfig"
62
63 src_prepare() {
64 - EPATCH_SUFFIX="patch" epatch
65 + epatch ${FILESDIR}/speech-dispatcher-mutils.patch \
66 + ${FILESDIR}/speech-dispatcher-0.6.6-festival-fix-formats.patch
67 eautoreconf
68 sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in
69 }