commit:     c5f1afe84f8ee166153b26bd3108004a2bb087b9
Author:     Eric Joldasov <bratishkaerik <AT> landless-city <DOT> net>
AuthorDate: Thu Nov 27 08:58:04 2025 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Nov 27 19:47:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f1afe8

dev-lang/zig: update HOMEPAGE

Signed-off-by: Eric Joldasov <bratishkaerik <AT> landless-city.net>
Part-of: https://github.com/gentoo/gentoo/pull/44792
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-lang/zig/zig-0.13.0-r3.ebuild | 8 ++++----
 dev-lang/zig/zig-0.14.1.ebuild    | 8 ++++----
 dev-lang/zig/zig-0.15.1.ebuild    | 8 ++++----
 dev-lang/zig/zig-0.15.2.ebuild    | 8 ++++----
 dev-lang/zig/zig-9999.ebuild      | 8 ++++----
 5 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/dev-lang/zig/zig-0.13.0-r3.ebuild 
b/dev-lang/zig/zig-0.13.0-r3.ebuild
index 56341c22e5b2..e3203d099fc7 100644
--- a/dev-lang/zig/zig-0.13.0-r3.ebuild
+++ b/dev-lang/zig/zig-0.13.0-r3.ebuild
@@ -12,9 +12,9 @@ ZIG_OPTIONAL=1
 inherit check-reqs cmake flag-o-matic edo llvm-r2 toolchain-funcs zig
 
 DESCRIPTION="A robust, optimal, and maintainable programming language"
-HOMEPAGE="https://ziglang.org/ https://github.com/ziglang/zig/";
+HOMEPAGE="https://ziglang.org/ https://codeberg.org/ziglang/zig/";
 if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/ziglang/zig.git";
+       EGIT_REPO_URI="https://codeberg.org/ziglang/zig.git";
        inherit git-r3
 else
        VERIFY_SIG_METHOD=minisig
@@ -56,7 +56,7 @@ BUILD_DIR="${WORKDIR}/${P}_build"
 # Zig requires zstd and zlib compression support in LLVM, if using LLVM 
backend.
 # (non-LLVM backends don't require these)
 # They are not required "on their own", so please don't add them here.
-# You can check https://github.com/ziglang/zig-bootstrap in future, to see
+# You can check https://codeberg.org/ziglang/zig-bootstrap in future, to see
 # options that are passed to LLVM CMake building (excluding "static" ofc).
 LLVM_DEPEND="$(llvm_gen_dep '
        llvm-core/clang:${LLVM_SLOT}
