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 5C94B158090 for ; Mon, 12 Feb 2024 17:08:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D787E29C7; Mon, 12 Feb 2024 17:08:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5ED67E29C7 for ; Mon, 12 Feb 2024 17:08:01 +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 8C358343077 for ; Mon, 12 Feb 2024 17:08:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B284414AA for ; Mon, 12 Feb 2024 17:07:58 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1707757676.86df6862c92ee26a53dd98239166eb0e36c3cc52.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/fuzion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/fuzion/fuzion-0.085-r1.ebuild dev-lang/fuzion/fuzion-0.086.ebuild dev-lang/fuzion/metadata.xml X-VCS-Directories: dev-lang/fuzion/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 86df6862c92ee26a53dd98239166eb0e36c3cc52 X-VCS-Branch: master Date: Mon, 12 Feb 2024 17:07:58 +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: 0c64915b-69b9-4c6f-8eed-c26712977d61 X-Archives-Hash: 095e730092a949a9c5d01b9c8726d8b0 commit: 86df6862c92ee26a53dd98239166eb0e36c3cc52 Author: Michael Lill tokiwa software> AuthorDate: Mon Feb 12 15:18:22 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Feb 12 17:07:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86df6862 dev-lang/fuzion: update homepage url Main url is now https://fuzion-lang.dev, even tough https://flang.dev still exists. Changed due to name clash with gcc frontend for fortran which is also called flang. Signed-off-by: Michael Lill tokiwa.software> Closes: https://github.com/gentoo/gentoo/pull/35288 Signed-off-by: Maciej Barć gentoo.org> dev-lang/fuzion/fuzion-0.085-r1.ebuild | 2 +- dev-lang/fuzion/fuzion-0.086.ebuild | 2 +- dev-lang/fuzion/metadata.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-lang/fuzion/fuzion-0.085-r1.ebuild b/dev-lang/fuzion/fuzion-0.085-r1.ebuild index 063790bb40b9..a90cd4f70918 100644 --- a/dev-lang/fuzion/fuzion-0.085-r1.ebuild +++ b/dev-lang/fuzion/fuzion-0.085-r1.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit java-pkg-2 DESCRIPTION="A language with a focus on simplicity, safety and correctness" -HOMEPAGE="https://flang.dev/ +HOMEPAGE="https://fuzion-lang.dev/ https://github.com/tokiwa-software/fuzion/" if [[ "${PV}" == *9999* ]] ; then diff --git a/dev-lang/fuzion/fuzion-0.086.ebuild b/dev-lang/fuzion/fuzion-0.086.ebuild index 25e1fa2bc8ef..933ed223e6ec 100644 --- a/dev-lang/fuzion/fuzion-0.086.ebuild +++ b/dev-lang/fuzion/fuzion-0.086.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit java-pkg-2 DESCRIPTION="A language with a focus on simplicity, safety and correctness" -HOMEPAGE="https://flang.dev/ +HOMEPAGE="https://fuzion-lang.dev/ https://github.com/tokiwa-software/fuzion/" if [[ "${PV}" == *9999* ]] ; then diff --git a/dev-lang/fuzion/metadata.xml b/dev-lang/fuzion/metadata.xml index 47ee98be75cb..ff8570fb1aec 100644 --- a/dev-lang/fuzion/metadata.xml +++ b/dev-lang/fuzion/metadata.xml @@ -11,8 +11,8 @@ for performance and correctness. - https://flang.dev/release_notes.txt - https://flang.dev/docs/index + https://fuzion-lang.dev/release_notes.txt + https://fuzion-lang.dev/docs/index https://github.com/tokiwa-software/fuzion/issues/ tokiwa-software/fuzion