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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C933158090 for ; Mon, 9 May 2022 19:25:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA5DDE07DB; Mon, 9 May 2022 19:25:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 643BBE07DB for ; Mon, 9 May 2022 19:25:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4BA72341516 for ; Mon, 9 May 2022 19:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B6FCD3 for ; Mon, 9 May 2022 19:25:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652124258.e80a8b26f86d40e20fe0b662271ee369cf9e9df2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/congen/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/congen/Manifest sci-geosciences/congen/congen-1.7.ebuild X-VCS-Directories: sci-geosciences/congen/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e80a8b26f86d40e20fe0b662271ee369cf9e9df2 X-VCS-Branch: master Date: Mon, 9 May 2022 19:25:40 +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: 42f1edcc-2a2b-443a-8a87-8b091fd8fb53 X-Archives-Hash: a7b4c718f58cd28cf837db649f9c5e52 commit: e80a8b26f86d40e20fe0b662271ee369cf9e9df2 Author: orbea riseup net> AuthorDate: Sun May 8 16:58:20 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 9 19:24:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e80a8b26 sci-geosciences/congen: Updated for version 1.7 Bug: https://bugs.gentoo.org/789615 Signed-off-by: orbea riseup.net> Closes: https://github.com/gentoo/gentoo/pull/25389 Signed-off-by: Sam James gentoo.org> sci-geosciences/congen/Manifest | 1 + sci-geosciences/congen/congen-1.7.ebuild | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/sci-geosciences/congen/Manifest b/sci-geosciences/congen/Manifest index 25ee3be52114..4be917eebc53 100644 --- a/sci-geosciences/congen/Manifest +++ b/sci-geosciences/congen/Manifest @@ -1 +1,2 @@ DIST congen-1.6.2.tar.bz2 293130 BLAKE2B 3879e5e04fe260fc65b1852a6ece347b7ea0dc7c846ca788f448c4b0af4ce7af1efe8e398727da243a76b1bd5a52632f308ec626ac708141a163159fb2065164 SHA512 21cabdf0fba8cfa8e72068db44e6db0288ce932f81f526f04421272550244de9c617dc12d2c162186cbb9f70d9a44aca48b6f132317fc2fa3c47860d2f58bad6 +DIST congen-1.7.tar.xz 263496 BLAKE2B 0b17d2ef917d088ec179d18dfea7ebec52293f77fdf3e650bdf06a243a739d31db35145d78bff187c9509dfd020c4297cb88b18d5b982edebc064b5790a70a7c SHA512 a98311e410e928a0072c0fd8724f2f67b256e3e2116070cc538c22ac6cc203d9a9b7a7584a32c862ae51f9c06fab5abdfc6cddfcd10d6b18f1bd05d09fdc5dc8 diff --git a/sci-geosciences/congen/congen-1.7.ebuild b/sci-geosciences/congen/congen-1.7.ebuild new file mode 100644 index 000000000000..2059b79c6641 --- /dev/null +++ b/sci-geosciences/congen/congen-1.7.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Calculate speeds, equilibrium arguments, node factors of tidal constituents" +HOMEPAGE="http://www.flaterco.com/xtide/files.html" +SRC_URI="https://flaterco.com/files/xtide/${P}-r2.tar.xz -> ${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs" + +DEPEND=">=sci-geosciences/libtcd-2.2.3" +RDEPEND="${DEPEND}" + +src_configure() { + econf \ + $(use_enable static-libs static) +} + +src_install() { + default + + if ! use static-libs; then + find "${ED}" -name '*.la' -delete || die + fi +}