Gentoo Archives: gentoo-commits

From: "Christian Heim (phreak)" <phreak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/espeak: espeak-1.25.ebuild espeak-1.29.ebuild espeak-1.26.ebuild
Date: Wed, 26 Dec 2007 22:28:12
Message-Id: E1J7ejJ-0002Mq-V4@stork.gentoo.org
1 phreak 07/12/26 22:28:01
2
3 Modified: espeak-1.25.ebuild espeak-1.29.ebuild
4 espeak-1.26.ebuild
5 Log:
6 Fix the quotation.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.6 app-accessibility/espeak/espeak-1.25.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild?r1=1.5&r2=1.6
15
16 Index: espeak-1.25.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- espeak-1.25.ebuild 26 Dec 2007 22:25:47 -0000 1.5
23 +++ espeak-1.25.ebuild 26 Dec 2007 22:28:01 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild,v 1.5 2007/12/26 22:25:47 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.25.ebuild,v 1.6 2007/12/26 22:28:01 phreak Exp $
29
30 inherit eutils
31
32 @@ -32,7 +32,7 @@
33 }
34
35 src_compile() {
36 - cd ${S}/src
37 + cd "${S}/src"
38 emake CXXFLAGS="${CXXFLAGS}" || die "Compilation failed"
39
40 einfo "Fixing byte order of phoneme data files"
41
42
43
44 1.3 app-accessibility/espeak/espeak-1.29.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild?r1=1.2&r2=1.3
49
50 Index: espeak-1.29.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- espeak-1.29.ebuild 26 Dec 2007 22:25:47 -0000 1.2
57 +++ espeak-1.29.ebuild 26 Dec 2007 22:28:01 -0000 1.3
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2007 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.29.ebuild,v 1.3 2007/12/26 22:28:01 phreak Exp $
63
64 inherit eutils
65
66 @@ -36,7 +36,7 @@
67 emake CXXFLAGS="${CXXFLAGS}" || die "Compilation failed"
68
69 einfo "Fixing byte order of phoneme data files"
70 - cd ${S}/platforms/big_endian
71 + cd "${S}/platforms/big_endian"
72 make
73 ./espeak-phoneme-data "${S}/espeak-data"
74 cp -f phondata phonindex phontab "${S}/espeak-data"
75
76
77
78 1.3 app-accessibility/espeak/espeak-1.26.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild?rev=1.3&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild?rev=1.3&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild?r1=1.2&r2=1.3
83
84 Index: espeak-1.26.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild,v
87 retrieving revision 1.2
88 retrieving revision 1.3
89 diff -u -r1.2 -r1.3
90 --- espeak-1.26.ebuild 26 Dec 2007 22:25:47 -0000 1.2
91 +++ espeak-1.26.ebuild 26 Dec 2007 22:28:01 -0000 1.3
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2007 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild,v 1.2 2007/12/26 22:25:47 phreak Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.26.ebuild,v 1.3 2007/12/26 22:28:01 phreak Exp $
97
98 inherit eutils
99
100 @@ -52,7 +52,7 @@
101 }
102
103 src_install() {
104 - cd ${S}/src
105 + cd "${S}/src"
106 make DESTDIR="${D}" LIBDIR="/usr/$(get_libdir)" install || die "Installation failed"
107
108 cd "${S}"
109
110
111
112 --
113 gentoo-commits@g.o mailing list