Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in perl-core/Compress-Zlib: Compress-Zlib-2.015.ebuild Compress-Zlib-2.005.ebuild metadata.xml Manifest ChangeLog
Date: Sun, 02 Nov 2008 07:19:07
Message-Id: E1KwXEm-0008Sj-Ll@stork.gentoo.org
1 tove 08/11/02 07:19:04
2
3 Added: Compress-Zlib-2.015.ebuild
4 Compress-Zlib-2.005.ebuild metadata.xml Manifest
5 ChangeLog
6 Log:
7 dev-perl => perl-core migration
8 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)
9
10 Revision Changes Path
11 1.1 perl-core/Compress-Zlib/Compress-Zlib-2.015.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Zlib/Compress-Zlib-2.015.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Zlib/Compress-Zlib-2.015.ebuild?rev=1.1&content-type=text/plain
15
16 Index: Compress-Zlib-2.015.ebuild
17 ===================================================================
18 # Copyright 1999-2008 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Zlib/Compress-Zlib-2.015.ebuild,v 1.1 2008/11/02 07:19:04 tove Exp $
21
22 MODULE_AUTHOR=PMQS
23
24 inherit perl-module
25
26 DESCRIPTION="A Zlib perl module"
27
28 LICENSE="|| ( Artistic GPL-2 )"
29 SLOT="0"
30 KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
31 IUSE="test"
32
33 RDEPEND="sys-libs/zlib
34 >=virtual/perl-Compress-Raw-Zlib-${PV}
35 >=virtual/perl-IO-Compress-Base-${PV}
36 >=virtual/perl-IO-Compress-Zlib-${PV}
37 virtual/perl-Scalar-List-Utils
38 dev-lang/perl"
39 DEPEND="${RDEPEND}
40 test? ( dev-perl/Test-Pod )"
41
42 SRC_TEST="do"
43
44 mydoc="TODO"
45
46
47
48 1.1 perl-core/Compress-Zlib/Compress-Zlib-2.005.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Zlib/Compress-Zlib-2.005.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Zlib/Compress-Zlib-2.005.ebuild?rev=1.1&content-type=text/plain
52
53 Index: Compress-Zlib-2.005.ebuild
54 ===================================================================
55 # Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Zlib/Compress-Zlib-2.005.ebuild,v 1.1 2008/11/02 07:19:04 tove Exp $
58
59 inherit perl-module
60
61 DESCRIPTION="A Zlib perl module"
62 HOMEPAGE="http://search.cpan.org/~pmqs/"
63 SRC_URI="mirror://cpan/modules/by-module/Compress/${P}.tar.gz"
64
65 LICENSE="|| ( Artistic GPL-2 )"
66 SLOT="0"
67 KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
68 IUSE=""
69
70 DEPEND="sys-libs/zlib
71 >=virtual/perl-Compress-Raw-Zlib-2.005
72 >=virtual/perl-IO-Compress-Base-2.005
73 >=virtual/perl-IO-Compress-Zlib-2.005
74 virtual/perl-Scalar-List-Utils
75 dev-lang/perl"
76
77 SRC_TEST="do"
78
79 mydoc="TODO"
80
81
82
83 1.1 perl-core/Compress-Zlib/metadata.xml
84
85 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Zlib/metadata.xml?rev=1.1&view=markup
86 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Zlib/metadata.xml?rev=1.1&content-type=text/plain
87
88 Index: metadata.xml
89 ===================================================================
90 <?xml version="1.0" encoding="UTF-8"?>
91 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
92 <pkgmetadata>
93 <herd>perl</herd>
94 </pkgmetadata>
95
96
97
98 1.1 perl-core/Compress-Zlib/Manifest
99
100 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Zlib/Manifest?rev=1.1&view=markup
101 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Zlib/Manifest?rev=1.1&content-type=text/plain
102
103 Index: Manifest
104 ===================================================================
105 DIST Compress-Zlib-2.005.tar.gz 62931 RMD160 971daaee3414cb6819c47be15c66b73436cd6a35 SHA1 ba01e0dcb5848d3eac794930d1b72ec6d480f8e4 SHA256 479185e7f456374982cb1eabcc7ba6108ad37fd2cb5828011c62ecbce6c3655f
106 DIST Compress-Zlib-2.015.tar.gz 64980 RMD160 ed09cbf3acc74a058eea007018eff832838ca40b SHA1 022daac3d0590b156dde207afdd2c374e6f70ef4 SHA256 9b4c6fde1c972016fcbea1f019d143261ac0f5410652ea91571d7eedd22831cc
107 EBUILD Compress-Zlib-2.005.ebuild 756 RMD160 6ddb995d733b81a90df59862e6d0a47bea4dcb12 SHA1 43079931274cd634942a0e10d21580f4f9a37c9a SHA256 023eaede41957b804aa6eb37bbd1392c89e7acdac27a507bb9eb8346a4184add
108 EBUILD Compress-Zlib-2.015.ebuild 738 RMD160 ee0128f178ce5fe2107449be97e2160d13ce330b SHA1 1213136b96af4c103267bb085cf8268b5805f4d5 SHA256 3b938af70b80c34dfb279ee4a1b2d3d811ec3ddeac09df029900d6d786c3e9e7
109 MISC ChangeLog 12241 RMD160 85846bed23c2a3240e641361099543b3f9b502b2 SHA1 e930b03a48cd908cfdcd5a10d5a427b16c4cbb76 SHA256 54c8578deabead3d4ac6cde037e7b01f23d3a7c528203dd56db2e5715c3b2967
110 MISC metadata.xml 158 RMD160 03e4d8164c58bc61660cbaf489d4e3652de0feb7 SHA1 9a84117c6fb70288426e20c84deaf16f4381a549 SHA256 1fef4c0af5f71b777110f54d9dfbd27d6c85c750fca007f4a2fb38345ebbb710
111
112
113
114 1.1 perl-core/Compress-Zlib/ChangeLog
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Zlib/ChangeLog?rev=1.1&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/perl-core/Compress-Zlib/ChangeLog?rev=1.1&content-type=text/plain
118
119 Index: ChangeLog
120 ===================================================================
121 # ChangeLog for perl-core/Compress-Zlib
122 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
123 # $Header: /var/cvsroot/gentoo-x86/perl-core/Compress-Zlib/ChangeLog,v 1.1 2008/11/02 07:19:04 tove Exp $
124
125 01 Nov 2008; Torsten Veller <tove@g.o> +metadata.xml,
126 +Compress-Zlib-2.005.ebuild, +Compress-Zlib-2.015.ebuild:
127 dev-perl => perl-core migration
128
129 01 Nov 2008; Torsten Veller <tove@g.o> Compress-Zlib-2.005.ebuild,
130 Compress-Zlib-2.015.ebuild:
131 New virtuals: Compress-Raw-Zlib IO-Compress-Base
132
133 01 Nov 2008; Torsten Veller <tove@g.o> -Compress-Zlib-2.011.ebuild,
134 -Compress-Zlib-2.012.ebuild:
135 Cleanup.
136
137 23 Oct 2008; Tobias Scherbaum <dertobi123@g.o>
138 Compress-Zlib-2.015.ebuild:
139 ppc stable, bug #192989
140
141 23 Oct 2008; Raúl Porcel <armin76@g.o> Compress-Zlib-2.015.ebuild:
142 alpha/ia64/x86 stable wrt #192989
143
144 22 Oct 2008; Guy Martin <gmsoft@g.o> Compress-Zlib-2.015.ebuild:
145 hppa stable, #192989
146
147 21 Oct 2008; Markus Rothe <corsair@g.o> Compress-Zlib-2.015.ebuild:
148 Stable on ppc64; bug #192989
149
150 21 Oct 2008; Tobias Heinlein <keytoaster@g.o>
151 Compress-Zlib-2.015.ebuild:
152 amd64 stable, security bug #192989
153
154 20 Oct 2008; Friedrich Oslage <bluebird@g.o>
155 Compress-Zlib-2.015.ebuild:
156 Stable on sparc, security bug #192989
157
158 *Compress-Zlib-2.015 (05 Sep 2008)
159
160 05 Sep 2008; Torsten Veller <tove@g.o> +Compress-Zlib-2.015.ebuild:
161 Version bump
162
163 *Compress-Zlib-2.012 (19 Jul 2008)
164
165 19 Jul 2008; Torsten Veller <tove@g.o> +Compress-Zlib-2.012.ebuild:
166 Version bump
167
168 15 Jul 2008; Raúl Porcel <armin76@g.o> Compress-Zlib-2.011.ebuild:
169 alpha/ia64/sparc/x86 stable
170
171 20 May 2008; Torsten Veller <tove@g.o> -Compress-Zlib-1.41.ebuild,
172 -Compress-Zlib-1.42.ebuild, -Compress-Zlib-2.001.ebuild,
173 -Compress-Zlib-2.003.ebuild, -Compress-Zlib-2.004.ebuild,
174 -Compress-Zlib-2.009.ebuild, -Compress-Zlib-2.010.ebuild:
175 Cleaning
176
177 *Compress-Zlib-2.011 (20 May 2008)
178
179 20 May 2008; Torsten Veller <tove@g.o> +Compress-Zlib-2.011.ebuild:
180 Version bump
181
182 *Compress-Zlib-2.010 (09 May 2008)
183
184 09 May 2008; Torsten Veller <tove@g.o> +Compress-Zlib-2.010.ebuild:
185 Version bump
186
187 *Compress-Zlib-2.009 (29 Apr 2008)
188
189 29 Apr 2008; Torsten Veller <tove@g.o> +Compress-Zlib-2.009.ebuild:
190 Version bump
191
192 19 Mar 2008; Jeroen Roovers <jer@g.o> Compress-Zlib-2.005.ebuild:
193 Stable for HPPA too.
194
195 13 Jan 2008; Tobias Scherbaum <dertobi123@g.o>
196 Compress-Zlib-2.005.ebuild:
197 ppc. stable
198
199 29 Dec 2007; <welp@g.o> Compress-Zlib-2.005.ebuild:
200 Keyworded ~sparc-fbsd; bug 203655
201
202 19 Nov 2007; Joshua Kinard <kumba@g.o> Compress-Zlib-2.005.ebuild:
203 Stable on mips.
204
205 10 Nov 2007; Samuli Suominen <drac@g.o> Compress-Zlib-2.005.ebuild:
206 amd64 stable
207
208 15 Oct 2007; Markus Rothe <corsair@g.o> Compress-Zlib-2.005.ebuild:
209 Stable on ppc64
210
211 06 Oct 2007; Raúl Porcel <armin76@g.o> Compress-Zlib-2.005.ebuild:
212 alpha/ia64/sparc/x86 stable
213
214 09 Jul 2007; Michael Cummings <mcummings@g.o>
215 Compress-Zlib-2.003.ebuild:
216 Marking sparc stable
217
218 *Compress-Zlib-2.005 (07 Jul 2007)
219
220 07 Jul 2007; Michael Cummings <mcummings@g.o>
221 +Compress-Zlib-2.005.ebuild:
222 Version bump
223
224 05 Jul 2007; Tom Gall <tgall@g.o> Compress-Zlib-2.004.ebuild:
225 stable on ppc64
226
227 05 Jul 2007; Raúl Porcel <armin76@g.o> Compress-Zlib-2.004.ebuild:
228 alpha/ia64/x86 stable
229
230 24 May 2007; Diego Pettenò <flameeyes@g.o>
231 Compress-Zlib-2.004.ebuild:
232 Add ~x86-fbsd keyword, as per bug #154244.
233
234 16 May 2007; Raúl Porcel <armin76@g.o> Compress-Zlib-2.004.ebuild:
235 Add ~alpha wrt #154244
236
237 12 May 2007; Joshua Kinard <kumba@g.o> Compress-Zlib-2.004.ebuild:
238 Stable on mips.
239
240 05 May 2007; Tobias Scherbaum <dertobi123@g.o>
241 Compress-Zlib-2.004.ebuild:
242 ppc stable
243
244 10 Apr 2007; Michael Cummings <mcummings@g.o>
245 Compress-Zlib-2.004.ebuild:
246 sparc stable
247
248 08 Apr 2007; Michael Cummings <mcummings@g.o>
249 Compress-Zlib-2.004.ebuild:
250 Marking amd64 stable
251
252 *Compress-Zlib-2.004 (09 Mar 2007)
253
254 09 Mar 2007; Michael Cummings <mcummings@g.o>
255 +Compress-Zlib-2.004.ebuild:
256 Version bump
257
258 15 Jan 2007; Michael Cummings <mcummings@g.o>
259 Compress-Zlib-1.41.ebuild, Compress-Zlib-1.42.ebuild,
260 Compress-Zlib-2.001.ebuild, -Compress-Zlib-2.002.ebuild,
261 Compress-Zlib-2.003.ebuild:
262 Ebuild maintenance
263
264 *Compress-Zlib-2.003 (05 Jan 2007)
265
266 05 Jan 2007; Michael Cummings <mcummings@g.o>
267 +Compress-Zlib-2.003.ebuild:
268 Version bump
269
270 *Compress-Zlib-2.002 (02 Jan 2007)
271
272 02 Jan 2007; Michael Cummings <mcummings@g.o>
273 +Compress-Zlib-2.002.ebuild:
274 Version bump
275
276 16 Dec 2006; Michael Cummings <mcummings@g.o>
277 Compress-Zlib-2.001.ebuild:
278 Marking amd64 stable
279
280 11 Dec 2006; Lars Weiler <pylon@g.o> Compress-Zlib-2.001.ebuild:
281 Stable on ppc; bug #154244.
282
283 03 Dec 2006; Markus Rothe <corsair@g.o> Compress-Zlib-2.001.ebuild:
284 Stable on ppc64
285
286 17 Nov 2006; Gustavo Zacarias <gustavoz@g.o>
287 Compress-Zlib-2.001.ebuild:
288 Stable on sparc
289
290 15 Nov 2006; Markus Rothe <corsair@g.o> Compress-Zlib-2.001.ebuild:
291 Added ~ppc64; bug #154244
292
293 15 Nov 2006; Jeroen Roovers <jer@g.o> Compress-Zlib-2.001.ebuild:
294 Marked ~hppa (bug #154244).
295
296 10 Nov 2006; nixnut <nixnut@g.o> Compress-Zlib-2.001.ebuild:
297 Added ~ppc keyword wrt bug 154244
298
299 07 Nov 2006; Joshua Jackson <tsunam@g.o> ChangeLog:
300 Stable x86 for bug #154244
301
302 *Compress-Zlib-2.001 (06 Nov 2006)
303
304 06 Nov 2006; Michael Cummings <mcummings@g.o>
305 +Compress-Zlib-2.001.ebuild:
306 Version bump, keyword request coming
307
308 20 Oct 2006; Bryan Østergaard <kloeri@g.o>
309 Compress-Zlib-1.42.ebuild:
310 Stable on Alpha.
311
312 15 Oct 2006; Bryan Østergaard <kloeri@g.o>
313 Compress-Zlib-1.42.ebuild:
314 Stable on ia64.
315
316 28 Sep 2006; Gustavo Zacarias <gustavoz@g.o>
317 Compress-Zlib-1.42.ebuild:
318 Stable on hppa
319
320 16 Sep 2006; Tobias Scherbaum <dertobi123@g.o>
321 Compress-Zlib-1.42.ebuild:
322 ppc stable
323
324 07 Aug 2006; Michael Cummings <mcummings@g.o>
325 Compress-Zlib-1.42.ebuild:
326 Marking amd64, sparc stable
327
328 05 Aug 2006; Michael Cummings <mcummings@g.o>
329 Compress-Zlib-1.41.ebuild, Compress-Zlib-1.42.ebuild:
330 Adding perl dep; fixed DEPEND
331
332 *Compress-Zlib-1.42 (06 Jul 2006)
333
334 06 Jul 2006; Aaron Kulbe <superlag@g.o> +Compress-Zlib-1.42.ebuild:
335 Version bump to 1.42 - keyworded on all arches.
336
337 04 Jul 2006; Christian Hartmann <ian@g.o>
338 Compress-Zlib-1.41.ebuild:
339 Fixed RDEPEND wrt bug #134781
340
341 22 May 2006; Christian Hartmann <ian@g.o>
342 -Compress-Zlib-1.33.ebuild, -Compress-Zlib-1.35.ebuild:
343 Removed vulnerable (GLSA-200508-01) and outdated versions.
344
345 24 Apr 2006; Diego Pettenò <flameeyes@g.o>
346 Compress-Zlib-1.41.ebuild:
347 Add ~x86-fbsd keyword.
348
349 26 Feb 2006; Joshua Kinard <kumba@g.o> Compress-Zlib-1.41.ebuild:
350 Marked stable on mips.
351
352 06 Feb 2006; Simon Stelling <blubb@g.o> Compress-Zlib-1.41.ebuild:
353 stable on amd64
354
355 31 Jan 2006; Aron Griffis <agriffis@g.o> Compress-Zlib-1.41.ebuild:
356 Mark 1.41 stable on alpha
357
358 21 Jan 2006; Markus Rothe <corsair@g.o> Compress-Zlib-1.41.ebuild:
359 Stable on ppc64
360
361 15 Jan 2006; Michael Hanselmann <hansmi@g.o>
362 Compress-Zlib-1.41.ebuild:
363 Stable on ppc.
364
365 13 Jan 2006; Michael Cummings <mcummings@g.o>
366 Compress-Zlib-1.41.ebuild:
367 marking stable sparc x86
368
369 *Compress-Zlib-1.41 (10 Nov 2005)
370
371 10 Nov 2005; Michael Cummings <mcummings@g.o>
372 +Compress-Zlib-1.41.ebuild:
373 Version bump upstream
374
375 20 Aug 2005; Hardave Riar <hardave@g.o> Compress-Zlib-1.35.ebuild:
376 Stable on mips, bug #100540.
377
378 31 Jul 2005; Bryan Østergaard <kloeri@g.o>
379 Compress-Zlib-1.35.ebuild:
380 Stable on alpha, bug 100540.
381
382 28 Jul 2005; MATSUU Takuto <matsuu@g.o> Compress-Zlib-1.35.ebuild:
383 Stable on sh. bug 100540.
384
385 28 Jul 2005; Tobias Scherbaum <dertobi123@g.o>
386 Compress-Zlib-1.35.ebuild:
387 ppc stable, #100540
388
389 28 Jul 2005; Rene Nussbaumer <killerfox@g.o>
390 Compress-Zlib-1.35.ebuild:
391 Stable on hppa. bug #100540
392
393 28 Jul 2005; Simon Stelling <blubb@g.o> Compress-Zlib-1.35.ebuild:
394 stable on amd64 wrt bug 100540
395
396 28 Jul 2005; Michael Cummings <mcummings@g.o>
397 Compress-Zlib-1.35.ebuild:
398 Stable on sparc and x86, bug 100540
399
400 28 Jul 2005; Markus Rothe <corsair@g.o> Compress-Zlib-1.35.ebuild:
401 Stable on ppc64 (bug #100540)
402
403 *Compress-Zlib-1.35 (28 Jul 2005)
404
405 28 Jul 2005; Michael Cummings <mcummings@g.o>
406 -Compress-Zlib-1.16-r1.ebuild, -Compress-Zlib-1.16-r2.ebuild,
407 -Compress-Zlib-1.21.ebuild, -Compress-Zlib-1.22.ebuild,
408 -Compress-Zlib-1.34.ebuild, +Compress-Zlib-1.35.ebuild:
409 Bump, bug 100540
410
411 *Compress-Zlib-1.34 (10 May 2005)
412
413 10 May 2005; Elfyn McBratney <beu@g.o> +Compress-Zlib-1.34.ebuild:
414 Version bump.
415
416 12 Mar 2005; Markus Rothe <corsair@g.o> Compress-Zlib-1.33.ebuild:
417 Stable on ppc64
418
419 06 Feb 2005; Joshua Kinard <kumba@g.o> Compress-Zlib-1.33.ebuild:
420 Added ~mips to keywords.
421
422 22 Jan 2005; Gustavo Zacarias <gustavoz@g.o>
423 Compress-Zlib-1.33.ebuild:
424 Stable on sparc
425
426 22 Jan 2005; Bryan Østergaard <kloeri@g.o>
427 Compress-Zlib-1.33.ebuild:
428 Stable on alpha.
429
430 21 Jan 2005; Michael Cummings <mcummings@g.o>
431 Compress-Zlib-1.33.ebuild:
432 Unmasking for x86
433
434 04 Jan 2005; Michael Cummings <mcummings@g.o>
435 Compress-Zlib-1.16-r1.ebuild, Compress-Zlib-1.16-r2.ebuild:
436 bug 76590
437
438 29 Dec 2004; Ciaran McCreesh <ciaranm@g.o> :
439 Change encoding to UTF-8 for GLEP 31 compliance
440
441 22 Dec 2004; Yuta SATOH <nigoro@g.o> Compress-Zlib-1.33.ebuild:
442 added ~ppc64
443
444 21 Nov 2004; Hardave Riar <hardave@g.o> Compress-Zlib-1.22.ebuild:
445 Stable on mips, dep for bug #68570
446
447 20 Nov 2004; Daniel Black <dragonheart@g.o>
448 Compress-Zlib-1.33.ebuild:
449 ppc stable to support bug #68570
450
451 26 Jun 2004; Danny van Dyk <kugelfang@g.o> Compress-Zlib-1.22.ebuild:
452 Marked stable on amd64.
453
454 *Compress-Zlib-1.33 (05 Jun 2004)
455
456 05 Jun 2004; Michael Cummings <mcummings@g.o>
457 Compress-Zlib-1.33.ebuild:
458 new version on cpan
459
460 24 May 2004; Bryan Østergaard <kloeri@g.o> Compress-Zlib-1.22.ebuild:
461 Stable on alpha.
462
463 19 Jan 2004; Eric Sammer <esammer@g.o> :
464 Added ~hppa and ~arm. Updated headers. Fixing a depend.BAD trail.
465
466 19 Jan 2004; <tuxus@g.o> Compress-Zlib-1.22.ebuild:
467 Added ~mips to KEYWORDS.
468
469 18 Jan 2004; <gustavoz@g.o> Compress-Zlib-1.22.ebuild:
470 stable on sparc
471
472 09 Nov 2003; Michael Cummings <mcummings@g.o>
473 Compress-Zlib-1.22.ebuild:
474 100+ days, no bugs - unmasked
475
476 *Compress-Zlib-1.22 (20 Jul 2003)
477
478 20 Jul 2003; Michael Cummings <mcummings@g.o>
479 Compress-Zlib-1.22.ebuild:
480 cpan update caught by eric sammer <eric@××××××××××××.com>, bug 23223
481
482 *Compress-Zlib-1.21 (07 Jun 2003)
483
484 07 Jun 2003; Michael Cummings <mcummings@g.o>
485 Compress-Zlib-1.21.ebuild:
486 CPAN update
487
488 06 Dec 2002; Rodney Rees <manson@g.o> : changed sparc ~sparc keywords
489
490 *Compress-Zlib-1.16-r2 (21 Jun 2003)
491
492 12 Jul 2003; Daniel Ahlberg <aliz@g.o> :
493 Added missing changelog entry.
494
495 *Compress-Zlib-1.16-r1 (5 May 2002)
496
497 31 Jul 2002; Calum Selkirk <cselkirk@g.o>
498 Compress-Zlib-1.16-r1.ebuild :
499
500 Added ppc to KEYWORDS.
501
502 5 May 2002; Seemant Kulleen <seemant@g.o>
503 Compress-Zlib-1.16-r1.ebuild files/digest-Compress-Zlib-1.16-r1 :
504
505 Changed to using eclasses
506
507 *Compress-Zlib-1.16 (27 Apr 2002)
508
509 27 Apr 2002; Grant Goodyear <g2boojum@g.o> :
510
511 New version
512
513 *Compress-Zlib-1.10 (1 Feb 2002)
514
515 1 Feb 2002; G.Bevin <gbevin@g.o> ChangeLog :
516
517 Added initial ChangeLog which should be updated whenever the package is
518 updated in any way. This changelog is targetted to users. This means that the
519 comments should well explained and written in clean English. The details about
520 writing correct changelogs are explained in the skel.ChangeLog file which you
521 can find in the root directory of the portage repository.