From 79e8d44a2e65acb0e74170209d7d551a1b997048 Mon Sep 17 00:00:00 2001
From: Jeremy Soller <jackpot51@gmail.com>
Date: Sun, 10 Jun 2018 12:00:42 -0600
Subject: [PATCH] Move more packages to gitlab

---
 recipes/game-2048/recipe.sh       | 2 +-
 recipes/gcc/recipe.sh             | 2 +-
 recipes/gnu-binutils/recipe.sh    | 2 +-
 recipes/miniserve/recipe.sh       | 2 +-
 recipes/netdb/recipe.sh           | 4 ++--
 recipes/newlib/recipe.sh          | 2 +-
 recipes/newlibtest/recipe.sh      | 2 +-
 recipes/openttd-opengfx/recipe.sh | 4 +---
 recipes/pkgutils/recipe.sh        | 2 +-
 recipes/redox-ssh/recipe.sh       | 2 +-
 recipes/relibc/recipe.sh          | 2 +-
 recipes/rs-nes/recipe.sh          | 2 +-
 recipes/rust/recipe.sh            | 4 ++--
 recipes/rust64/recipe.sh          | 2 +-
 recipes/rustual-boy/recipe.sh     | 2 +-
 15 files changed, 17 insertions(+), 19 deletions(-)

diff --git a/recipes/game-2048/recipe.sh b/recipes/game-2048/recipe.sh
index d04f470b4..c6a46587e 100644
--- a/recipes/game-2048/recipe.sh
+++ b/recipes/game-2048/recipe.sh
@@ -1,2 +1,2 @@
-GIT=https://github.com/redox-os/2048-rs.git
+GIT=https://gitlab.redox-os.org/redox-os/2048-rs.git
 GIT_UPSTREAM=https://github.com/pierrechevalier83/2048-rs.git
diff --git a/recipes/gcc/recipe.sh b/recipes/gcc/recipe.sh
index a6681a1f2..f7ad69a30 100644
--- a/recipes/gcc/recipe.sh
+++ b/recipes/gcc/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/gcc.git
+GIT=https://gitlab.redox-os.org/redox-os/gcc.git
 BRANCH=redox
 DEPENDS="gnu-binutils newlib"
 
