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/emacspeak: emacspeak-25.ebuild ChangeLog emacspeak-22.ebuild emacspeak-24.ebuild emacspeak-23.ebuild
Date: Wed, 26 Dec 2007 22:16:52
Message-Id: E1J7eYR-0002E1-AV@stork.gentoo.org
1 phreak 07/12/26 22:16:47
2
3 Modified: emacspeak-25.ebuild ChangeLog emacspeak-22.ebuild
4 emacspeak-24.ebuild emacspeak-23.ebuild
5 Log:
6 Fix the quotation.
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 app-accessibility/emacspeak/emacspeak-25.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-25.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-25.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-25.ebuild?r1=1.1&r2=1.2
15
16 Index: emacspeak-25.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-25.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- emacspeak-25.ebuild 17 Dec 2006 17:57:37 -0000 1.1
23 +++ emacspeak-25.ebuild 26 Dec 2007 22:16:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2006 Gentoo Foundation
26 +# Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-25.ebuild,v 1.1 2006/12/17 17:57:37 williamh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-25.ebuild,v 1.2 2007/12/26 22:16:46 phreak Exp $
30
31 DESCRIPTION="the emacspeak audio desktop"
32 HOMEPAGE="http://emacspeak.sourceforge.net/"
33 @@ -23,7 +23,7 @@
34 }
35
36 src_install() {
37 - make prefix=${D}/usr install || die
38 + make prefix="${D}"/usr install || die
39 dodoc README etc/NEWS* etc/FAQ etc/COPYRIGHT
40 dohtml -r install-guide user-guide
41 dosed "s:/.*image/::" /usr/bin/emacspeak
42
43
44
45 1.24 app-accessibility/emacspeak/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/ChangeLog?rev=1.24&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/ChangeLog?rev=1.24&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/ChangeLog?r1=1.23&r2=1.24
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v
54 retrieving revision 1.23
55 retrieving revision 1.24
56 diff -u -r1.23 -r1.24
57 --- ChangeLog 2 Jul 2007 13:32:56 -0000 1.23
58 +++ ChangeLog 26 Dec 2007 22:16:46 -0000 1.24
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-accessibility/emacspeak
61 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.23 2007/07/02 13:32:56 peper Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/ChangeLog,v 1.24 2007/12/26 22:16:46 phreak Exp $
64 +
65 + 26 Dec 2007; Christian Heim <phreak@g.o> emacspeak-22.ebuild,
66 + emacspeak-23.ebuild, emacspeak-24.ebuild, emacspeak-25.ebuild:
67 + Fix the quotation.
68
69 02 Jul 2007; Piotr JaroszyƄski <peper@g.o> emacspeak-22.ebuild:
70 (QA) RESTRICT clean up.
71
72
73
74 1.5 app-accessibility/emacspeak/emacspeak-22.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-22.ebuild?rev=1.5&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-22.ebuild?rev=1.5&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-22.ebuild?r1=1.4&r2=1.5
79
80 Index: emacspeak-22.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-22.ebuild,v
83 retrieving revision 1.4
84 retrieving revision 1.5
85 diff -u -r1.4 -r1.5
86 --- emacspeak-22.ebuild 2 Jul 2007 13:32:56 -0000 1.4
87 +++ emacspeak-22.ebuild 26 Dec 2007 22:16:46 -0000 1.5
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2007 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-22.ebuild,v 1.4 2007/07/02 13:32:56 peper Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-22.ebuild,v 1.5 2007/12/26 22:16:46 phreak Exp $
93
94 DESCRIPTION="the emacspeak audio desktop"
95 HOMEPAGE="http://emacspeak.sourceforge.net/"
96 @@ -25,9 +25,9 @@
97
98 src_install() {
99 make \
100 - prefix=${D}/usr \
101 + prefix="${D}"/usr \
102 install || die
103 dodoc README etc/NEWS* etc/FAQ etc/COPYRIGHT
104 dohtml -r install-guide user-guide
105 - sed -i -e "s@/.*image/@@" ${D}/usr/bin/emacspeak
106 + sed -i -e "s@/.*image/@@" "${D}"/usr/bin/emacspeak
107 }
108
109
110
111 1.4 app-accessibility/emacspeak/emacspeak-24.ebuild
112
113 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-24.ebuild?rev=1.4&view=markup
114 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-24.ebuild?rev=1.4&content-type=text/plain
115 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-24.ebuild?r1=1.3&r2=1.4
116
117 Index: emacspeak-24.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-24.ebuild,v
120 retrieving revision 1.3
121 retrieving revision 1.4
122 diff -u -r1.3 -r1.4
123 --- emacspeak-24.ebuild 31 Dec 2006 19:20:34 -0000 1.3
124 +++ emacspeak-24.ebuild 26 Dec 2007 22:16:46 -0000 1.4
125 @@ -1,6 +1,6 @@
126 -# Copyright 1999-2006 Gentoo Foundation
127 +# Copyright 1999-2007 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-24.ebuild,v 1.3 2006/12/31 19:20:34 mabi Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-24.ebuild,v 1.4 2007/12/26 22:16:46 phreak Exp $
131
132 DESCRIPTION="the emacspeak audio desktop"
133 HOMEPAGE="http://emacspeak.sourceforge.net/"
134 @@ -23,7 +23,7 @@
135 }
136
137 src_install() {
138 - make prefix=${D}/usr install || die
139 + make prefix="${D}"/usr install || die
140 dodoc README etc/NEWS* etc/FAQ etc/COPYRIGHT
141 dohtml -r install-guide user-guide
142 dosed "s:/.*image/::" /usr/bin/emacspeak
143
144
145
146 1.2 app-accessibility/emacspeak/emacspeak-23.ebuild
147
148 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-23.ebuild?rev=1.2&view=markup
149 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-23.ebuild?rev=1.2&content-type=text/plain
150 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/emacspeak/emacspeak-23.ebuild?r1=1.1&r2=1.2
151
152 Index: emacspeak-23.ebuild
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-23.ebuild,v
155 retrieving revision 1.1
156 retrieving revision 1.2
157 diff -u -r1.1 -r1.2
158 --- emacspeak-23.ebuild 1 Jan 2006 01:56:54 -0000 1.1
159 +++ emacspeak-23.ebuild 26 Dec 2007 22:16:46 -0000 1.2
160 @@ -1,6 +1,6 @@
161 -# Copyright 1999-2006 Gentoo Foundation
162 +# Copyright 1999-2007 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-23.ebuild,v 1.1 2006/01/01 01:56:54 williamh Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/emacspeak/emacspeak-23.ebuild,v 1.2 2007/12/26 22:16:46 phreak Exp $
166
167 DESCRIPTION="the emacspeak audio desktop"
168 HOMEPAGE="http://emacspeak.sourceforge.net/"
169 @@ -24,9 +24,9 @@
170
171 src_install() {
172 make \
173 - prefix=${D}/usr \
174 + prefix="${D}"/usr \
175 install || die
176 dodoc README etc/NEWS* etc/FAQ etc/COPYRIGHT
177 dohtml -r install-guide user-guide
178 - sed -i -e "s@/.*image/@@" ${D}/usr/bin/emacspeak
179 + sed -i -e "s@/.*image/@@" "${D}"/usr/bin/emacspeak
180 }
181
182
183
184 --
185 gentoo-commits@g.o mailing list