user/*: Disable ruby2.7 due openssl3 not being supported
This commit is contained in:
parent
f8643d1074
commit
08b9978cef
6 changed files with 12 additions and 6 deletions
|
@ -5,7 +5,8 @@ pkgver=15.3.3
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="A Git RPC service for handling all the git calls made by GitLab"
|
pkgdesc="A Git RPC service for handling all the git calls made by GitLab"
|
||||||
url="https://gitlab.com/gitlab-org/gitaly/"
|
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
|
# GPL-2.0-only WITH GCC-exception-2.0: bundled libgit2
|
||||||
license="MIT AND GPL-2.0-only WITH GCC-exception-2.0"
|
license="MIT AND GPL-2.0-only WITH GCC-exception-2.0"
|
||||||
depends="
|
depends="
|
||||||
|
|
|
@ -7,7 +7,8 @@ _gittag=v$pkgver
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="A version control for your server"
|
pkgdesc="A version control for your server"
|
||||||
url="https://gitlab.com/gitlab-org/gitlab-foss"
|
url="https://gitlab.com/gitlab-org/gitlab-foss"
|
||||||
arch="x86_64"
|
# Disable due to Openssl3 not being supported
|
||||||
|
#arch="x86_64"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
# ruby-irb is needed only for Rails console (gitlab-rails console)
|
# ruby-irb is needed only for Rails console (gitlab-rails console)
|
||||||
depends="
|
depends="
|
||||||
|
|
|
@ -5,7 +5,8 @@ pkgver=14.10.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="GitLab Shell handles git SSH sessions for GitLab"
|
pkgdesc="GitLab Shell handles git SSH sessions for GitLab"
|
||||||
url="https://gitlab.com/gitlab-org/gitlab-shell"
|
url="https://gitlab.com/gitlab-org/gitlab-shell"
|
||||||
arch="all"
|
# Disabled due to openssl3 not being supported
|
||||||
|
#arch="all"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="git openssh"
|
depends="git openssh"
|
||||||
makedepends="go"
|
makedepends="go"
|
||||||
|
|
|
@ -7,7 +7,8 @@ pkgver=1.42.0
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="The C based gRPC"
|
pkgdesc="The C based gRPC"
|
||||||
url="https://grpc.io/"
|
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
|
# BSD-3-Clause: third_party/upb, third_party/address_sorting
|
||||||
# MIT: third_party/upb/third_party/utf8_range
|
# MIT: third_party/upb/third_party/utf8_range
|
||||||
license="Apache-2.0 AND BSD-3-Clause AND MIT"
|
license="Apache-2.0 AND BSD-3-Clause AND MIT"
|
||||||
|
|
|
@ -5,7 +5,8 @@ pkgver=2.3.26
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="Manage an application's gem dependencies"
|
pkgdesc="Manage an application's gem dependencies"
|
||||||
url="https://bundler.io/"
|
url="https://bundler.io/"
|
||||||
arch="noarch"
|
# Disable due to openssl3 not being supportd
|
||||||
|
#arch="noarch"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends="ruby2.7"
|
depends="ruby2.7"
|
||||||
makedepends="ruby2.7-rake"
|
makedepends="ruby2.7-rake"
|
||||||
|
|
|
@ -56,7 +56,8 @@ _abiver="${pkgver%.*}.0"
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="An object-oriented language for quick and easy programming"
|
pkgdesc="An object-oriented language for quick and easy programming"
|
||||||
url="https://www.ruby-lang.org/"
|
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"
|
license="Ruby AND BSD-2-Clause AND MIT"
|
||||||
depends="ca-certificates !ruby"
|
depends="ca-certificates !ruby"
|
||||||
depends_dev="$pkgname=$pkgver-r$pkgrel gmp-dev libucontext-dev"
|
depends_dev="$pkgname=$pkgver-r$pkgrel gmp-dev libucontext-dev"
|
||||||
|
|
Loading…
Reference in a new issue