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