sci-geosciences/congen: treeclean

Closes: https://bugs.gentoo.org/895206
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2023-05-18 22:23:53 +02:00
parent 7ac2ba2a43
commit 680d32fcb4
4 changed files with 0 additions and 40 deletions

View File

@@ -243,11 +243,6 @@ dev-java/resin-servlet-api
# Bug #899218, bug #899218, bug #796599, bug #672326, bug #788844.
net-p2p/litecoind
# Sam James <sam@gentoo.org> (2023-04-18)
# Fails to compile with GCC 13, no upstream activity.
# Removal on 2023-05-18. Bug #895206.
sci-geosciences/congen
# Sam James <sam@gentoo.org> (2023-04-16)
# SEEK_HOLE issues causing corruption with (sparse?) copies again.
# See https://github.com/openzfs/zfs/issues/14753.

View File

@@ -1 +0,0 @@
DIST congen-1.7.tar.xz 263496 BLAKE2B 0b17d2ef917d088ec179d18dfea7ebec52293f77fdf3e650bdf06a243a739d31db35145d78bff187c9509dfd020c4297cb88b18d5b982edebc064b5790a70a7c SHA512 a98311e410e928a0072c0fd8724f2f67b256e3e2116070cc538c22ac6cc203d9a9b7a7584a32c862ae51f9c06fab5abdfc6cddfcd10d6b18f1bd05d09fdc5dc8

View File

@@ -1,29 +0,0 @@
# 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="https://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
}

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
</pkgmetadata>