diff options
author | Sam James <sam@gentoo.org> | 2024-03-15 01:36:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-15 01:36:37 +0000 |
commit | fa871c9fd0a3141e362e986e8dbf4e35135e1868 (patch) | |
tree | 2d7886bbefd8f9ff50f3a5eabcc470a48427e356 /sci-libs/gmsh | |
parent | sci-electronics/fasthenry: update filter-lto comment (diff) | |
download | gentoo-fa871c9fd0a3141e362e986e8dbf4e35135e1868.tar.gz gentoo-fa871c9fd0a3141e362e986e8dbf4e35135e1868.tar.bz2 gentoo-fa871c9fd0a3141e362e986e8dbf4e35135e1868.zip |
sci-libs/gmsh: update HOMEPAGE (add self-hosted gitlab)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/gmsh')
-rw-r--r-- | sci-libs/gmsh/gmsh-4.10.3-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/gmsh/gmsh-4.11.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/gmsh/gmsh-4.9.5-r3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/gmsh/gmsh-4.10.3-r1.ebuild b/sci-libs/gmsh/gmsh-4.10.3-r1.ebuild index 3e5432701c03..83ebb5ce37b9 100644 --- a/sci-libs/gmsh/gmsh-4.10.3-r1.ebuild +++ b/sci-libs/gmsh/gmsh-4.10.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit cmake fortran-2 python-any-r1 toolchain-funcs DESCRIPTION="Three-dimensional finite element mesh generator" -HOMEPAGE="https://gmsh.info" +HOMEPAGE="https://gmsh.info https://gitlab.onelab.info/gmsh/gmsh" SRC_URI="https://gmsh.info/src/${P}-source.tgz" S="${WORKDIR}/${P}-source" diff --git a/sci-libs/gmsh/gmsh-4.11.1-r1.ebuild b/sci-libs/gmsh/gmsh-4.11.1-r1.ebuild index ee7ff513289d..0cb64ad8928e 100644 --- a/sci-libs/gmsh/gmsh-4.11.1-r1.ebuild +++ b/sci-libs/gmsh/gmsh-4.11.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..11} ) inherit cmake desktop fortran-2 python-any-r1 toolchain-funcs xdg-utils DESCRIPTION="Three-dimensional finite element mesh generator" -HOMEPAGE="https://gmsh.info" +HOMEPAGE="https://gmsh.info https://gitlab.onelab.info/gmsh/gmsh" SRC_URI="https://gmsh.info/src/${P}-source.tgz" S="${WORKDIR}/${P}-source" diff --git a/sci-libs/gmsh/gmsh-4.9.5-r3.ebuild b/sci-libs/gmsh/gmsh-4.9.5-r3.ebuild index 9f6486414bc6..1b6a01dc2b79 100644 --- a/sci-libs/gmsh/gmsh-4.9.5-r3.ebuild +++ b/sci-libs/gmsh/gmsh-4.9.5-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{9..10} ) inherit cmake fortran-2 python-any-r1 toolchain-funcs DESCRIPTION="Three-dimensional finite element mesh generator" -HOMEPAGE="https://gmsh.info/" +HOMEPAGE="https://gmsh.info/ https://gitlab.onelab.info/gmsh/gmsh" SRC_URI="https://gmsh.info/src/${P}-source.tgz" S="${WORKDIR}/${P}-source" |