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, 06 Sep 2009 20:32:09
Message-Id: E1MkOP9-0002bi-1G@stork.gentoo.org
1 williamh 09/09/06 20:32:07
2
3 Modified: ChangeLog speech-dispatcher-0.6.7.ebuild
4 Log:
5 removed extra call to epatch
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.47 app-accessibility/speech-dispatcher/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.47&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.47&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.46&r2=1.47
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
18 retrieving revision 1.46
19 retrieving revision 1.47
20 diff -u -r1.46 -r1.47
21 --- ChangeLog 6 Sep 2009 19:35:28 -0000 1.46
22 +++ ChangeLog 6 Sep 2009 20:32:06 -0000 1.47
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-accessibility/speech-dispatcher
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.46 2009/09/06 19:35:28 williamh Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.47 2009/09/06 20:32:06 williamh Exp $
28 +
29 + 06 Sep 2009; William Hubbs <williamh@g.o>
30 + speech-dispatcher-0.6.7.ebuild:
31 + removed call to epatch
32
33 06 Sep 2009; William Hubbs <williamh@g.o>
34 speech-dispatcher-0.6.7.ebuild, metadata.xml:
35
36
37
38 1.7 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.7&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.7&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.6&r2=1.7
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.6
48 retrieving revision 1.7
49 diff -u -r1.6 -r1.7
50 --- speech-dispatcher-0.6.7.ebuild 6 Sep 2009 19:35:28 -0000 1.6
51 +++ speech-dispatcher-0.6.7.ebuild 6 Sep 2009 20:32:06 -0000 1.7
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 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.6 2009/09/06 19:35:28 williamh Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.7 2009/09/06 20:32:06 williamh Exp $
57
58 EAPI="2"
59
60 @@ -28,7 +28,6 @@
61
62 src_prepare() {
63 sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in
64 - epatch "${FILESDIR}"/${P}-getline-ss.patch
65 }
66
67 src_configure() {