Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-scheme/gambit: ChangeLog gambit-4.1.0.ebuild gambit-4.0.0.ebuild gambit-4.0.1.ebuild gambit-4.1.1.ebuild gambit-4.1.2.ebuild gambit-4.0_beta22.ebuild
Date: Thu, 28 Aug 2008 17:41:22
Message-Id: E1KYlUi-0004kN-5x@stork.gentoo.org
1 ulm 08/08/28 17:41:16
2
3 Modified: ChangeLog gambit-4.1.0.ebuild gambit-4.0.0.ebuild
4 gambit-4.0.1.ebuild gambit-4.1.1.ebuild
5 gambit-4.1.2.ebuild gambit-4.0_beta22.ebuild
6 Log:
7 Use elisp-compile instead of elisp-comp, bug 235883.
8 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
9
10 Revision Changes Path
11 1.18 dev-scheme/gambit/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/gambit/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 28 Jul 2008 18:05:04 -0000 1.17
24 +++ ChangeLog 28 Aug 2008 17:41:15 -0000 1.18
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-scheme/gambit
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/ChangeLog,v 1.17 2008/07/28 18:05:04 pchrist Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/ChangeLog,v 1.18 2008/08/28 17:41:15 ulm Exp $
30 +
31 + 28 Aug 2008; Ulrich Mueller <ulm@g.o> files/50gambit-gentoo.el,
32 + gambit-4.0_beta22.ebuild, gambit-4.0.0.ebuild, gambit-4.0.1.ebuild,
33 + gambit-4.1.0.ebuild, gambit-4.1.1.ebuild, gambit-4.1.2.ebuild:
34 + Use elisp-compile instead of elisp-comp, bug 235883. Set load-path for
35 + Emacs correctly.
36
37 28 Jul 2008; Panagiotis Christopoulos <pchrist@g.o> metadata.xml:
38 Update metadata.xml to include USE flag descriptions. Entries taken from
39
40
41
42 1.2 dev-scheme/gambit/gambit-4.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.1.0.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.1.0.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.1.0.ebuild?r1=1.1&r2=1.2
47
48 Index: gambit-4.1.0.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.1.0.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- gambit-4.1.0.ebuild 18 Nov 2007 18:29:34 -0000 1.1
55 +++ gambit-4.1.0.ebuild 28 Aug 2008 17:41:15 -0000 1.2
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2007 Gentoo Foundation
58 +# Copyright 1999-2008 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.1.0.ebuild,v 1.1 2007/11/18 18:29:34 hkbst Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.1.0.ebuild,v 1.2 2008/08/28 17:41:15 ulm Exp $
62
63 inherit eutils elisp-common check-reqs autotools multilib
64
65 @@ -64,7 +64,7 @@
66 emake || die "emake failed"
67
68 if use emacs; then
69 - ( cd misc; elisp-comp *.el )
70 + elisp-compile misc/*.el || die "elisp-compile failed"
71 fi
72
73 # compile syntax-case
74
75
76
77 1.4 dev-scheme/gambit/gambit-4.0.0.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.0.0.ebuild?rev=1.4&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.0.0.ebuild?rev=1.4&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.0.0.ebuild?r1=1.3&r2=1.4
82
83 Index: gambit-4.0.0.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.0.0.ebuild,v
86 retrieving revision 1.3
87 retrieving revision 1.4
88 diff -u -r1.3 -r1.4
89 --- gambit-4.0.0.ebuild 2 Sep 2007 11:52:29 -0000 1.3
90 +++ gambit-4.0.0.ebuild 28 Aug 2008 17:41:15 -0000 1.4
91 @@ -1,6 +1,6 @@
92 -# Copyright 1999-2007 Gentoo Foundation
93 +# Copyright 1999-2008 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.0.0.ebuild,v 1.3 2007/09/02 11:52:29 hkbst Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.0.0.ebuild,v 1.4 2008/08/28 17:41:15 ulm Exp $
97
98 inherit eutils elisp-common check-reqs autotools multilib
99
100 @@ -63,7 +63,7 @@
101 emake || die "emake failed"
102
103 if use emacs; then
104 - ( cd misc; elisp-comp *.el )
105 + elisp-compile misc/*.el || die "elisp-compile failed"
106 fi
107
108 # compile syntax-case
109
110
111
112 1.2 dev-scheme/gambit/gambit-4.0.1.ebuild
113
114 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.0.1.ebuild?rev=1.2&view=markup
115 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.0.1.ebuild?rev=1.2&content-type=text/plain
116 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.0.1.ebuild?r1=1.1&r2=1.2
117
118 Index: gambit-4.0.1.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.0.1.ebuild,v
121 retrieving revision 1.1
122 retrieving revision 1.2
123 diff -u -r1.1 -r1.2
124 --- gambit-4.0.1.ebuild 12 Sep 2007 12:06:53 -0000 1.1
125 +++ gambit-4.0.1.ebuild 28 Aug 2008 17:41:15 -0000 1.2
126 @@ -1,6 +1,6 @@
127 -# Copyright 1999-2007 Gentoo Foundation
128 +# Copyright 1999-2008 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.0.1.ebuild,v 1.1 2007/09/12 12:06:53 hkbst Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.0.1.ebuild,v 1.2 2008/08/28 17:41:15 ulm Exp $
132
133 inherit eutils elisp-common check-reqs autotools multilib
134
135 @@ -63,7 +63,7 @@
136 emake || die "emake failed"
137
138 if use emacs; then
139 - ( cd misc; elisp-comp *.el )
140 + elisp-compile misc/*.el || die "elisp-compile failed"
141 fi
142
143 # compile syntax-case
144
145
146
147 1.2 dev-scheme/gambit/gambit-4.1.1.ebuild
148
149 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.1.1.ebuild?rev=1.2&view=markup
150 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.1.1.ebuild?rev=1.2&content-type=text/plain
151 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.1.1.ebuild?r1=1.1&r2=1.2
152
153 Index: gambit-4.1.1.ebuild
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.1.1.ebuild,v
156 retrieving revision 1.1
157 retrieving revision 1.2
158 diff -u -r1.1 -r1.2
159 --- gambit-4.1.1.ebuild 16 Dec 2007 13:01:23 -0000 1.1
160 +++ gambit-4.1.1.ebuild 28 Aug 2008 17:41:15 -0000 1.2
161 @@ -1,6 +1,6 @@
162 -# Copyright 1999-2007 Gentoo Foundation
163 +# Copyright 1999-2008 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.1.1.ebuild,v 1.1 2007/12/16 13:01:23 hkbst Exp $
166 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.1.1.ebuild,v 1.2 2008/08/28 17:41:15 ulm Exp $
167
168 inherit eutils elisp-common check-reqs autotools multilib
169
170 @@ -63,7 +63,7 @@
171 emake || die "emake failed"
172
173 if use emacs; then
174 - ( cd misc; elisp-comp *.el )
175 + elisp-compile misc/*.el || die "elisp-compile failed"
176 fi
177
178 #workaround
179
180
181
182 1.2 dev-scheme/gambit/gambit-4.1.2.ebuild
183
184 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.1.2.ebuild?rev=1.2&view=markup
185 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.1.2.ebuild?rev=1.2&content-type=text/plain
186 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.1.2.ebuild?r1=1.1&r2=1.2
187
188 Index: gambit-4.1.2.ebuild
189 ===================================================================
190 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.1.2.ebuild,v
191 retrieving revision 1.1
192 retrieving revision 1.2
193 diff -u -r1.1 -r1.2
194 --- gambit-4.1.2.ebuild 17 Dec 2007 21:32:54 -0000 1.1
195 +++ gambit-4.1.2.ebuild 28 Aug 2008 17:41:15 -0000 1.2
196 @@ -1,6 +1,6 @@
197 -# Copyright 1999-2007 Gentoo Foundation
198 +# Copyright 1999-2008 Gentoo Foundation
199 # Distributed under the terms of the GNU General Public License v2
200 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.1.2.ebuild,v 1.1 2007/12/17 21:32:54 hkbst Exp $
201 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.1.2.ebuild,v 1.2 2008/08/28 17:41:15 ulm Exp $
202
203 inherit eutils elisp-common check-reqs autotools multilib
204
205 @@ -61,7 +61,7 @@
206 emake || die "emake failed"
207
208 if use emacs; then
209 - ( cd misc; elisp-comp *.el )
210 + elisp-compile misc/*.el || die "elisp-compile failed"
211 fi
212 }
213
214
215
216
217 1.9 dev-scheme/gambit/gambit-4.0_beta22.ebuild
218
219 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.0_beta22.ebuild?rev=1.9&view=markup
220 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.0_beta22.ebuild?rev=1.9&content-type=text/plain
221 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-scheme/gambit/gambit-4.0_beta22.ebuild?r1=1.8&r2=1.9
222
223 Index: gambit-4.0_beta22.ebuild
224 ===================================================================
225 RCS file: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.0_beta22.ebuild,v
226 retrieving revision 1.8
227 retrieving revision 1.9
228 diff -u -r1.8 -r1.9
229 --- gambit-4.0_beta22.ebuild 2 Sep 2007 11:43:22 -0000 1.8
230 +++ gambit-4.0_beta22.ebuild 28 Aug 2008 17:41:15 -0000 1.9
231 @@ -1,6 +1,6 @@
232 -# Copyright 1999-2007 Gentoo Foundation
233 +# Copyright 1999-2008 Gentoo Foundation
234 # Distributed under the terms of the GNU General Public License v2
235 -# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.0_beta22.ebuild,v 1.8 2007/09/02 11:43:22 hkbst Exp $
236 +# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.0_beta22.ebuild,v 1.9 2008/08/28 17:41:15 ulm Exp $
237
238 inherit eutils elisp-common check-reqs autotools multilib
239
240 @@ -51,7 +51,7 @@
241 emake || die "emake failed"
242
243 if use emacs; then
244 - ( cd misc; elisp-comp *.el )
245 + elisp-compile misc/*.el || die "elisp-compile failed"
246 fi
247
248 # compile syntax-case