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: Fri, 04 Sep 2009 08:46:22
Message-Id: E1MjZFb-00080H-Rf@stork.gentoo.org
1 williamh 09/09/04 13:54:51
2
3 Modified: ChangeLog speech-dispatcher-0.6.7.ebuild
4 Log:
5 removed the glibc patch and reopened 281130.
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.44 app-accessibility/speech-dispatcher/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.44&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.44&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.43&r2=1.44
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
18 retrieving revision 1.43
19 retrieving revision 1.44
20 diff -u -r1.43 -r1.44
21 --- ChangeLog 4 Sep 2009 13:34:47 -0000 1.43
22 +++ ChangeLog 4 Sep 2009 13:54:51 -0000 1.44
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.43 2009/09/04 13:34:47 williamh Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.44 2009/09/04 13:54:51 williamh Exp $
28 +
29 + 04 Sep 2009; William Hubbs <williamh@g.o>
30 + speech-dispatcher-0.6.7.ebuild:
31 + Reopened #281130.
32
33 04 Sep 2009; William Hubbs <williamh@g.o>
34 speech-dispatcher-0.6.7.ebuild, -speech-dispatcher-0.6.7-r1.ebuild:
35
36
37
38 1.5 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.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.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.ebuild?r1=1.4&r2=1.5
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.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- speech-dispatcher-0.6.7.ebuild 4 Sep 2009 13:34:47 -0000 1.4
51 +++ speech-dispatcher-0.6.7.ebuild 4 Sep 2009 13:54:51 -0000 1.5
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.4 2009/09/04 13:34:47 williamh Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.5 2009/09/04 13:54:51 williamh Exp $
57
58 inherit eutils
59
60 @@ -27,7 +27,6 @@
61 src_unpack() {
62 unpack ${A}
63 cd "${S}"
64 - epatch "${FILESDIR}"/${P}-glibc-2.10.patch
65 sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in || die
66 }