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 speech-dispatcher-0.6.7-r1.ebuild
Date: Fri, 04 Sep 2009 08:26:18
Message-Id: E1MjYwC-0007Qw-6E@stork.gentoo.org
1 williamh 09/09/04 13:34:48
2
3 Modified: ChangeLog speech-dispatcher-0.6.7.ebuild
4 Removed: speech-dispatcher-0.6.7-r1.ebuild
5 Log:
6 removed unnecessary rev bump.
7 (Portage version: 2.2_rc40/cvs/Linux i686)
8
9 Revision Changes Path
10 1.43 app-accessibility/speech-dispatcher/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 4 Sep 2009 08:55:08 -0000 1.42
23 +++ ChangeLog 4 Sep 2009 13:34:47 -0000 1.43
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-accessibility/speech-dispatcher
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.42 2009/09/04 08:55:08 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.43 2009/09/04 13:34:47 williamh Exp $
29 +
30 + 04 Sep 2009; William Hubbs <williamh@g.o>
31 + speech-dispatcher-0.6.7.ebuild, -speech-dispatcher-0.6.7-r1.ebuild:
32 + Applied glibc patch to 0.6.7 and removed unnecessary revbump. This is a
33 + build-time patch, so the rev bump was not needed.
34
35 *speech-dispatcher-0.6.7-r1 (04 Sep 2009)
36
37
38
39
40 1.4 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.4&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.4&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.3&r2=1.4
45
46 Index: speech-dispatcher-0.6.7.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
49 retrieving revision 1.3
50 retrieving revision 1.4
51 diff -u -r1.3 -r1.4
52 --- speech-dispatcher-0.6.7.ebuild 4 Sep 2009 08:55:08 -0000 1.3
53 +++ speech-dispatcher-0.6.7.ebuild 4 Sep 2009 13:34:47 -0000 1.4
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.3 2009/09/04 08:55:08 ssuominen Exp $
58 +# $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 $
59
60 inherit eutils
61
62 @@ -27,6 +27,7 @@
63 src_unpack() {
64 unpack ${A}
65 cd "${S}"
66 + epatch "${FILESDIR}"/${P}-glibc-2.10.patch
67 sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in || die
68 }