user/*: Disable ruby2.7 due openssl3 not being supported

This commit is contained in:
build@apk-groulx 2023-01-11 17:45:15 +00:00
parent f8643d1074
commit 08b9978cef
6 changed files with 12 additions and 6 deletions

View file

@ -5,7 +5,8 @@ pkgver=15.3.3
pkgrel=0
pkgdesc="A Git RPC service for handling all the git calls made by GitLab"
url="https://gitlab.com/gitlab-org/gitaly/"
arch="all"
# Disabled due to Openssl3 not being supported
#arch="all"
# GPL-2.0-only WITH GCC-exception-2.0: bundled libgit2
license="MIT AND GPL-2.0-only WITH GCC-exception-2.0"
depends="

View file

@ -7,7 +7,8 @@ _gittag=v$pkgver
pkgrel=0
pkgdesc="A version control for your server"
url="https://gitlab.com/gitlab-org/gitlab-foss"
arch="x86_64"
# Disable due to Openssl3 not being supported
#arch="x86_64"
license="MIT"
# ruby-irb is needed only for Rails console (gitlab-rails console)
depends="

View file

@ -5,7 +5,8 @@ pkgver=14.10.0
pkgrel=0
pkgdesc="GitLab Shell handles git SSH sessions for GitLab"
url="https://gitlab.com/gitlab-org/gitlab-shell"
arch="all"
# Disabled due to openssl3 not being supported
#arch="all"
license="MIT"
depends="git openssh"
makedepends="go"

View file

@ -7,7 +7,8 @@ pkgver=1.42.0
pkgrel=0
pkgdesc="The C based gRPC"
url="https://grpc.io/"
arch="all"
# Disabled due to openssl3 not being supported
#arch="all"
# BSD-3-Clause: third_party/upb, third_party/address_sorting
# MIT: third_party/upb/third_party/utf8_range
license="Apache-2.0 AND BSD-3-Clause AND MIT"

View file

@ -5,7 +5,8 @@ pkgver=2.3.26
pkgrel=0
pkgdesc="Manage an application's gem dependencies"
url="https://bundler.io/"
arch="noarch"
# Disable due to openssl3 not being supportd
#arch="noarch"
license="MIT"
depends="ruby2.7"
makedepends="ruby2.7-rake"

View file

@ -56,7 +56,8 @@ _abiver="${pkgver%.*}.0"
pkgrel=0
pkgdesc="An object-oriented language for quick and easy programming"
url="https://www.ruby-lang.org/"
arch="all"
# Disabled due to openssl3 not being supported
#arch="all"
license="Ruby AND BSD-2-Clause AND MIT"
depends="ca-certificates !ruby"
depends_dev="$pkgname=$pkgver-r$pkgrel gmp-dev libucontext-dev"