Move more packages to gitlab

This commit is contained in:
Jeremy Soller 2018-06-10 12:00:42 -06:00
parent 5d46330729
commit 79e8d44a2e
15 changed files with 17 additions and 19 deletions

View File

@ -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

View File

@ -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"

View File

@ -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)"

View File

@ -1,2 +1,2 @@
GIT=https://github.com/redox-os/miniserve
GIT=https://gitlab.redox-os.org/redox-os/miniserve
BUILD_DEPENDS=(openssl zlib)

View File

@ -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
}

View File

@ -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 {

View File

@ -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 {

View File

@ -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
}

View File

@ -1 +1 @@
GIT=https://github.com/redox-os/pkgutils.git
GIT=https://gitlab.redox-os.org/redox-os/pkgutils.git

View File

@ -1 +1 @@
GIT=https://github.com/redox-os/redox-ssh.git
GIT=https://gitlab.redox-os.org/redox-os/redox-ssh.git

View File

@ -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

View File

@ -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"

View File

@ -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)"

View File

@ -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"

View File

@ -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"