Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/congen/
Date: Mon, 31 May 2021 09:20:23
Message-Id: 1622452758.76336f86c7c0d669af4b575edc2825af6cad9690.soap@gentoo
1 commit: 76336f86c7c0d669af4b575edc2825af6cad9690
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:19:18 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:19:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76336f86
7
8 sci-geosciences/congen: drop deprecated ltprune eclass
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-geosciences/congen/congen-1.6.2-r1.ebuild | 7 ++++---
14 1 file changed, 4 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-geosciences/congen/congen-1.6.2-r1.ebuild b/sci-geosciences/congen/congen-1.6.2-r1.ebuild
17 index 9bbfd8b6ee3..400b0fd64e9 100644
18 --- a/sci-geosciences/congen/congen-1.6.2-r1.ebuild
19 +++ b/sci-geosciences/congen/congen-1.6.2-r1.ebuild
20 @@ -3,8 +3,6 @@
21
22 EAPI=6
23
24 -inherit ltprune
25 -
26 MY_P=${P/_p/-r}
27 DESCRIPTION="Calculate speeds, equilibrium arguments, node factors of tidal constituents"
28 HOMEPAGE="http://www.flaterco.com/xtide/files.html"
29 @@ -29,5 +27,8 @@ src_configure() {
30
31 src_install() {
32 default
33 - use static-libs || prune_libtool_files
34 +
35 + if ! use static-libs; then
36 + find "${ED}" -name '*.la' -delete || die
37 + fi
38 }