summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2005-08-28 01:07:18 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2005-08-28 01:07:18 +0000
commit973cf9fc7e747c17f845836380298c5786863589 (patch)
tree46f6ccec5d43cf95f8f9f80a395d143c45f15413 /sci-libs/netcdf
parentStable on amd64. (diff)
downloadgentoo-2-973cf9fc7e747c17f845836380298c5786863589.tar.gz
gentoo-2-973cf9fc7e747c17f845836380298c5786863589.tar.bz2
gentoo-2-973cf9fc7e747c17f845836380298c5786863589.zip
Removing old versions no longer needed.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sci-libs/netcdf')
-rw-r--r--sci-libs/netcdf/ChangeLog8
-rw-r--r--sci-libs/netcdf/files/digest-netcdf-3.5.0-r41
-rw-r--r--sci-libs/netcdf/files/digest-netcdf-3.5.11
-rw-r--r--sci-libs/netcdf/netcdf-3.5.0-r4.ebuild44
-rw-r--r--sci-libs/netcdf/netcdf-3.5.1.ebuild37
5 files changed, 6 insertions, 85 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog
index d71e133bfcb9..e46fb6ad64ca 100644
--- a/sci-libs/netcdf/ChangeLog
+++ b/sci-libs/netcdf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/netcdf
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.15 2005/08/25 13:10:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.16 2005/08/28 01:07:18 cryos Exp $
+
+ 28 Aug 2005; Marcus D. Hanwell <cryos@gentoo.org> -netcdf-3.5.0-r4.ebuild,
+ -netcdf-3.5.1.ebuild:
+ Removing old versions no longer needed.
25 Aug 2005; Aron Griffis <agriffis@gentoo.org> netcdf-3.6.0-r1.ebuild:
stable on ia64 #82431
@@ -19,7 +23,7 @@
netcdf-3.6.0-r1.ebuild:
Stable on hppa; bug #82431.
- 29 May 2005; Marcus D. Hanwell <marcus@gentoo.org> netcdf-3.6.0-r1.ebuild:
+ 29 May 2005; Marcus D. Hanwell <cryos@gentoo.org> netcdf-3.6.0-r1.ebuild:
Stable on amd64, bug 82431.
29 May 2005; Steve Arnold <nerdboy@gentoo.org> netcdf-3.6.0-r1.ebuild:
diff --git a/sci-libs/netcdf/files/digest-netcdf-3.5.0-r4 b/sci-libs/netcdf/files/digest-netcdf-3.5.0-r4
deleted file mode 100644
index 25d6e8d0de3d..000000000000
--- a/sci-libs/netcdf/files/digest-netcdf-3.5.0-r4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 28640a40a44f982f90f5eeb15e917a1f netcdf-3.5.0.tar.Z 1319419
diff --git a/sci-libs/netcdf/files/digest-netcdf-3.5.1 b/sci-libs/netcdf/files/digest-netcdf-3.5.1
deleted file mode 100644
index c825f6ed727b..000000000000
--- a/sci-libs/netcdf/files/digest-netcdf-3.5.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 52972e8765394010d2507a9a1dc02a56 netcdf-3.5.1.tar.Z 1333257
diff --git a/sci-libs/netcdf/netcdf-3.5.0-r4.ebuild b/sci-libs/netcdf/netcdf-3.5.0-r4.ebuild
deleted file mode 100644
index a401a6041e50..000000000000
--- a/sci-libs/netcdf/netcdf-3.5.0-r4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.5.0-r4.ebuild,v 1.3 2005/02/18 05:16:41 nerdboy Exp $
-
-inherit eutils
-
-DESCRIPTION="Scientific library and interface for array oriented data access"
-SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/old/${P}.tar.Z"
-HOMEPAGE="http://www.unidata.ucar.edu/packages/netcdf/"
-
-LICENSE="UCAR-Unidata"
-SLOT="0"
-IUSE=""
-KEYWORDS="~x86 ~sparc ~amd64 alpha ~ia64 ~ppc ~mips ~hppa"
-
-S=${WORKDIR}/${P}/src
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # welcome to ANSI C++ coding with sed
- sed \
- -e 's/iostream\.h/iostream/g' \
- -e 's/cout/std::cout/g' \
- -e 's/^extern "C".*//g' -i configure || die
-
- epatch ${FILESDIR}/fPIC.patch
- cd cxx && epatch ${FILESDIR}/gcc3-gentoo.patch
-}
-
-src_compile() {
- export CPPFLAGS=-Df2cFortran
- econf || die "econf failed"
- make || die
- make test || die
-}
-
-src_install() {
- dodir /usr/{lib,share} /usr/share/man/man3 /usr/share/man/man3f
- einstall MANDIR=${D}/usr/share/man
- mv ${D}/usr/share/man/man3/netcdf.3f ${D}/usr/share/man/man3f/.
- dodoc COMPATIBILITY COPYRIGHT MANIFEST README RELEASE_NOTES VERSION fortran/cfortran.doc
- dohtml -r .
-}
diff --git a/sci-libs/netcdf/netcdf-3.5.1.ebuild b/sci-libs/netcdf/netcdf-3.5.1.ebuild
deleted file mode 100644
index 5d16247cf2d1..000000000000
--- a/sci-libs/netcdf/netcdf-3.5.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-3.5.1.ebuild,v 1.5 2005/04/20 21:38:22 hansmi Exp $
-
-inherit eutils
-
-DESCRIPTION="Scientific library and interface for array oriented data access"
-SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/old/${P}.tar.Z"
-HOMEPAGE="http://www.unidata.ucar.edu/packages/netcdf/"
-
-LICENSE="UCAR-Unidata"
-SLOT="0"
-IUSE=""
-KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc sparc x86"
-
-S=${WORKDIR}/${P}/src
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/fPIC.patch || die "fPIC patch failed"
-}
-
-src_compile() {
- export CPPFLAGS=-Df2cFortran
- econf || die "econf failed"
- make || die "make failed"
- make test || die "make test failed"
-}
-
-src_install() {
- dodir /usr/{lib,share} /usr/share/man/man3 /usr/share/man/man3f
- einstall MANDIR=${D}/usr/share/man
- mv ${D}/usr/share/man/man3/netcdf.3f ${D}/usr/share/man/man3f/.
- dodoc COMPATIBILITY COPYRIGHT MANIFEST README RELEASE_NOTES VERSION fortran/cfortran.doc
- dohtml -r .
-}