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 22:12:39
Message-Id: E1NmDqv-0004gE-TX@stork.gentoo.org
1 patrick 10/03/01 22:12:37
2
3 Modified: ChangeLog speech-dispatcher-0.6.7-r1.ebuild
4 Log:
5 Reverting fix as it causes breakage in other places
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.63 app-accessibility/speech-dispatcher/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.63&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.63&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.62&r2=1.63
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
18 retrieving revision 1.62
19 retrieving revision 1.63
20 diff -u -r1.62 -r1.63
21 --- ChangeLog 1 Mar 2010 21:07:22 -0000 1.62
22 +++ ChangeLog 1 Mar 2010 22:12:37 -0000 1.63
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.62 2010/03/01 21:07:22 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.63 2010/03/01 22:12:37 patrick Exp $
28 +
29 + 01 Mar 2010; Patrick Lauer <patrick@g.o>
30 + speech-dispatcher-0.6.7-r1.ebuild:
31 + Reverting fix as it causes breakage in other places
32
33 01 Mar 2010; Patrick Lauer <patrick@g.o>
34 speech-dispatcher-0.6.7-r1.ebuild:
35
36
37
38 1.6 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.6&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.6&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.5&r2=1.6
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.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- speech-dispatcher-0.6.7-r1.ebuild 1 Mar 2010 21:07:22 -0000 1.5
51 +++ speech-dispatcher-0.6.7-r1.ebuild 1 Mar 2010 22:12:37 -0000 1.6
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.5 2010/03/01 21:07:22 patrick Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7-r1.ebuild,v 1.6 2010/03/01 22:12:37 patrick Exp $
57
58 EAPI="3"
59 PATCHVER=1
60 @@ -30,8 +30,7 @@
61 dev-util/pkgconfig"
62
63 src_prepare() {
64 - epatch "${FILESDIR}/speech-dispatcher-mutils.patch" \
65 - "${FILESDIR}/speech-dispatcher-0.6.6-festival-fix-formats.patch"
66 + EPATCH_SUFFIX="patch" epatch
67 eautoreconf
68 sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in
69 }