From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA3CF1382C5 for ; Sat, 13 Mar 2021 18:54:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA396E07D7; Sat, 13 Mar 2021 18:54:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD269E07D7 for ; Sat, 13 Mar 2021 18:54:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3487335DEF for ; Sat, 13 Mar 2021 18:54:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65AF4579 for ; Sat, 13 Mar 2021 18:54:00 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1615661617.631465b06154d1ba9e66335d2f8f8b0302d2afe4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf-cxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/netcdf-cxx/Manifest sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild X-VCS-Directories: sci-libs/netcdf-cxx/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 631465b06154d1ba9e66335d2f8f8b0302d2afe4 X-VCS-Branch: master Date: Sat, 13 Mar 2021 18:54:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8932bd3b-c324-47e2-b668-d6b1a3d73827 X-Archives-Hash: c09f45d03846fe41b0f8ea3e277d841a commit: 631465b06154d1ba9e66335d2f8f8b0302d2afe4 Author: David Seifert gentoo org> AuthorDate: Sat Mar 13 18:53:37 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Mar 13 18:53:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=631465b0 Reverts: efc78ff95f89db0e7c2400c72a4d819976c3df0d * Still needed by sci-libs/vtk Signed-off-by: David Seifert gentoo.org> sci-libs/netcdf-cxx/Manifest | 1 + sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/sci-libs/netcdf-cxx/Manifest b/sci-libs/netcdf-cxx/Manifest index c8a52bc165d..47c6186db67 100644 --- a/sci-libs/netcdf-cxx/Manifest +++ b/sci-libs/netcdf-cxx/Manifest @@ -1,2 +1,3 @@ +DIST netcdf-cxx-4.2.tar.gz 703482 BLAKE2B a6727b7305204d2b53e6ee951c8165b03cd07f14e5d59a306445481272d0e10eb077e4bc62a2586c57652cb8273b9098ed77836f9023817d8a9e6ef51ac2cfe8 SHA512 347ddbc518ac2186868d69417342e5146e285fc3a88f7c55edc33063f5c9a6647af7e512a03b9b6a8f67a448b85a1edcdde5df707b893f6a1527821cfd78e643 DIST netcdf-cxx-4.3.0.tar.gz 985897 BLAKE2B 89cfd85764ff8fc730c7cb4187df21a4245cd932bcf86df4edf36eb7ae636906eaafc25cfcbb3dd58bc1d346edacd7f80daa3be9a544d5d777d32ad115cfd00f SHA512 8e77333c979513721209e6b3fde31c298e18a45d7ea08123056e8120469eb8c4024d71289fab2b9182ee19ee7b6ad22bd133525bef048a497ede4aa2e9017465 DIST netcdf-cxx-4.3.1.tar.gz 607679 BLAKE2B 68677ba72e66d351bf6d33a2584a3a1edd9da98b41ed66e3f51f8d3d358bfd84bad3e2e06403edf76d26b2c76807ae40859995d8817725e531a27680d04f2501 SHA512 404711eb80d5e78968c0f6cbdcb08855a2778d7fd94e7ee94bdc9d1cd72848ac3327613c6437a7634349f26bc463b950092a2999abb34ddab0a47ad185547d22 diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild new file mode 100644 index 00000000000..a15d37a2a1d --- /dev/null +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2-r300.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit autotools-utils versionator + +DESCRIPTION="C++ library for netCDF" +HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/" +SRC_URI="https://www.unidata.ucar.edu/downloads/netcdf/ftp/${P}.tar.gz" + +LICENSE="UCAR-Unidata" +SLOT="3" +KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" +IUSE="examples static-libs" + +RDEPEND=">=sci-libs/netcdf-4.2:0=" +DEPEND="${RDEPEND}" + +src_install() { + autotools-utils_src_install + if use examples; then + insinto /usr/share/doc/${PF} + doins -r examples + fi +}