diff --git a/recipes/gnu-binutils/recipe.sh b/recipes/gnu-binutils/recipe.sh
index 1176b3854..6e7f7131d 100644
--- a/recipes/gnu-binutils/recipe.sh
+++ b/recipes/gnu-binutils/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/binutils-gdb.git
+GIT=https://gitlab.redox-os.org/redox-os/binutils-gdb.git
 
 function recipe_version {
     printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
diff --git a/recipes/miniserve/recipe.sh b/recipes/miniserve/recipe.sh
index ba583ea3a..9ae5bb15d 100644
--- a/recipes/miniserve/recipe.sh
+++ b/recipes/miniserve/recipe.sh
@@ -1,2 +1,2 @@
-GIT=https://github.com/redox-os/miniserve
+GIT=https://gitlab.redox-os.org/redox-os/miniserve
 BUILD_DEPENDS=(openssl zlib)
diff --git a/recipes/netdb/recipe.sh b/recipes/netdb/recipe.sh
index f1c3cf978..638f3d251 100644
--- a/recipes/netdb/recipe.sh
+++ b/recipes/netdb/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/netdb
+GIT=https://gitlab.redox-os.org/redox-os/netdb
 
 function recipe_version {
     printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@@ -21,7 +21,7 @@ function recipe_test {
 }
 
 function recipe_clean {
-    echo "skipping clean" 
+    echo "skipping clean"
     skip=1
 }
 
diff --git a/recipes/newlib/recipe.sh b/recipes/newlib/recipe.sh
index 58387f730..cb92eb327 100644
--- a/recipes/newlib/recipe.sh
+++ b/recipes/newlib/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/newlib.git
+GIT=https://gitlab.redox-os.org/redox-os/newlib.git
 BRANCH=redox
 
 function recipe_version {
diff --git a/recipes/newlibtest/recipe.sh b/recipes/newlibtest/recipe.sh
index b2bedf836..5c34bd423 100644
--- a/recipes/newlibtest/recipe.sh
+++ b/recipes/newlibtest/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/newlibtest.git
+GIT=https://gitlab.redox-os.org/redox-os/newlibtest.git
 BUILD_DEPENDS=(newlib)
 
 function recipe_version {
diff --git a/recipes/openttd-opengfx/recipe.sh b/recipes/openttd-opengfx/recipe.sh
index 726579abb..4ed7e56d9 100644
--- a/recipes/openttd-opengfx/recipe.sh
+++ b/recipes/openttd-opengfx/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/openttd-opengfx.git
+GIT=https://gitlab.redox-os.org/redox-os/openttd-opengfx.git
 
 function recipe_version {
     echo "0.5.2"
@@ -30,5 +30,3 @@ function recipe_stage {
     cp -Rv ./* "$1/share/games/openttd/baseset/opengfx"
     skip=1
 }
-
-
diff --git a/recipes/pkgutils/recipe.sh b/recipes/pkgutils/recipe.sh
index 28a677cdb..9af1a4378 100644
--- a/recipes/pkgutils/recipe.sh
+++ b/recipes/pkgutils/recipe.sh
@@ -1 +1 @@
-GIT=https://github.com/redox-os/pkgutils.git
+GIT=https://gitlab.redox-os.org/redox-os/pkgutils.git
diff --git a/recipes/redox-ssh/recipe.sh b/recipes/redox-ssh/recipe.sh
index 9d4dcb488..fb6f790a0 100644
--- a/recipes/redox-ssh/recipe.sh
+++ b/recipes/redox-ssh/recipe.sh
@@ -1 +1 @@
-GIT=https://github.com/redox-os/redox-ssh.git
+GIT=https://gitlab.redox-os.org/redox-os/redox-ssh.git
diff --git a/recipes/relibc/recipe.sh b/recipes/relibc/recipe.sh
index 60aa60c7a..a77135ce4 100644
--- a/recipes/relibc/recipe.sh
+++ b/recipes/relibc/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/relibc.git
+GIT=https://gitlab.redox-os.org/redox-os/relibc.git
 
 function recipe_build {
     make
diff --git a/recipes/rs-nes/recipe.sh b/recipes/rs-nes/recipe.sh
index 840cab934..73aa9ef84 100755
--- a/recipes/rs-nes/recipe.sh
+++ b/recipes/rs-nes/recipe.sh
@@ -1,3 +1,3 @@
-GIT=https://github.com/redox-os/rs-nes.git
+GIT=https://gitlab.redox-os.org/redox-os/rs-nes.git
 GIT_UPSTREAM=https://github.com/bgourlie/rs-nes.git
 DEPENDS="orbital"
diff --git a/recipes/rust/recipe.sh b/recipes/rust/recipe.sh
index 0ee45283b..d24f3ae85 100644
--- a/recipes/rust/recipe.sh
+++ b/recipes/rust/recipe.sh
@@ -1,8 +1,8 @@
-GIT=https://github.com/redox-os/rust.git
+GIT=https://gitlab.redox-os.org/redox-os/rust.git
 BRANCH=compile-redox
 DEPENDS="gcc cargo"
 
-LLVM_GIT="https://github.com/redox-os/llvm.git"
+LLVM_GIT="https://gitlab.redox-os.org/redox-os/llvm.git"
 LLVM_SOURCE="$(realpath -m llvm-source)"
 LLVM_BUILD="$(realpath -m llvm-build)"
 LLVM_PREFIX="$(realpath -m llvm-prefix)"
diff --git a/recipes/rust64/recipe.sh b/recipes/rust64/recipe.sh
index 441a34a19..27ddfa890 100755
--- a/recipes/rust64/recipe.sh
+++ b/recipes/rust64/recipe.sh
@@ -1,3 +1,3 @@
-GIT=https://github.com/redox-os/rust64.git
+GIT=https://gitlab.redox-os.org/redox-os/rust64.git
 GIT_UPSTREAM=https://github.com/kondrak/rust64.git
 DEPENDS="orbital"
diff --git a/recipes/rustual-boy/recipe.sh b/recipes/rustual-boy/recipe.sh
index 8706fcf18..78a499add 100755
--- a/recipes/rustual-boy/recipe.sh
+++ b/recipes/rustual-boy/recipe.sh
@@ -1,4 +1,4 @@
-GIT=https://github.com/redox-os/rustual-boy.git
+GIT=https://gitlab.redox-os.org/redox-os/rustual-boy.git
 GIT_UPSTREAM=https://github.com/emu-rs/rustual-boy.git
 DEPENDS="orbital"
 
-- 
GitLab