Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/emacs-cvs: emacs-cvs-23.0.0_p20070920-r1.ebuild ChangeLog emacs-cvs-22.1.50-r2.ebuild emacs-cvs-22.1.50_p20070829-r2.ebuild emacs-cvs-23.0.60-r1.ebuild emacs-cvs-23.0.50-r1.ebuild
Date: Wed, 02 Jan 2008 18:55:06
Message-Id: E1JA8jz-0007sQ-MW@stork.gentoo.org
1 ulm 08/01/02 18:54:59
2
3 Modified: emacs-cvs-23.0.0_p20070920-r1.ebuild ChangeLog
4 emacs-cvs-22.1.50-r2.ebuild
5 emacs-cvs-22.1.50_p20070829-r2.ebuild
6 emacs-cvs-23.0.60-r1.ebuild
7 emacs-cvs-23.0.50-r1.ebuild
8 Log:
9 Remove explicit zlib dependency.
10 (Portage version: 2.1.4_rc14)
11
12 Revision Changes Path
13 1.5 app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild?rev=1.5&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild?rev=1.5&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild?r1=1.4&r2=1.5
18
19 Index: emacs-cvs-23.0.0_p20070920-r1.ebuild
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild,v
22 retrieving revision 1.4
23 retrieving revision 1.5
24 diff -u -r1.4 -r1.5
25 --- emacs-cvs-23.0.0_p20070920-r1.ebuild 28 Dec 2007 23:50:49 -0000 1.4
26 +++ emacs-cvs-23.0.0_p20070920-r1.ebuild 2 Jan 2008 18:54:59 -0000 1.5
27 @@ -1,6 +1,6 @@
28 -# Copyright 1999-2007 Gentoo Foundation
29 +# Copyright 1999-2008 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild,v 1.4 2007/12/28 23:50:49 ulm Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.0_p20070920-r1.ebuild,v 1.5 2008/01/02 18:54:59 ulm Exp $
33
34 WANT_AUTOCONF="2.5"
35 WANT_AUTOMAKE="latest"
36 @@ -17,11 +17,8 @@
37 IUSE="alsa gif gpm gtk gzip-el hesiod jpeg kerberos motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
38 RESTRICT="strip"
39
40 -X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
41 -
42 RDEPEND="sys-libs/ncurses
43 >=app-admin/eselect-emacs-0.7-r1
44 - sys-libs/zlib
45 net-libs/liblockfile
46 hesiod? ( net-dns/hesiod )
47 kerberos? ( virtual/krb5 )
48 @@ -29,7 +26,9 @@
49 alsa? ( media-libs/alsa-lib )
50 gpm? ( sys-libs/gpm )
51 X? (
52 - $X_DEPEND
53 + x11-libs/libXmu
54 + x11-libs/libXt
55 + x11-misc/xbitmaps
56 x11-misc/emacs-desktop
57 gif? ( media-libs/giflib )
58 jpeg? ( media-libs/jpeg )
59
60
61
62 1.181 app-editors/emacs-cvs/ChangeLog
63
64 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.181&view=markup
65 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?rev=1.181&content-type=text/plain
66 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/ChangeLog?r1=1.180&r2=1.181
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v
71 retrieving revision 1.180
72 retrieving revision 1.181
73 diff -u -r1.180 -r1.181
74 --- ChangeLog 28 Dec 2007 23:50:49 -0000 1.180
75 +++ ChangeLog 2 Jan 2008 18:54:59 -0000 1.181
76 @@ -1,6 +1,12 @@
77 # ChangeLog for app-editors/emacs-cvs
78 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.180 2007/12/28 23:50:49 ulm Exp $
80 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
81 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.181 2008/01/02 18:54:59 ulm Exp $
82 +
83 + 02 Jan 2008; Ulrich Mueller <ulm@g.o> emacs-cvs-22.1.50-r2.ebuild,
84 + emacs-cvs-22.1.50_p20070829-r2.ebuild,
85 + emacs-cvs-23.0.0_p20070920-r1.ebuild, emacs-cvs-23.0.50-r1.ebuild,
86 + emacs-cvs-23.0.60-r1.ebuild:
87 + Remove explicit zlib dependency.
88
89 28 Dec 2007; Ulrich Mueller <ulm@g.o> emacs-cvs-22.1.50-r2.ebuild,
90 emacs-cvs-22.1.50_p20070829-r2.ebuild,
91
92
93
94 1.5 app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild
95
96 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild?rev=1.5&view=markup
97 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild?rev=1.5&content-type=text/plain
98 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild?r1=1.4&r2=1.5
99
100 Index: emacs-cvs-22.1.50-r2.ebuild
101 ===================================================================
102 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild,v
103 retrieving revision 1.4
104 retrieving revision 1.5
105 diff -u -r1.4 -r1.5
106 --- emacs-cvs-22.1.50-r2.ebuild 28 Dec 2007 23:50:49 -0000 1.4
107 +++ emacs-cvs-22.1.50-r2.ebuild 2 Jan 2008 18:54:59 -0000 1.5
108 @@ -1,6 +1,6 @@
109 -# Copyright 1999-2007 Gentoo Foundation
110 +# Copyright 1999-2008 Gentoo Foundation
111 # Distributed under the terms of the GNU General Public License v2
112 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild,v 1.4 2007/12/28 23:50:49 ulm Exp $
113 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50-r2.ebuild,v 1.5 2008/01/02 18:54:59 ulm Exp $
114
115 ECVS_AUTH="pserver"
116 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
117 @@ -23,18 +23,17 @@
118 IUSE="alsa gif gtk gzip-el hesiod jpeg kerberos motif png spell sound source tiff toolkit-scroll-bars X Xaw3d xpm"
119 RESTRICT="strip"
120
121 -X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
122 -
123 RDEPEND="sys-libs/ncurses
124 >=app-admin/eselect-emacs-0.7-r1
125 - sys-libs/zlib
126 net-libs/liblockfile
127 hesiod? ( net-dns/hesiod )
128 kerberos? ( virtual/krb5 )
129 spell? ( || ( app-text/ispell app-text/aspell ) )
130 alsa? ( media-libs/alsa-lib )
131 X? (
132 - $X_DEPEND
133 + x11-libs/libXmu
134 + x11-libs/libXt
135 + x11-misc/xbitmaps
136 x11-misc/emacs-desktop
137 gif? ( media-libs/giflib )
138 jpeg? ( media-libs/jpeg )
139
140
141
142 1.5 app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild
143
144 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild?rev=1.5&view=markup
145 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild?rev=1.5&content-type=text/plain
146 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild?r1=1.4&r2=1.5
147
148 Index: emacs-cvs-22.1.50_p20070829-r2.ebuild
149 ===================================================================
150 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild,v
151 retrieving revision 1.4
152 retrieving revision 1.5
153 diff -u -r1.4 -r1.5
154 --- emacs-cvs-22.1.50_p20070829-r2.ebuild 28 Dec 2007 23:50:49 -0000 1.4
155 +++ emacs-cvs-22.1.50_p20070829-r2.ebuild 2 Jan 2008 18:54:59 -0000 1.5
156 @@ -1,6 +1,6 @@
157 -# Copyright 1999-2007 Gentoo Foundation
158 +# Copyright 1999-2008 Gentoo Foundation
159 # Distributed under the terms of the GNU General Public License v2
160 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild,v 1.4 2007/12/28 23:50:49 ulm Exp $
161 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.50_p20070829-r2.ebuild,v 1.5 2008/01/02 18:54:59 ulm Exp $
162
163 WANT_AUTOCONF="2.5"
164 WANT_AUTOMAKE="latest"
165 @@ -17,11 +17,8 @@
166 IUSE="alsa gif gpm gtk gzip-el hesiod jpeg kerberos motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xpm"
167 RESTRICT="strip"
168
169 -X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
170 -
171 RDEPEND="sys-libs/ncurses
172 >=app-admin/eselect-emacs-0.7-r1
173 - sys-libs/zlib
174 net-libs/liblockfile
175 hesiod? ( net-dns/hesiod )
176 kerberos? ( virtual/krb5 )
177 @@ -29,7 +26,9 @@
178 alsa? ( media-libs/alsa-lib )
179 gpm? ( sys-libs/gpm )
180 X? (
181 - $X_DEPEND
182 + x11-libs/libXmu
183 + x11-libs/libXt
184 + x11-misc/xbitmaps
185 x11-misc/emacs-desktop
186 gif? ( media-libs/giflib )
187 jpeg? ( media-libs/jpeg )
188
189
190
191 1.6 app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild
192
193 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?rev=1.6&view=markup
194 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?rev=1.6&content-type=text/plain
195 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild?r1=1.5&r2=1.6
196
197 Index: emacs-cvs-23.0.60-r1.ebuild
198 ===================================================================
199 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v
200 retrieving revision 1.5
201 retrieving revision 1.6
202 diff -u -r1.5 -r1.6
203 --- emacs-cvs-23.0.60-r1.ebuild 28 Dec 2007 23:50:49 -0000 1.5
204 +++ emacs-cvs-23.0.60-r1.ebuild 2 Jan 2008 18:54:59 -0000 1.6
205 @@ -1,6 +1,6 @@
206 -# Copyright 1999-2007 Gentoo Foundation
207 +# Copyright 1999-2008 Gentoo Foundation
208 # Distributed under the terms of the GNU General Public License v2
209 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v 1.5 2007/12/28 23:50:49 ulm Exp $
210 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r1.ebuild,v 1.6 2008/01/02 18:54:59 ulm Exp $
211
212 ECVS_AUTH="pserver"
213 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
214 @@ -23,11 +23,8 @@
215 IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xft xpm"
216 RESTRICT="strip"
217
218 -X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
219 -
220 RDEPEND="sys-libs/ncurses
221 >=app-admin/eselect-emacs-0.7-r1
222 - sys-libs/zlib
223 net-libs/liblockfile
224 hesiod? ( net-dns/hesiod )
225 kerberos? ( virtual/krb5 )
226 @@ -36,7 +33,9 @@
227 gpm? ( sys-libs/gpm )
228 dbus? ( sys-apps/dbus )
229 X? (
230 - $X_DEPEND
231 + x11-libs/libXmu
232 + x11-libs/libXt
233 + x11-misc/xbitmaps
234 x11-misc/emacs-desktop
235 gif? ( media-libs/giflib )
236 jpeg? ( media-libs/jpeg )
237
238
239
240 1.6 app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild
241
242 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?rev=1.6&view=markup
243 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?rev=1.6&content-type=text/plain
244 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild?r1=1.5&r2=1.6
245
246 Index: emacs-cvs-23.0.50-r1.ebuild
247 ===================================================================
248 RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v
249 retrieving revision 1.5
250 retrieving revision 1.6
251 diff -u -r1.5 -r1.6
252 --- emacs-cvs-23.0.50-r1.ebuild 28 Dec 2007 23:50:49 -0000 1.5
253 +++ emacs-cvs-23.0.50-r1.ebuild 2 Jan 2008 18:54:59 -0000 1.6
254 @@ -1,6 +1,6 @@
255 -# Copyright 1999-2007 Gentoo Foundation
256 +# Copyright 1999-2008 Gentoo Foundation
257 # Distributed under the terms of the GNU General Public License v2
258 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v 1.5 2007/12/28 23:50:49 ulm Exp $
259 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50-r1.ebuild,v 1.6 2008/01/02 18:54:59 ulm Exp $
260
261 ECVS_AUTH="pserver"
262 ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
263 @@ -23,12 +23,9 @@
264 IUSE="alsa dbus gif gpm gtk gzip-el hesiod jpeg kerberos motif png spell sound source svg tiff toolkit-scroll-bars X Xaw3d xpm"
265 RESTRICT="strip"
266
267 -X_DEPEND="x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps"
268 -
269 RDEPEND="!=app-editors/emacs-cvs-23.0.0-r6
270 sys-libs/ncurses
271 >=app-admin/eselect-emacs-0.7-r1
272 - sys-libs/zlib
273 net-libs/liblockfile
274 hesiod? ( net-dns/hesiod )
275 kerberos? ( virtual/krb5 )
276 @@ -37,7 +34,9 @@
277 gpm? ( sys-libs/gpm )
278 dbus? ( sys-apps/dbus )
279 X? (
280 - $X_DEPEND
281 + x11-libs/libXmu
282 + x11-libs/libXt
283 + x11-misc/xbitmaps
284 x11-misc/emacs-desktop
285 gif? ( media-libs/giflib )
286 jpeg? ( media-libs/jpeg )
287
288
289
290 --
291 gentoo-commits@g.o mailing list