summaryrefslogtreecommitdiff
path: root/dev-ruby/grpc/grpc-1.71.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/grpc/grpc-1.71.0.ebuild')
-rw-r--r--dev-ruby/grpc/grpc-1.71.0.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-ruby/grpc/grpc-1.71.0.ebuild b/dev-ruby/grpc/grpc-1.71.0.ebuild
deleted file mode 100644
index 1faf0a80bde4..000000000000
--- a/dev-ruby/grpc/grpc-1.71.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33 ruby34"
-
-RUBY_FAKEGEM_EXTENSIONS=(src/ruby/ext/grpc/extconf.rb)
-RUBY_FAKEGEM_EXTRAINSTALL="etc src"
-RUBY_FAKEGEM_RECIPE_TEST="none"
-
-inherit flag-o-matic 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-4*
-"
-
-each_ruby_configure() {
- export GRPC_RUBY_BUILD_PROCS="$(makeopts_jobs)"
-
- # 965335
- filter-lto
-
- 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
-}