mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
dev-ruby/grpc: drop 1.54.0, 1.59.2
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
87713a9617
commit
4c1bf98689
@ -1,4 +1,3 @@
|
||||
DIST grpc-1.54.0.gem 6047232 BLAKE2B 66e48f27748867eb99464ecf659204a2e0f8c9ad9c998fe13dbf8daf159f928d54414d28f121ecb52f1cb8d277651f91b4259eecf9cca2836d25cacbcfe9ea3a SHA512 72e76223800078584151cf6a6833b4cb3cfc0fa0733b050b9ccf5180ef7250b26fc22d7bac52f636b5ada68723eb04f67f51d24aacf7dc1288333c7adab556d6
|
||||
DIST grpc-1.59.2.gem 6404096 BLAKE2B 6953d538cee06c1f8795ca7949c22dd60d9aa4c4aa51c8d92631b646929682089969db1d2f206cd2e4c1e3692803c2cef685edf22f6d7a2d20b79dc735c942bc SHA512 a624ddf60f5befe043cdcfa015f2541bdf5b67604f8dd51652dd13a9576673df624513048d9e591c54da6e8fa1b983e78f8ca79d301c089fca5be6f12722b827
|
||||
DIST grpc-1.66.0.gem 6721536 BLAKE2B a8736fe3a71db8a1910c9b0186e9962f390c6e587fee3357a828409941406fc5563e21c3287a7ef7b65ebc952ddffeb1b4062ba29fc0c10d8c6dd9de8e7c46f2 SHA512 a262181c1f837e469b3cf1f47929646dc17ed8548a6978f3ffb78fd81f915abc098a98f347da0f49831e6b0d9da302263a69a151f6ab39d35a2519bee63f944d
|
||||
DIST grpc-1.71.0.gem 6825472 BLAKE2B 063e56ccf7a1643bb6d33f82cde27999d1f12a3fc5286846af50fbf61fea247dac780b5de6ae4b1595d69159a7f85583c928d3d1824dc2b8688091496ab05de8 SHA512 3a894761fc69803c081d2aaafe41c30f762acd309dd544d145195ea6250c2f015fd833e6a26a706413a3fffef85112b8e798b6b74bbec1889d60bdaee4a23843
|
||||
|
||||
@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
USE_RUBY="ruby31 ruby32 ruby33"
|
||||
|
||||
RUBY_FAKEGEM_EXTENSIONS=(src/ruby/ext/grpc/extconf.rb)
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="etc src"
|
||||
RUBY_FAKEGEM_RECIPE_TEST="none"
|
||||
|
||||
inherit multiprocessing ruby-fakegem
|
||||
|
||||
DESCRIPTION="Send RPCs from Ruby using GRPC"
|
||||
HOMEPAGE="https://github.com/grpc/grpc"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/googleapis-common-protos-types:1
|
||||
>=dev-ruby/google-protobuf-3.24.4
|
||||
"
|
||||
|
||||
each_ruby_configure() {
|
||||
export GRPC_RUBY_BUILD_PROCS="$(makeopts_jobs)"
|
||||
|
||||
each_fakegem_configure
|
||||
}
|
||||
|
||||
each_ruby_install() {
|
||||
# Remove all the "src" bits that are not needed
|
||||
rm -rf src/core src/ruby/spec src/ruby/ext/grpc/{libs,objs} || die
|
||||
|
||||
each_fakegem_install
|
||||
}
|
||||
@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
USE_RUBY="ruby31 ruby32 ruby33"
|
||||
|
||||
RUBY_FAKEGEM_EXTENSIONS=(src/ruby/ext/grpc/extconf.rb)
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="etc src"
|
||||
RUBY_FAKEGEM_RECIPE_TEST="none"
|
||||
|
||||
inherit multiprocessing ruby-fakegem
|
||||
|
||||
DESCRIPTION="Send RPCs from Ruby using GRPC"
|
||||
HOMEPAGE="https://github.com/grpc/grpc"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/googleapis-common-protos-types:1
|
||||
>=dev-ruby/google-protobuf-3.24.4
|
||||
"
|
||||
|
||||
each_ruby_configure() {
|
||||
export GRPC_RUBY_BUILD_PROCS="$(makeopts_jobs)"
|
||||
|
||||
each_fakegem_configure
|
||||
}
|
||||
|
||||
each_ruby_install() {
|
||||
# Remove all the "src" bits that are not needed
|
||||
rm -rf src/core src/ruby/spec src/ruby/ext/grpc/{libs,objs} || die
|
||||
|
||||
each_fakegem_install
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user