diff options
author | 2024-04-07 19:26:51 -0400 | |
---|---|---|
committer | 2024-04-08 00:33:46 +0100 | |
commit | 621646911cbafa861f8672f8facaf2c441c792a2 (patch) | |
tree | 031a5982a837976a6fa1f48caac31dd1b7448e28 | |
parent | media-libs/kvazaar: don't manually enable -Werror (diff) | |
download | gentoo-621646911cbafa861f8672f8facaf2c441c792a2.tar.gz gentoo-621646911cbafa861f8672f8facaf2c441c792a2.tar.bz2 gentoo-621646911cbafa861f8672f8facaf2c441c792a2.zip |
sci-libs/h5part: update HOMEPAGE
The upstream website is dead. There is a gitlab that seems to contain a
2.0.0 version totally unrelated to the current codebase, but only
release candidates of it.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sci-libs/h5part/h5part-1.6.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/h5part/h5part-1.6.6.ebuild b/sci-libs/h5part/h5part-1.6.6.ebuild index abf619f99793..0c273f327813 100644 --- a/sci-libs/h5part/h5part-1.6.6.ebuild +++ b/sci-libs/h5part/h5part-1.6.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 MY_P="${P^^[hp]}" DESCRIPTION="Portable High Performance Parallel Data Interface to HDF5" -HOMEPAGE="http://vis.lbl.gov/Research/H5Part/" +HOMEPAGE="https://vis.lbl.gov/archive/Research/H5Part/" SRC_URI="https://codeforge.lbl.gov/frs/download.php/latestfile/18/${MY_P}.tar.gz" LICENSE="BSD" |