sci-misc/nco: Remove old

Package-Manager: portage-2.2.20.1
This commit is contained in:
James Le Cuirot
2015-10-14 15:47:40 +01:00
parent f90aa9b957
commit bdd1e0e47b
3 changed files with 0 additions and 102 deletions

View File

@@ -1,3 +1,2 @@
DIST nco-3.9.9.tar.gz 4109201 SHA256 cdfd7cf47aef49b32e4e581bc7d2d6cdd05312ed88a2a0cfaf83c520e665b142 SHA512 883d77413aed29982df3be531c458bbbc8c46201783593a71745b993287356aec4c664a080f05da1f2d550d32d2553d55eff7372807d20b4e6dba7bdff282400 WHIRLPOOL 7bf120f96522808dcb3e9a08d6da419a82519f8d4cefcefc98752c6368eaddb832cd21e84e67a6e0caf98adfb5d652bf2b8566cb54d5f403da294550da459200
DIST nco-4.4.2.tar.gz 7801937 SHA256 6b2f48ac4618ba50306885a6358925956c2b178dee6348ada3195a3fc2a425d8 SHA512 b624174bdb4d10b6f4e05024c0e4f06f642ebeb9bdb291e7dbf07b858522cdb7f2385d63ba70cab36aef40fc42d6d229a1c3bfacd85747f516cbbd45748ae185 WHIRLPOOL ca5d974ac10a0211d5cb4d0daab1501d7e13429530ef480c070af2f70e46630a3b49213b1370b17be0f829b9d73a437a3d44d4bc750b0c54f55a56402b3e7ec7
DIST nco-4.5.1.tar.gz 4406757 SHA256 c9a34b1f649635093e219604479b0aa4fd2d400aaee4328577443642ed2920ae SHA512 69c19cc9502272adada329dae669fc1c263a360789963253315e81ce1534647b9172b39a0fd3c0f0f453bf903c8a8a4b0e3f0eb778390e43b64eede3a0478485 WHIRLPOOL 868fc67f0bb5c43f8b00a1479de428d0b2e9bdfed75ed4983baf05dee266d6750e43ead70a1bef16d693f2f47bc343c16a1fdd0cf77cabb36595fd8043a7844d

View File

@@ -1,51 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils eutils flag-o-matic
DESCRIPTION="Command line utilities for operating on netCDF files"
HOMEPAGE="http://nco.sourceforge.net/"
SRC_URI="http://nco.sf.net/src/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="dap doc gsl ncap2 static-libs test udunits"
RDEPEND="
>=sci-libs/netcdf-4:=[dap=,tools]
gsl? ( sci-libs/gsl:= )
udunits? ( >=sci-libs/udunits-2 )"
DEPEND="${RDEPEND}
ncap2? ( dev-java/antlr:0 )
test? ( >=sci-libs/netcdf-4[tools] )"
src_configure() {
local myeconfargs=(
--disable-udunits
$(use_enable dap dap-netcdf)
$(use_enable gsl)
$(use_enable ncap2)
$(use_enable udunits udunits2)
)
if has_version '>=sci-libs/netcdf-4[hdf5]'; then
myeconfargs+=( --enable-netcdf4 )
append-cppflags -DHAVE_NETCDF4_H
else
myeconfargs+=( --disable-netcdf4 )
fi
autotools-utils_src_configure
}
src_install() {
autotools-utils_src_install
cd doc
doinfo *.info*
use doc && dohtml nco.html && dodoc nco.pdf
}

View File

@@ -1,50 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils eutils flag-o-matic
DESCRIPTION="Command line utilities for operating on netCDF files"
HOMEPAGE="http://nco.sourceforge.net/"
SRC_URI="http://nco.sf.net/src/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="dap doc gsl ncap2 openmp static-libs test udunits"
RDEPEND="
>=sci-libs/netcdf-4:=[dap=,tools]
gsl? ( sci-libs/gsl:= )
udunits? ( >=sci-libs/udunits-2 )"
DEPEND="${RDEPEND}
ncap2? ( dev-java/antlr:0 )
test? ( >=sci-libs/netcdf-4[tools] )"
src_configure() {
local myeconfargs=(
--disable-udunits
$(use_enable dap dap-netcdf)
$(use_enable gsl)
$(use_enable ncap2)
$(use_enable openmp)
$(use_enable udunits udunits2)
)
if has_version '>=sci-libs/netcdf-4[hdf5]'; then
myeconfargs+=( --enable-netcdf4 )
append-cppflags -DHAVE_NETCDF4_H
else
myeconfargs+=( --disable-netcdf4 )
fi
autotools-utils_src_configure
}
src_install() {
use doc && DOCS=( doc/nco.pdf ) && HTML_DOCS=( doc/nco.html )
autotools-utils_src_install
doinfo doc/*.info*
}