@@ -80,7 +80,7 @@ PATCHES=(
 # zig.eclass does not set this for us since we use ZIG_OPTIONAL=1
 QA_FLAGS_IGNORED="usr/.*/zig/${PV}/bin/zig"
 
-# Since commit 
https://github.com/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
+# Since commit 
https://codeberg.org/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
 # Zig uses self-hosted compiler only
 CHECKREQS_MEMORY="4G"
 

diff --git a/dev-lang/zig/zig-0.14.1.ebuild b/dev-lang/zig/zig-0.14.1.ebuild
index 0a5333025e9d..64d8beb8c974 100644
--- a/dev-lang/zig/zig-0.14.1.ebuild
+++ b/dev-lang/zig/zig-0.14.1.ebuild
@@ -12,9 +12,9 @@ ZIG_OPTIONAL=1
 inherit check-reqs cmake flag-o-matic edo llvm-r2 toolchain-funcs zig
 
 DESCRIPTION="A robust, optimal, and maintainable programming language"
-HOMEPAGE="https://ziglang.org/ https://github.com/ziglang/zig/";
+HOMEPAGE="https://ziglang.org/ https://codeberg.org/ziglang/zig/";
 if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/ziglang/zig.git";
+       EGIT_REPO_URI="https://codeberg.org/ziglang/zig.git";
        inherit git-r3
 else
        VERIFY_SIG_METHOD=minisig
@@ -56,7 +56,7 @@ BUILD_DIR="${WORKDIR}/${P}_build"
 # Zig requires zstd and zlib compression support in LLVM, if using LLVM 
backend.
 # (non-LLVM backends don't require these)
 # They are not required "on their own", so please don't add them here.
-# You can check https://github.com/ziglang/zig-bootstrap in future, to see
+# You can check https://codeberg.org/ziglang/zig-bootstrap in future, to see
 # options that are passed to LLVM CMake building (excluding "static" ofc).
 LLVM_DEPEND="$(llvm_gen_dep '
        llvm-core/clang:${LLVM_SLOT}
@@ -78,7 +78,7 @@ PATCHES=(
 # zig.eclass does not set this for us since we use ZIG_OPTIONAL=1
 QA_FLAGS_IGNORED="usr/.*/zig/${PV}/bin/zig"
 
-# Since commit 
https://github.com/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
+# Since commit 
https://codeberg.org/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
 # Zig uses self-hosted compiler only
 CHECKREQS_MEMORY="4G"
 

diff --git a/dev-lang/zig/zig-0.15.1.ebuild b/dev-lang/zig/zig-0.15.1.ebuild
index f482af70f8c1..2c68fd896232 100644
--- a/dev-lang/zig/zig-0.15.1.ebuild
+++ b/dev-lang/zig/zig-0.15.1.ebuild
@@ -12,9 +12,9 @@ ZIG_OPTIONAL=1
 inherit check-reqs cmake flag-o-matic edo llvm-r2 toolchain-funcs zig
 
 DESCRIPTION="A robust, optimal, and maintainable programming language"
-HOMEPAGE="https://ziglang.org/ https://github.com/ziglang/zig/";
+HOMEPAGE="https://ziglang.org/ https://codeberg.org/ziglang/zig/";
 if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/ziglang/zig.git";
+       EGIT_REPO_URI="https://codeberg.org/ziglang/zig.git";
        inherit git-r3
 else
        VERIFY_SIG_METHOD=minisig
@@ -56,7 +56,7 @@ BUILD_DIR="${WORKDIR}/${P}_build"
 # Zig requires zstd and zlib compression support in LLVM, if using LLVM 
backend.
 # (non-LLVM backends don't require these)
 # They are not required "on their own", so please don't add them here.
-# You can check https://github.com/ziglang/zig-bootstrap in future, to see
+# You can check https://codeberg.org/ziglang/zig-bootstrap in future, to see
 # options that are passed to LLVM CMake building (excluding "static" ofc).
 LLVM_DEPEND="$(llvm_gen_dep '
        llvm-core/clang:${LLVM_SLOT}
@@ -78,7 +78,7 @@ PATCHES=(
 # zig.eclass does not set this for us since we use ZIG_OPTIONAL=1
 QA_FLAGS_IGNORED="usr/.*/zig/${PV}/bin/zig"
 
-# Since commit 
https://github.com/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
+# Since commit 
https://codeberg.org/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
 # Zig uses self-hosted compiler only
 CHECKREQS_MEMORY="4G"
 

diff --git a/dev-lang/zig/zig-0.15.2.ebuild b/dev-lang/zig/zig-0.15.2.ebuild
index 69ecca15fe9c..f29b484ee0da 100644
--- a/dev-lang/zig/zig-0.15.2.ebuild
+++ b/dev-lang/zig/zig-0.15.2.ebuild
@@ -12,9 +12,9 @@ ZIG_OPTIONAL=1
 inherit check-reqs cmake flag-o-matic edo llvm-r2 toolchain-funcs zig
 
 DESCRIPTION="A robust, optimal, and maintainable programming language"
-HOMEPAGE="https://ziglang.org/ https://github.com/ziglang/zig/";
+HOMEPAGE="https://ziglang.org/ https://codeberg.org/ziglang/zig/";
 if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/ziglang/zig.git";
+       EGIT_REPO_URI="https://codeberg.org/ziglang/zig.git";
        inherit git-r3
 else
        VERIFY_SIG_METHOD=minisig
@@ -56,7 +56,7 @@ BUILD_DIR="${WORKDIR}/${P}_build"
 # Zig requires zstd and zlib compression support in LLVM, if using LLVM 
backend.
 # (non-LLVM backends don't require these)
 # They are not required "on their own", so please don't add them here.
-# You can check https://github.com/ziglang/zig-bootstrap in future, to see
+# You can check https://codeberg.org/ziglang/zig-bootstrap in future, to see
 # options that are passed to LLVM CMake building (excluding "static" ofc).
 LLVM_DEPEND="$(llvm_gen_dep '
        llvm-core/clang:${LLVM_SLOT}
@@ -74,7 +74,7 @@ DOCS=( "README.md" "doc/build.zig.zon.md" )
 # zig.eclass does not set this for us since we use ZIG_OPTIONAL=1
 QA_FLAGS_IGNORED="usr/.*/zig/${PV}/bin/zig"
 
-# Since commit 
https://github.com/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
+# Since commit 
https://codeberg.org/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
 # Zig uses self-hosted compiler only
 CHECKREQS_MEMORY="4G"
 

diff --git a/dev-lang/zig/zig-9999.ebuild b/dev-lang/zig/zig-9999.ebuild
index 77bc255c63cc..17de18793768 100644
--- a/dev-lang/zig/zig-9999.ebuild
+++ b/dev-lang/zig/zig-9999.ebuild
@@ -12,9 +12,9 @@ ZIG_OPTIONAL=1
 inherit check-reqs cmake flag-o-matic edo llvm-r2 toolchain-funcs zig
 
 DESCRIPTION="A robust, optimal, and maintainable programming language"
-HOMEPAGE="https://ziglang.org/ https://github.com/ziglang/zig/";
+HOMEPAGE="https://ziglang.org/ https://codeberg.org/ziglang/zig/";
 if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/ziglang/zig.git";
+       EGIT_REPO_URI="https://codeberg.org/ziglang/zig.git";
        inherit git-r3
 else
        VERIFY_SIG_METHOD=minisig
@@ -56,7 +56,7 @@ BUILD_DIR="${WORKDIR}/${P}_build"
 # Zig requires zstd and zlib compression support in LLVM, if using LLVM 
backend.
 # (non-LLVM backends don't require these)
 # They are not required "on their own", so please don't add them here.
-# You can check https://github.com/ziglang/zig-bootstrap in future, to see
+# You can check https://codeberg.org/ziglang/zig-bootstrap in future, to see
 # options that are passed to LLVM CMake building (excluding "static" ofc).
 LLVM_DEPEND="$(llvm_gen_dep '
        llvm-core/clang:${LLVM_SLOT}
@@ -74,7 +74,7 @@ DOCS=( "README.md" "doc/build.zig.zon.md" )
 # zig.eclass does not set this for us since we use ZIG_OPTIONAL=1
 QA_FLAGS_IGNORED="usr/.*/zig/${PV}/bin/zig"
 
-# Since commit 
https://github.com/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
+# Since commit 
https://codeberg.org/ziglang/zig/commit/e7d28344fa3ee81d6ad7ca5ce1f83d50d8502118
 # Zig uses self-hosted compiler only
 CHECKREQS_MEMORY="4G"
 

Reply via email to