1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
# ChangeLog for app-sci/netcdf
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.1 2004/12/28 18:29:26 ribosome Exp $
*netcdf-3.5.0-r3 (28 Dec 2004)
28 Dec 2004; Olivier Fisette <ribosome@gentoo.org> +metadata.xml,
+files/fPIC.patch, +files/gcc3-gentoo.patch, +netcdf-3.5.0-r3.ebuild,
+netcdf-3.5.0-r4.ebuild, +netcdf-3.5.1.ebuild:
Moved from app-sci/netcdf to sci-libs/netcdf.
11 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> netcdf-3.5.1.ebuild:
Stable on alpha.
07 Nov 2004; Jason Wever <weeve@gentoo.org> netcdf-3.5.1.ebuild:
Stable on sparc.
31 May 2004; Bryan �stergaard <kloeri@gentoo.org> netcdf-3.5.0-r4.ebuild:
Stable on alpha.
*netcdf-3.5.1 (11 May 2004)
11 May 2004; Steve Arnold <nerdboy@gentoo.org> netcdf-3.5.1.ebuild:
updated 3.5.1 ebuild, all gcc and C++ changes have been added upstream
26 Apr 2004; Aron Griffis <agriffis@gentoo.org> netcdf-3.5.0-r3.ebuild,
netcdf-3.5.0-r4.ebuild:
Add die following econf for bug 48950
*netcdf-3.5.0-r4 (20 Apr 2004)
20 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> netcdf-3.5.0-r4.ebuild,
files/fPIC.patch:
Adding -fPIC patch, see bug #47517
01 Apr 2004; Patrick Kursawe <phosphan@gentoo.org> netcdf-3.5.0-r3.ebuild:
Declaring stable for all arches.
26 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> netcdf-3.5.0-r2.ebuild,
netcdf-3.5.0-r3.ebuild:
Adding IUSE and inherit eutils
03 Mar 2004; Patrick Kursawe <phosphan@gentoo.org> netcdf-3.5.0-r3.ebuild:
Some arches were missing in -r3 that were added to -r2, assume it was a
mistake.
17 Feb 2004; Aron Griffis <agriffis@gentoo.org> netcdf-3.5.0-r3.ebuild:
stable on alpha and ia64 for the sake of dev-python/ScientificPython
12 Jan 2004; <nerdboy@gentoo.org> netcdf-3.5.0-r3.ebuild,
netcdf-3.5.0-r2.ebuild, metadata.xml:
bumped r3 to x86 and added (belated) changelog entry for #32570 and #32575
fixes; also corrected license, updated metadata, and added additional arches
18 Dec 2003; Martin Holzer <mholzer@gentoo.org> netcdf-3.5.0-r2.ebuild,
netcdf-3.5.0-r3.ebuild:
fixing typo in homepage. closes #36018
*netcdf-3.5.0-r3 (16 Dec 2003)
16 Dec 2003; Jason Wever <weeve@gentoo.org> netcdf-3.5.0-r3.ebuild:
Added ~sparc keyword to fix broken dev-python/ScientificPython dependencies.
11 Nov 2003; Steve Arnold <nerdboy@gentoo.org> netcdf-3.5.0-r3.ebuild:
fixed bugs 32570 and 32575 (but somehow the changelog got messed up)
*netcdf-3.5.0-r2 (1 Feb 2002)
18 Nov 2002; Matthew Kennedy <mkennedy@gentoo.org>
netcdf-3.5.0-r2.ebuild, files/digest-netcdf-3.5.0-r2,
files/gcc3-gentoo.patch :
C++ fixing for compatibility for GCC3.2 and ANSI C++. Patch thanks to
Sam Yates <sam@quux.dropbear.id.au> of bug #5784 fame.
*netcdf-3.5.0-r1 (1 Feb 2002)
14 Sep 2002; Seemant Kulleen <seemant@gentoo.org> netcdf-3.5.0-r1.ebuild :
emake->make thanks to Chad Netzer (chad.netzer@stanfordalumni.org) in bug
#6363 reported by: martin.holzer@wienerlinien.at (Martin Holzer)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
|