commit:     d3db25d5f6da43d7a4bdcf88190f109fa2376f5c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 13:03:15 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 13:59:48 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3db25d5

dev-ruby/grpc: drop 1.59.2-r1, 1.66.0-r2

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/grpc/Manifest              |  2 --
 dev-ruby/grpc/grpc-1.59.2-r1.ebuild | 37 ---------------------------------
 dev-ruby/grpc/grpc-1.66.0-r2.ebuild | 41 -------------------------------------
 3 files changed, 80 deletions(-)

diff --git a/dev-ruby/grpc/Manifest b/dev-ruby/grpc/Manifest
index 02f08120b941..6b85b9b2fdf6 100644
--- a/dev-ruby/grpc/Manifest
+++ b/dev-ruby/grpc/Manifest
@@ -1,4 +1,2 @@
-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
 DIST grpc-1.72.0.gem 6834176 BLAKE2B 
b867c692585c1622f578bba85e1cd647fe899cb5240b1d6901eea2447b86aa5dd2198135bbc6b428fbda9330c7b41d89cc2f1bb24023f619cbb43faff8c42a9d
 SHA512 
af59291b19b7469ea7a0a0a2ec2ca9cbe5d6e41d6a14f67a7e874869c85cee5ba09486b40d9d401e185d5dc42a53f4f89c77612c8e7d6fe38061877ac2c21c9b

diff --git a/dev-ruby/grpc/grpc-1.59.2-r1.ebuild 
b/dev-ruby/grpc/grpc-1.59.2-r1.ebuild
deleted file mode 100644
index 588b4283eb18..000000000000
--- a/dev-ruby/grpc/grpc-1.59.2-r1.ebuild
+++ /dev/null
@@ -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:3
-"
-
-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
-}

diff --git a/dev-ruby/grpc/grpc-1.66.0-r2.ebuild 
b/dev-ruby/grpc/grpc-1.66.0-r2.ebuild
deleted file mode 100644
index ab8620dc1039..000000000000
--- a/dev-ruby/grpc/grpc-1.66.0-r2.ebuild
+++ /dev/null
@@ -1,41 +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:0
-"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-c99.patch
-)
-
-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
-}

Reply via email to