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-astronomy/aatm/
Date: Mon, 31 May 2021 09:20:21
Message-Id: 1622452743.c5880c6967c94be368390d451521666b2eaae24a.soap@gentoo
1 commit: c5880c6967c94be368390d451521666b2eaae24a
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:19:03 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:19:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5880c69
7
8 sci-astronomy/aatm: 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-astronomy/aatm/aatm-0.6.ebuild | 8 +++++---
14 1 file changed, 5 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-astronomy/aatm/aatm-0.6.ebuild b/sci-astronomy/aatm/aatm-0.6.ebuild
17 index 4d88214c797..7c9effae287 100644
18 --- a/sci-astronomy/aatm/aatm-0.6.ebuild
19 +++ b/sci-astronomy/aatm/aatm-0.6.ebuild
20 @@ -3,8 +3,6 @@
21
22 EAPI=6
23
24 -inherit ltprune
25 -
26 DESCRIPTION="Atmospheric Modelling for ALMA Observatory"
27 HOMEPAGE="https://svn.cv.nrao.edu/view/aatm/devel/casa/"
28 # tar ball is made from the HOMEPAGE and running ./configure && make dist
29 @@ -31,7 +29,11 @@ src_compile() {
30
31 src_install() {
32 default
33 - use static-libs || prune_libtool_files --all
34 +
35 + if ! use static-libs; then
36 + find "${ED}" -name '*.la' -delete || die
37 + fi
38 +
39 if use doc; then
40 insinto /usr/share/doc/${PF}
41 doins -r developer/html