Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/hdf5/
Date: Sat, 25 Jun 2022 07:31:28
Message-Id: 1656142279.2a3fd2e98a3702dafbc0c0b7f1f8d7aa44fcbe70.tamiko@gentoo
1 commit: 2a3fd2e98a3702dafbc0c0b7f1f8d7aa44fcbe70
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 07:25:25 2022 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 07:31:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3fd2e9
7
8 sci-libs/hdf5: remove "perf" executable
9
10 Closes: https://bugs.gentoo.org/854180
11 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
12
13 sci-libs/hdf5/{hdf5-1.12.2-r3.ebuild => hdf5-1.12.2-r4.ebuild} | 5 +++++
14 1 file changed, 5 insertions(+)
15
16 diff --git a/sci-libs/hdf5/hdf5-1.12.2-r3.ebuild b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild
17 similarity index 92%
18 rename from sci-libs/hdf5/hdf5-1.12.2-r3.ebuild
19 rename to sci-libs/hdf5/hdf5-1.12.2-r4.ebuild
20 index 1a00c0b61e8b..dc668a1d721d 100644
21 --- a/sci-libs/hdf5/hdf5-1.12.2-r3.ebuild
22 +++ b/sci-libs/hdf5/hdf5-1.12.2-r4.ebuild
23 @@ -105,4 +105,9 @@ src_install() {
24
25 # No static archives
26 find "${ED}" -name '*.la' -delete || die
27 +
28 + # Remove "perf" executable due to file collisions with dev-util/perf.
29 + # Previously with the CMake build system we only installed h5perf, so
30 + # let's simply remove the file for now.
31 + rm "${ED}"/usr/bin/perf || die "rm failed"
32 }