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/cpl/
Date: Mon, 31 May 2021 09:20:22
Message-Id: 1622452746.308924246d8cbd6d0eacc84eee3a4fa56b4343d0.soap@gentoo
1 commit: 308924246d8cbd6d0eacc84eee3a4fa56b4343d0
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:19:06 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:19:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30892424
7
8 sci-astronomy/cpl: 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/cpl/cpl-7.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-astronomy/cpl/cpl-7.0-r1.ebuild b/sci-astronomy/cpl/cpl-7.0-r1.ebuild
17 index 395d2d56f99..c93a0ca4831 100644
18 --- a/sci-astronomy/cpl/cpl-7.0-r1.ebuild
19 +++ b/sci-astronomy/cpl/cpl-7.0-r1.ebuild
20 @@ -5,7 +5,7 @@ EAPI=6
21
22 JAVA_PKG_OPT_USE=gasgano
23
24 -inherit autotools java-pkg-opt-2 ltprune
25 +inherit autotools java-pkg-opt-2
26
27 DESCRIPTION="ESO common pipeline library for astronomical data reduction"
28 HOMEPAGE="http://www.eso.org/sci/software/cpl/"
29 @@ -72,6 +72,6 @@ src_compile() {
30
31 src_install() {
32 default
33 - prune_libtool_files --all
34 + find "${ED}" -name '*.la' -delete || die
35 use doc && emake install-html
36 }