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: Wed, 09 Sep 2009 13:56:55
Message-Id: E1MlNee-000272-L1@stork.gentoo.org
1 williamh 09/09/09 13:56:12
2
3 Modified: ChangeLog speech-dispatcher-0.6.7.ebuild
4 Log:
5 punted the patches to the mirrors to avoid corruption.
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.49 app-accessibility/speech-dispatcher/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.49&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.49&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.48&r2=1.49
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
18 retrieving revision 1.48
19 retrieving revision 1.49
20 diff -u -r1.48 -r1.49
21 --- ChangeLog 7 Sep 2009 19:34:48 -0000 1.48
22 +++ ChangeLog 9 Sep 2009 13:56:12 -0000 1.49
23 @@ -1,6 +1,13 @@
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.48 2009/09/07 19:34:48 williamh Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.49 2009/09/09 13:56:12 williamh Exp $
28 +
29 + 09 Sep 2009; William Hubbs <williamh@g.o>
30 + speech-dispatcher-0.6.7.ebuild,
31 + -files/speech-dispatcher-0.6.7-getline.patch,
32 + -files/speech-dispatcher-0.6.7-gnu-src-modules.patch:
33 + The getline patch had an "id" line which was corrupted when it was checked
34 + into our cvs, so I punted the patches to the mirrors to avoid this.
35
36 07 Sep 2009; William Hubbs <williamh@g.o>
37 speech-dispatcher-0.6.7.ebuild,
38
39
40
41 1.9 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.9&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.9&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.8&r2=1.9
46
47 Index: speech-dispatcher-0.6.7.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
50 retrieving revision 1.8
51 retrieving revision 1.9
52 diff -u -r1.8 -r1.9
53 --- speech-dispatcher-0.6.7.ebuild 7 Sep 2009 19:34:48 -0000 1.8
54 +++ speech-dispatcher-0.6.7.ebuild 9 Sep 2009 13:56:12 -0000 1.9
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.8 2009/09/07 19:34:48 williamh Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.9 2009/09/09 13:56:12 williamh Exp $
60
61 EAPI="2"
62
63 @@ -8,7 +8,8 @@
64
65 DESCRIPTION="speech-dispatcher speech synthesis interface"
66 HOMEPAGE="http://www.freebsoft.org/speechd"
67 -SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz"
68 +SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz
69 + mirror://gentoo/${P}-patches.tar.gz"
70
71 LICENSE="GPL-2"
72 SLOT="0"
73 @@ -27,8 +28,7 @@
74 dev-util/pkgconfig"
75
76 src_prepare() {
77 - epatch "${FILESDIR}"/${P}-getline.patch
78 - epatch "${FILESDIR}"/${P}-gnu-src-modules.patch
79 + EPATCH_SUFFIX="patch" epatch
80 eautoreconf
81 sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in
82 }