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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C496015812D for ; Tue, 31 Dec 2024 16:54:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70EDDE07C9; Tue, 31 Dec 2024 16:54:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 1ECCFE077A for ; Tue, 31 Dec 2024 16:54:02 +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 153BE335DCD for ; Tue, 31 Dec 2024 16:54:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F3CD10E9 for ; Tue, 31 Dec 2024 16:53:59 +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: <1735664017.31463d3fe79d6abed444c7d01d11c55f1281eef6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/why3/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/why3/why3-1.6.0.ebuild sci-mathematics/why3/why3-1.7.2.ebuild X-VCS-Directories: sci-mathematics/why3/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 31463d3fe79d6abed444c7d01d11c55f1281eef6 X-VCS-Branch: master Date: Tue, 31 Dec 2024 16:53:59 +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: 1064a6cd-7bee-469e-bb13-344af529af28 X-Archives-Hash: 06e2df4509794690e61421a18c37df42 commit: 31463d3fe79d6abed444c7d01d11c55f1281eef6 Author: Sam James gentoo org> AuthorDate: Tue Dec 31 16:49:14 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 31 16:53:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31463d3f sci-mathematics/why3: update HOMEPAGE Signed-off-by: Sam James gentoo.org> sci-mathematics/why3/why3-1.6.0.ebuild | 4 ++-- sci-mathematics/why3/why3-1.7.2.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/why3/why3-1.6.0.ebuild b/sci-mathematics/why3/why3-1.6.0.ebuild index 1c3b6b458cc9..27569d1c9825 100644 --- a/sci-mathematics/why3/why3-1.6.0.ebuild +++ b/sci-mathematics/why3/why3-1.6.0.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 @@ -6,7 +6,7 @@ EAPI=8 inherit autotools findlib DESCRIPTION="Platform for deductive program verification" -HOMEPAGE="https://why3.lri.fr/" +HOMEPAGE="https://www.why3.org/" SRC_URI="https://why3.gitlabpages.inria.fr/releases/${P}.tar.gz" LICENSE="LGPL-2" diff --git a/sci-mathematics/why3/why3-1.7.2.ebuild b/sci-mathematics/why3/why3-1.7.2.ebuild index 888c5c48f865..7e5ea53e4f28 100644 --- a/sci-mathematics/why3/why3-1.7.2.ebuild +++ b/sci-mathematics/why3/why3-1.7.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools findlib DESCRIPTION="Platform for deductive program verification" -HOMEPAGE="https://why3.lri.fr/" +HOMEPAGE="https://www.why3.org/" SRC_URI="https://why3.gitlabpages.inria.fr/releases/${P}.tar.gz" LICENSE="LGPL-2"