public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf/
Date: Mon, 31 May 2021 09:20:17 +0000 (UTC)	[thread overview]
Message-ID: <1622452761.dd6f9b1f9a47804d36c8dce5aab67022f19e57ee.soap@gentoo> (raw)

commit:     dd6f9b1f9a47804d36c8dce5aab67022f19e57ee
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 09:19:21 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 31 09:19:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6f9b1f

sci-libs/hdf: drop deprecated ltprune eclass

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-libs/hdf/hdf-4.2.13-r1.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/sci-libs/hdf/hdf-4.2.13-r1.ebuild b/sci-libs/hdf/hdf-4.2.13-r1.ebuild
index 7937f8032bd..cf5dc153dc1 100644
--- a/sci-libs/hdf/hdf-4.2.13-r1.ebuild
+++ b/sci-libs/hdf/hdf-4.2.13-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
 
 FORTRAN_NEEDED=fortran
 
-inherit fortran-2 toolchain-funcs autotools flag-o-matic ltprune
+inherit fortran-2 toolchain-funcs autotools flag-o-matic
 
 MYP=${P/_p/-patch}
 
@@ -61,8 +61,13 @@ src_configure() {
 
 src_install() {
 	default
-	use static-libs || prune_libtool_files --all
+
+	if ! use static-libs; then
+		find "${ED}" -name '*.la' -delete || die
+	fi
+
 	dodoc release_notes/{RELEASE,HISTORY,bugs_fixed,misc_docs}.txt
+
 	cd "${ED}"usr
 	if use examples; then
 		mv  share/hdf4_examples share/doc/${PF}/examples || die
@@ -70,6 +75,7 @@ src_install() {
 	else
 		rm -r share/hdf4_examples || die
 	fi
+
 	mv bin/ncgen{,-hdf} || die
 	mv bin/ncdump{,-hdf} || die
 	mv share/man/man1/ncgen{,-hdf}.1 || die


             reply	other threads:[~2021-05-31  9:20 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31  9:20 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-08  5:24 [gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf/ Sam James
2024-04-08  5:24 Sam James
2022-08-19  3:46 Sam James
2021-12-10 19:27 Jakov Smolić
2021-12-09 21:24 Sam James
2021-12-08  8:46 Yixun Lan
2021-12-08  8:41 Yixun Lan
2021-12-08  5:29 Sam James
2021-12-08  5:16 Sam James
2021-12-08  4:45 Sam James
2021-12-08  4:20 Sam James
2021-12-08  4:19 Sam James
2021-11-09 21:49 Jakov Smolić
2021-10-29 12:32 Sam James
2021-08-14 23:15 Marek Szuba
2021-02-19 12:47 Sam James
2021-02-19 12:20 Sam James
2021-02-18 18:57 David Seifert
2020-06-27 20:45 Andreas K. Hüttel
2019-11-13 19:58 Aaron Bauman
2018-08-30 18:25 Sergei Trofimovich
2018-05-25 21:10 Mikle Kolyada
2018-05-07  0:24 Thomas Deutschmann
2018-05-06 21:47 Mikle Kolyada
2018-05-05 17:50 Sergei Trofimovich
2017-08-27 14:03 Sergei Trofimovich
2017-08-11 23:23 Sebastien Fabbro
2017-07-15 10:10 Sergei Trofimovich
2016-03-18 19:18 Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1622452761.dd6f9b1f9a47804d36c8dce5aab67022f19e57ee.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox