commit:     86df6862c92ee26a53dd98239166eb0e36c3cc52
Author:     Michael Lill <michael.lill <AT> tokiwa <DOT> software>
AuthorDate: Mon Feb 12 15:18:22 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> 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 <michael.lill <AT> tokiwa.software>
Closes: https://github.com/gentoo/gentoo/pull/35288
Signed-off-by: Maciej Barć <xgqt <AT> 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.
   </longdescription>
   <upstream>
-    <changelog>https://flang.dev/release_notes.txt</changelog>
-    <doc>https://flang.dev/docs/index</doc>
+    <changelog>https://fuzion-lang.dev/release_notes.txt</changelog>
+    <doc>https://fuzion-lang.dev/docs/index</doc>
     <bugs-to>https://github.com/tokiwa-software/fuzion/issues/</bugs-to>
     <remote-id type="github">tokiwa-software/fuzion</remote-id>
   </upstream>

Reply via email to