From cf5d856691cbc347f5816a181e5bf767792afa55 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Mar 2023 12:21:13 +0000 Subject: gentoo auto-resync : 15:03:2023 - 12:21:13 --- sci-misc/nco/Manifest | 4 +-- sci-misc/nco/nco-4.5.1-r2.ebuild | 55 ------------------------------------ sci-misc/nco/nco-4.5.1-r3.ebuild | 55 ++++++++++++++++++++++++++++++++++++ sci-misc/nco/nco-5.1.3-r1.ebuild | 61 ++++++++++++++++++++++++++++++++++++++++ sci-misc/nco/nco-5.1.3.ebuild | 61 ---------------------------------------- 5 files changed, 118 insertions(+), 118 deletions(-) delete mode 100644 sci-misc/nco/nco-4.5.1-r2.ebuild create mode 100644 sci-misc/nco/nco-4.5.1-r3.ebuild create mode 100644 sci-misc/nco/nco-5.1.3-r1.ebuild delete mode 100644 sci-misc/nco/nco-5.1.3.ebuild (limited to 'sci-misc/nco') diff --git a/sci-misc/nco/Manifest b/sci-misc/nco/Manifest index 781683aea3a5..26810489a1d9 100644 --- a/sci-misc/nco/Manifest +++ b/sci-misc/nco/Manifest @@ -1,5 +1,5 @@ DIST nco-4.5.1.tar.gz 4406757 BLAKE2B f2e203f1c38f5575fe4affb9122c91c61db8a2c2604cbcf9cd1eec6330e4771b8ff4325fcc19cfa292508e9b7a3107ae20e6230397f1269441e4efb883f8e4e9 SHA512 69c19cc9502272adada329dae669fc1c263a360789963253315e81ce1534647b9172b39a0fd3c0f0f453bf903c8a8a4b0e3f0eb778390e43b64eede3a0478485 DIST nco-5.1.3.tar.gz 6438534 BLAKE2B 6296d881b0e0b62e18daa40db71ccca79b4cca9fa8f046a0664f53b690d8f85175676900d792a4691090662ed80ce5c4e32e4236c69c6057d292800bd9987f36 SHA512 c4819a0b3a1c431419df73250e6648e5afc55439d260d166fb4e13ca3f4ae34bdc728b921922e075c86f6bf5dbede1565741616b2b9a32bcdcfbe85617a7f8ec -EBUILD nco-4.5.1-r2.ebuild 1247 BLAKE2B 0377f91eadf9b9e44f1bf4f7954e6687ffa325f99758c6f27f8a3be2d8d756707faf06692c9fc8f9391268a4b22e208b54ab7ca8824f55b4dbccce4cfcd88e4c SHA512 23d5ba5dd652afd9c7ab401bf85688aeffa73d12b51c491df37a687dea86c0e4372e6f260855174f309541cfc8205114aa40c33c1043569dd1b20f0c04f3035a -EBUILD nco-5.1.3.ebuild 1335 BLAKE2B 120112a652c070955fd0a5918f6014a3f71915ef9de146b1632f92ac7c87011eb352b172c49f841158ae669b458ef404438f273b0c2727e1b0ff3485d6038fda SHA512 4bba634a56ce3cb09b72595d83b66ab0ee45f824653443d35278bbebcfd0c1ae33d77633ae1b129140d799507da2e00087e73f335e22ddfa2b102e1fb9f9084f +EBUILD nco-4.5.1-r3.ebuild 1253 BLAKE2B 739f9fe57b70235a9a6cd2182d9d71b90f6c760f16211e333ed9fe0cd182ac25a7048e59dc1e237cea783d5b94fb66f057dab5507f30267c31d6640f1c8faabd SHA512 01f7fe1ccf2a7cf0f782658fa6c27ee6f0fb7dce364218cebb41b65e67921d7c80a93d01bbcb635ed2a7a196275f5348443e5688d385879f3d1a4abcf3de7b15 +EBUILD nco-5.1.3-r1.ebuild 1341 BLAKE2B 60684ff22fff9820a134369fa638cdd940ec04a05b799f0f59c7967a74e7c7d06f840db5adc74c93361e31894030d76fa2b849dc5ad2291772ef2df8c774db75 SHA512 d346349d7a09027401591fdb3f3114b6762d2219ed80d6f947895c5bcf724225a018748afc419509d16a5d5c956b4e76ec105f0c21b0e4ad7502317b0e3de0c4 MISC metadata.xml 1145 BLAKE2B 4f9165405e77c57feb8de2b4f128d75238039455c55f6290ff6232c7988f5bfd3fa3d420ac37645e893d7b3d47a065513eed454e84ebb007a01e4778e2f88921 SHA512 003ac5b9bddcb83a5adf70e4f1779276aeef6be1a6a1208114547924049fa43df8a71cef4e46f63f87cd2dd0fe3de8a1885457bdc71f5fcc7755a5c1a63afe31 diff --git a/sci-misc/nco/nco-4.5.1-r2.ebuild b/sci-misc/nco/nco-4.5.1-r2.ebuild deleted file mode 100644 index f4733a08d8d3..000000000000 --- a/sci-misc/nco/nco-4.5.1-r2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic toolchain-funcs - -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 x86 ~amd64-linux ~x86-linux" -IUSE="dap gsl hdf5 ncap2 openmp static-libs test udunits" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=sci-libs/netcdf-4:=[dap=,hdf5?,tools] - gsl? ( sci-libs/gsl:= ) - ncap2? ( dev-cpp/antlr-cpp:2= ) - udunits? ( >=sci-libs/udunits-2 )" -DEPEND="${RDEPEND} - test? ( >=sci-libs/netcdf-4[tools] )" - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_configure() { - use hdf5 && append-cppflags -DHAVE_NETCDF4_H - - econf \ - --disable-udunits \ - $(use_enable dap) \ - $(use_enable gsl) \ - $(use_enable hdf5 netcdf4) \ - $(use_enable ncap2) \ - $(use_enable openmp) \ - $(use_enable static-libs static) \ - $(use_enable udunits udunits2) -} - -src_install() { - default - doinfo doc/*.info* - - if ! use static-libs; then - find "${D}" -name '*.la' -delete || die - fi -} diff --git a/sci-misc/nco/nco-4.5.1-r3.ebuild b/sci-misc/nco/nco-4.5.1-r3.ebuild new file mode 100644 index 000000000000..c43eb9c88c09 --- /dev/null +++ b/sci-misc/nco/nco-4.5.1-r3.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit flag-o-matic toolchain-funcs + +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 x86 ~amd64-linux ~x86-linux" +IUSE="dap gsl hdf5 ncap2 openmp static-libs test udunits" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=sci-libs/netcdf-4:=[dap=,hdf5?,tools(+)] + gsl? ( sci-libs/gsl:= ) + ncap2? ( dev-cpp/antlr-cpp:2= ) + udunits? ( >=sci-libs/udunits-2 )" +DEPEND="${RDEPEND} + test? ( >=sci-libs/netcdf-4[tools(+)] )" + +pkg_pretend() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp +} + +pkg_setup() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp +} + +src_configure() { + use hdf5 && append-cppflags -DHAVE_NETCDF4_H + + econf \ + --disable-udunits \ + $(use_enable dap) \ + $(use_enable gsl) \ + $(use_enable hdf5 netcdf4) \ + $(use_enable ncap2) \ + $(use_enable openmp) \ + $(use_enable static-libs static) \ + $(use_enable udunits udunits2) +} + +src_install() { + default + doinfo doc/*.info* + + if ! use static-libs; then + find "${D}" -name '*.la' -delete || die + fi +} diff --git a/sci-misc/nco/nco-5.1.3-r1.ebuild b/sci-misc/nco/nco-5.1.3-r1.ebuild new file mode 100644 index 000000000000..db1cf5ca67af --- /dev/null +++ b/sci-misc/nco/nco-5.1.3-r1.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +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 x86 ~amd64-linux ~x86-linux" +IUSE="dap gsl hdf5 ncap2 openmp test udunits" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=sci-libs/netcdf-4:=[dap=,hdf5?,tools(+)] + gsl? ( sci-libs/gsl:= ) + ncap2? ( dev-cpp/antlr-cpp:2= ) + udunits? ( >=sci-libs/udunits-2 )" +DEPEND="${RDEPEND} + test? ( >=sci-libs/netcdf-4[tools(+)] )" +BDEPEND="sys-apps/texinfo" + +pkg_pretend() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp +} + +pkg_setup() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp +} + +src_configure() { + econf \ + --disable-udunits \ + --disable-gpu \ + --enable-doc \ + $(use_enable dap) \ + $(use_enable gsl) \ + $(use_enable hdf5 netcdf4) \ + $(use_enable hdf5 netcdf-4) \ + $(use_enable ncap2) \ + $(use_enable ncap2 ncoxx) \ + $(use_enable openmp) \ + $(use_enable udunits udunits2) +} + +src_test() { + emake test + # testsuite doesn't run through automake + rm src/nco/test-suite.log || die +} + +src_install() { + default + dodoc doc/ChangeLog + + find "${ED}" -name '*.la' -delete || die +} diff --git a/sci-misc/nco/nco-5.1.3.ebuild b/sci-misc/nco/nco-5.1.3.ebuild deleted file mode 100644 index 4afb64138161..000000000000 --- a/sci-misc/nco/nco-5.1.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit toolchain-funcs - -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 x86 ~amd64-linux ~x86-linux" -IUSE="dap gsl hdf5 ncap2 openmp test udunits" -RESTRICT="!test? ( test )" - -RDEPEND=" - >=sci-libs/netcdf-4:=[dap=,hdf5?,tools] - gsl? ( sci-libs/gsl:= ) - ncap2? ( dev-cpp/antlr-cpp:2= ) - udunits? ( >=sci-libs/udunits-2 )" -DEPEND="${RDEPEND} - test? ( >=sci-libs/netcdf-4[tools] )" -BDEPEND="sys-apps/texinfo" - -pkg_pretend() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -pkg_setup() { - [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp -} - -src_configure() { - econf \ - --disable-udunits \ - --disable-gpu \ - --enable-doc \ - $(use_enable dap) \ - $(use_enable gsl) \ - $(use_enable hdf5 netcdf4) \ - $(use_enable hdf5 netcdf-4) \ - $(use_enable ncap2) \ - $(use_enable ncap2 ncoxx) \ - $(use_enable openmp) \ - $(use_enable udunits udunits2) -} - -src_test() { - emake test - # testsuite doesn't run through automake - rm src/nco/test-suite.log || die -} - -src_install() { - default - dodoc doc/ChangeLog - - find "${ED}" -name '*.la' -delete || die -} -- cgit v1.2.3