summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-02-28 14:42:00 +0000
committerJustin Lecher <jlec@gentoo.org>2015-02-28 14:42:00 +0000
commit1be9d2f4b1979a776029e1fc86588a46b95c2a8d (patch)
treea77fcf8b33f693d6efdb02d1d70a255db69d9c17
parentDrop old (diff)
downloadgentoo-2-1be9d2f4b1979a776029e1fc86588a46b95c2a8d.tar.gz
gentoo-2-1be9d2f4b1979a776029e1fc86588a46b95c2a8d.tar.bz2
gentoo-2-1be9d2f4b1979a776029e1fc86588a46b95c2a8d.zip
Drop old; obsoletes #348922, #363131, #435844, #454950 & #478618
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
-rw-r--r--sci-libs/netcdf/ChangeLog7
-rw-r--r--sci-libs/netcdf/metadata.xml14
-rw-r--r--sci-libs/netcdf/netcdf-4.1.1-r4.ebuild93
-rw-r--r--sci-libs/netcdf/netcdf-4.1.3.ebuild82
-rw-r--r--sci-libs/netcdf/netcdf-4.2.1.1.ebuild47
-rw-r--r--sci-libs/netcdf/netcdf-4.3.0.ebuild52
-rw-r--r--sci-libs/netcdf/netcdf-4.3.1.1.ebuild51
-rw-r--r--sci-libs/netcdf/netcdf-4.3.2.ebuild57
8 files changed, 13 insertions, 390 deletions
diff --git a/sci-libs/netcdf/ChangeLog b/sci-libs/netcdf/ChangeLog
index c73af9e15639..70289e22ce44 100644
--- a/sci-libs/netcdf/ChangeLog
+++ b/sci-libs/netcdf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/netcdf
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.117 2015/02/22 10:58:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/ChangeLog,v 1.118 2015/02/28 14:42:00 jlec Exp $
+
+ 28 Feb 2015; Justin Lecher <jlec@gentoo.org> -netcdf-4.1.1-r4.ebuild,
+ -netcdf-4.1.3.ebuild, -netcdf-4.2.1.1.ebuild, -netcdf-4.3.0.ebuild,
+ -netcdf-4.3.1.1.ebuild, -netcdf-4.3.2.ebuild, metadata.xml:
+ Drop old; obsoletes #348922, #363131, #435844, #454950 & #478618
22 Feb 2015; Pacho Ramos <pacho@gentoo.org> netcdf-4.3.2-r1.ebuild:
amd64/ppc/ppc64/x86 stable, bug #540494
diff --git a/sci-libs/netcdf/metadata.xml b/sci-libs/netcdf/metadata.xml
index ded8ea141227..d78394eb9cd8 100644
--- a/sci-libs/netcdf/metadata.xml
+++ b/sci-libs/netcdf/metadata.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
NetCDF (network Common Data Form) is an interface for scientific
data access and a freely-distributed software library that provides an
implementation of the interface. The netCDF library also defines a
@@ -10,9 +10,9 @@
Together, the interface, library, and format support the creation,
access, and sharing of scientific data.
</longdescription>
-<use>
- <flag name="dap">Support for remote data access with the built-in OPeNDAP client</flag>
- <flag name="hdf">Add support for the Hierarchical Data Format v.4 <pkg>sci-libs/hdf</pkg></flag>
- <flag name="tools">Build the utilities nccopy, ncgen and ncdump</flag>
-</use>
+ <use>
+ <flag name="dap">Support for remote data access with the built-in OPeNDAP client</flag>
+ <flag name="hdf">Add support for the Hierarchical Data Format v.4 <pkg>sci-libs/hdf</pkg></flag>
+ <flag name="tools">Build the utilities nccopy, ncgen and ncdump</flag>
+ </use>
</pkgmetadata>
diff --git a/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild b/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild
deleted file mode 100644
index c6d56d5e6da1..000000000000
--- a/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.1-r4.ebuild,v 1.19 2012/10/16 20:31:51 jlec Exp $
-
-EAPI=3
-
-AUTOTOOLS_AUTORECONF=true
-FORTRAN_NEEDED=fortran
-
-inherit autotools-utils fortran-2
-
-DESCRIPTION="Scientific library and interface for array oriented data access"
-HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
-SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz"
-
-LICENSE="UCAR-Unidata"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
-IUSE="cxx dap doc fortran hdf5 static-libs szip"
-
-RDEPEND="
- dap? ( net-misc/curl )
- hdf5? ( >=sci-libs/hdf5-1.8[zlib,szip?,fortran?] )"
-
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2.2
- doc? ( virtual/latex-base )
- fortran? ( dev-lang/cfortran )"
-
-DOCS=(README RELEASE_NOTES)
-
-PATCHES=(
- "${FILESDIR}"/${P}-parallel-build.patch
- "${FILESDIR}"/${P}-implicits.patch
- "${FILESDIR}"/${P}-mpi-fix.patch
- "${FILESDIR}"/${P}-fortran.patch
-)
-
-pkg_setup() {
- fortran-2_pkg_setup
- if use hdf5 && has_version sci-libs/hdf5[mpi]; then
- export CC=mpicc
- if use cxx; then
- export CXX=mpicxx
- fi
- if use fortran; then
- export FC=mpif90
- export F77=mpif77
- fi
- fi
-}
-
-src_prepare() {
- # use system cfortran
- rm -f fortran/cfortran.h || die
- # we don't build udunits and libcf
- sed -i -e '/udunits libcf/d' configure.ac || die
- if ! use doc; then
- sed -i -e "/\$(NC_TEST4)/ s/man4//" Makefile.am || die
- fi
- autotools-utils_src_prepare
-}
-
-src_configure() {
- local myconf
- if use hdf5; then
- myconf="--with-hdf5=${EPREFIX}/usr --with-zlib=${EPREFIX}/usr"
- use szip && myconf="${myconf} --with-szlib=${EPREFIX}/usr"
- fi
-
- myeconfargs=(
- --enable-shared
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable dap)
- $(use_enable static-libs static)
- $(use_enable fortran f77)
- $(use_enable fortran f90)
- $(use_enable cxx)
- $(use_enable fortran separate-fortran)
- $(use_enable hdf5 netcdf-4)
- ${myconf}
- )
- autotools-utils_src_configure
-}
-
-src_compile() {
- # hack to allow parallel build
- if use doc; then
- autotools-utils_src_compile pdf
- autotools-utils_src_compile -j1 -C man4
- fi
- autotools-utils_src_compile
-}
diff --git a/sci-libs/netcdf/netcdf-4.1.3.ebuild b/sci-libs/netcdf/netcdf-4.1.3.ebuild
deleted file mode 100644
index 339e6484dfe4..000000000000
--- a/sci-libs/netcdf/netcdf-4.1.3.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.1.3.ebuild,v 1.10 2014/06/16 20:06:02 jauhien Exp $
-
-EAPI=5
-
-AUTOTOOLS_AUTORECONF=true
-FORTRAN_NEEDED=fortran
-
-inherit autotools-utils fortran-2
-
-DESCRIPTION="Scientific library and interface for array oriented data access"
-HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
-SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz"
-
-LICENSE="UCAR-Unidata"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
-IUSE="cxx dap doc fortran hdf5 static-libs"
-
-RDEPEND="
- dap? ( net-misc/curl )
- hdf5? ( <=sci-libs/hdf5-1.8.12:0=[zlib,szip,fortran?] )"
-
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-2.4
- doc? ( virtual/latex-base )
- fortran? ( dev-lang/cfortran )"
-
-DOCS=(README RELEASE_NOTES)
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.1.1-parallel-build.patch
- "${FILESDIR}"/${PN}-4.1.1-fortran.patch
-)
-
-pkg_setup() {
- FORTRAN_STANDARD="77 90"
- fortran-2_pkg_setup
- if use hdf5 && has_version sci-libs/hdf5[mpi]; then
- export CC=mpicc
- use cxx && export CXX=mpicxx
- use fortran && export FC=mpif90 F77=mpif77
- fi
-}
-
-src_prepare() {
- # use system cfortran
- rm -f "${S}"/fortran/cfortran.h || die
- # check for szip is libsz, not libszip
- # we don't build udunits and libcf we take them from system
- sed -i \
- -e 's/\[szip\]/\[sz\]/' \
- -e '/udunits libcf/d' \
- "${S}"/configure.ac || die
- if ! use doc; then
- sed -i -e '/$(NC_TEST4) /s/man4//' "${S}"/Makefile.am || die
- fi
- autotools-utils_src_prepare
- sed -i 's:test $p = "-R":test $p = "-R" || test $p = "-l":' configure || die
-}
-
-src_configure() {
- myeconfargs=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(use_enable dap)
- $(use_enable fortran f77)
- $(use_enable fortran f90)
- $(use_enable cxx)
- $(use_enable hdf5 netcdf-4)
- )
- autotools-utils_src_configure
-}
-
-src_compile() {
- # hack to allow parallel build
- if use doc; then
- autotools-utils_src_compile pdf
- autotools-utils_src_compile -j1 -C man4
- fi
- autotools-utils_src_compile
-}
diff --git a/sci-libs/netcdf/netcdf-4.2.1.1.ebuild b/sci-libs/netcdf/netcdf-4.2.1.1.ebuild
deleted file mode 100644
index 8d3c4512af0a..000000000000
--- a/sci-libs/netcdf/netcdf-4.2.1.1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.2.1.1.ebuild,v 1.4 2014/06/16 20:06:02 jauhien Exp $
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Scientific library and interface for array oriented data access"
-HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
-SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz"
-
-LICENSE="UCAR-Unidata"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+dap doc examples hdf +hdf5 mpi static-libs szip test tools"
-
-RDEPEND="
- dap? ( net-misc/curl )
- hdf? ( sci-libs/hdf <=sci-libs/hdf5-1.8.12:0= )
- hdf5? ( <=sci-libs/hdf5-1.8.12:0=[mpi=,szip=,zlib] )"
-
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="test? ( tools )"
-
-src_configure() {
- myeconfargs=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- --disable-examples
- $(use_enable dap)
- $(use_enable doc doxygen)
- $(use_enable hdf hdf4)
- $(use_enable hdf5 netcdf-4)
- $(use_enable tools utilities)
- )
- autotools-utils_src_configure
-}
-
-src_install() {
- autotools-utils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}
diff --git a/sci-libs/netcdf/netcdf-4.3.0.ebuild b/sci-libs/netcdf/netcdf-4.3.0.ebuild
deleted file mode 100644
index 9c4dd05bb452..000000000000
--- a/sci-libs/netcdf/netcdf-4.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.0.ebuild,v 1.2 2014/06/16 20:06:02 jauhien Exp $
-
-EAPI=5
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit autotools-utils
-
-DESCRIPTION="Scientific library and interface for array oriented data access"
-HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
-SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz"
-
-LICENSE="UCAR-Unidata"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+dap doc examples hdf +hdf5 mpi static-libs szip test tools"
-
-RDEPEND="
- dap? ( net-misc/curl )
- hdf? ( sci-libs/hdf <=sci-libs/hdf5-1.8.12:0= )
- hdf5? ( <=sci-libs/hdf5-1.8.12:0=[mpi=,szip=,zlib] )"
-
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="test? ( tools )"
-
-src_configure() {
- local myeconfargs=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- --disable-examples
- $(use_enable dap)
- $(use_enable doc doxygen)
- $(use_enable hdf hdf4)
- $(use_enable hdf5 netcdf-4)
- $(use_enable tools utilities)
- )
- autotools-utils_src_configure
-}
-
-src_test() {
- emake -j1 check
-}
-
-src_install() {
- autotools-utils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}
diff --git a/sci-libs/netcdf/netcdf-4.3.1.1.ebuild b/sci-libs/netcdf/netcdf-4.3.1.1.ebuild
deleted file mode 100644
index ba174b591a1c..000000000000
--- a/sci-libs/netcdf/netcdf-4.3.1.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.1.1.ebuild,v 1.2 2014/06/16 20:06:02 jauhien Exp $
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Scientific library and interface for array oriented data access"
-HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
-SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz"
-
-LICENSE="UCAR-Unidata"
-SLOT="0/7"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+dap doc examples hdf +hdf5 mpi static-libs szip test tools"
-
-RDEPEND="
- dap? ( net-misc/curl )
- hdf? ( sci-libs/hdf <=sci-libs/hdf5-1.8.12:0= )
- hdf5? ( <=sci-libs/hdf5-1.8.12:0=[mpi=,szip=,zlib] )"
-
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-REQUIRED_USE="test? ( tools )"
-
-src_configure() {
- local myeconfargs=(
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- --disable-examples
- $(use_enable dap)
- $(use_enable doc doxygen)
- $(use_enable hdf hdf4)
- $(use_enable hdf5 netcdf-4)
- $(use_enable tools utilities)
- )
- autotools-utils_src_configure
-}
-
-src_test() {
- autotools-utils_src_test -j1
-}
-
-src_install() {
- autotools-utils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}
diff --git a/sci-libs/netcdf/netcdf-4.3.2.ebuild b/sci-libs/netcdf/netcdf-4.3.2.ebuild
deleted file mode 100644
index 99f1eba19732..000000000000
--- a/sci-libs/netcdf/netcdf-4.3.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf/netcdf-4.3.2.ebuild,v 1.3 2014/06/16 20:06:02 jauhien Exp $
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="Scientific library and interface for array oriented data access"
-HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
-SRC_URI="ftp://ftp.unidata.ucar.edu/pub/netcdf/${P}.tar.gz"
-
-LICENSE="UCAR-Unidata"
-SLOT="0/7"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+dap examples hdf +hdf5 mpi static-libs szip test tools"
-
-RDEPEND="
- dap? ( net-misc/curl:0= )
- hdf? ( sci-libs/hdf:0= <=sci-libs/hdf5-1.8.12:0= )
- hdf5? ( <=sci-libs/hdf5-1.8.12:0=[mpi=,szip=,zlib] )"
-DEPEND="${RDEPEND}"
-# doc generation is missing many doxygen files in tar ball
-# doc? ( app-doc/doxygen[dot] )"
-
-REQUIRED_USE="test? ( tools ) szip? ( hdf5 ) mpi? ( hdf5 )"
-
-src_configure() {
- # --docdir="${EPREFIX}"/usr/share/doc/${PF}
- # $(use_enable doc doxygen)
- local myeconfargs=(
- --disable-examples
- --disable-dap-remote-tests
- $(use_enable dap)
- $(use_enable hdf hdf4)
- $(use_enable hdf5 netcdf-4)
- $(use_enable tools utilities)
- )
- if use mpi; then
- export CC=mpicc
- myeconfargs+=( --enable-parallel )
- use test && myeconfargs+=( --enable-parallel-tests )
- fi
- autotools-utils_src_configure
-}
-
-src_test() {
- autotools-utils_src_test -j1
-}
-
-src_install() {
- autotools-utils_src_install
- if use examples; then
- insinto /usr/share/doc/${PF}
- doins -r examples
- fi
-}