From ed891d3398c5cea28d967231f1216e31d7419fb2 Mon Sep 17 00:00:00 2001 From: Benda Xu Date: Thu, 18 Aug 2022 12:19:39 +0800 Subject: sci-libs/HDF5Plugin-Zstandard: depend on >=1.12.2-r5. 1.12.2-r3 and r4 lost the standard Gentoo plugin directory of hdf5. r5 re-enables it. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Benda Xu --- .../HDF5Plugin-Zstandard-0_pre20201121-r1.ebuild | 27 ++++++++++++++++++++++ .../HDF5Plugin-Zstandard-0_pre20201121.ebuild | 27 ---------------------- 2 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121-r1.ebuild delete mode 100644 sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild (limited to 'sci-libs') diff --git a/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121-r1.ebuild b/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121-r1.ebuild new file mode 100644 index 000000000..d1257f0ee --- /dev/null +++ b/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2020-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="ZSTD plugin for hdf5" +HOMEPAGE="https://github.com/aparamon/HDF5Plugin-Zstandard" +COMMIT="d5afdb5f04116d5c2d1a869dc9c7c0c72832b143" +SRC_URI="https://github.com/aparamon/HDF5Plugin-Zstandard/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="app-arch/zstd >=sci-libs/hdf5-1.12.2-r5" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${PN}-${COMMIT} + +src_configure() { + local mycmakeargs=( + -DPLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/hdf5/plugin" + ) + cmake_src_configure +} diff --git a/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild b/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild deleted file mode 100644 index a74996b46..000000000 --- a/sci-libs/HDF5Plugin-Zstandard/HDF5Plugin-Zstandard-0_pre20201121.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -DESCRIPTION="ZSTD plugin for hdf5" -HOMEPAGE="https://github.com/aparamon/HDF5Plugin-Zstandard" -COMMIT="d5afdb5f04116d5c2d1a869dc9c7c0c72832b143" -SRC_URI="https://github.com/aparamon/HDF5Plugin-Zstandard/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND="app-arch/zstd >=sci-libs/hdf5-1.12.2-r2" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN}-${COMMIT} - -src_configure() { - local mycmakeargs=( - -DPLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/hdf5/plugin" - ) - cmake_src_configure -} -- cgit v1.2.3-65-gdbad