From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 581F1158041 for ; Fri, 15 Mar 2024 01:48:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3131BE29E1; Fri, 15 Mar 2024 01:48:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1473DE29E1 for ; Fri, 15 Mar 2024 01:48:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D96833BE00 for ; Fri, 15 Mar 2024 01:48:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54EBDB3F for ; Fri, 15 Mar 2024 01:48:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1710466597.fa871c9fd0a3141e362e986e8dbf4e35135e1868.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gmsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gmsh/gmsh-4.10.3-r1.ebuild sci-libs/gmsh/gmsh-4.11.1-r1.ebuild sci-libs/gmsh/gmsh-4.9.5-r3.ebuild X-VCS-Directories: sci-libs/gmsh/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fa871c9fd0a3141e362e986e8dbf4e35135e1868 X-VCS-Branch: master Date: Fri, 15 Mar 2024 01:48:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 29502993-fc39-4720-8854-7ae6eb098955 X-Archives-Hash: d9e03b3526b49163d652a8221905307d commit: fa871c9fd0a3141e362e986e8dbf4e35135e1868 Author: Sam James gentoo org> AuthorDate: Fri Mar 15 01:36:37 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 15 01:36:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa871c9f sci-libs/gmsh: update HOMEPAGE (add self-hosted gitlab) Signed-off-by: Sam James gentoo.org> sci-libs/gmsh/gmsh-4.10.3-r1.ebuild | 4 ++-- sci-libs/gmsh/gmsh-4.11.1-r1.ebuild | 4 ++-- 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"