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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31F061382C5 for ; Mon, 31 May 2021 09:20:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62146E0870; Mon, 31 May 2021 09:20:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4855EE0871 for ; Mon, 31 May 2021 09:20:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98971335D0D for ; Mon, 31 May 2021 09:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D93E7A4 for ; Mon, 31 May 2021 09:20:16 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622452746.308924246d8cbd6d0eacc84eee3a4fa56b4343d0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/cpl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/cpl/cpl-7.0-r1.ebuild X-VCS-Directories: sci-astronomy/cpl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 308924246d8cbd6d0eacc84eee3a4fa56b4343d0 X-VCS-Branch: master Date: Mon, 31 May 2021 09:20:16 +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: 2b0f9e66-6c95-413a-b6bb-e1e9ab408a06 X-Archives-Hash: 7c66605eb10468557e3b3f4c04691441 commit: 308924246d8cbd6d0eacc84eee3a4fa56b4343d0 Author: Conrad Kostecki gentoo org> AuthorDate: Mon May 31 09:19:06 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon May 31 09:19:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30892424 sci-astronomy/cpl: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki gentoo.org> Signed-off-by: David Seifert gentoo.org> sci-astronomy/cpl/cpl-7.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-astronomy/cpl/cpl-7.0-r1.ebuild b/sci-astronomy/cpl/cpl-7.0-r1.ebuild index 395d2d56f99..c93a0ca4831 100644 --- a/sci-astronomy/cpl/cpl-7.0-r1.ebuild +++ b/sci-astronomy/cpl/cpl-7.0-r1.ebuild @@ -5,7 +5,7 @@ EAPI=6 JAVA_PKG_OPT_USE=gasgano -inherit autotools java-pkg-opt-2 ltprune +inherit autotools java-pkg-opt-2 DESCRIPTION="ESO common pipeline library for astronomical data reduction" HOMEPAGE="http://www.eso.org/sci/software/cpl/" @@ -72,6 +72,6 @@ src_compile() { src_install() { default - prune_libtool_files --all + find "${ED}" -name '*.la' -delete || die use doc && emake install-html }