From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04992158528 for ; Wed, 31 Jan 2024 12:54:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49FEC2BC03A; Wed, 31 Jan 2024 12:54:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2D492BC03C for ; Wed, 31 Jan 2024 12:54:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF691343162 for ; Wed, 31 Jan 2024 12:54:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D361FA7 for ; Wed, 31 Jan 2024 12:54:27 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1706705663.8dfac48ada1416436f7c2e62f996d36f75f85001.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/grpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/grpc/Manifest dev-ruby/grpc/grpc-1.54.0.ebuild dev-ruby/grpc/grpc-1.59.2.ebuild X-VCS-Directories: dev-ruby/grpc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8dfac48ada1416436f7c2e62f996d36f75f85001 X-VCS-Branch: master Date: Wed, 31 Jan 2024 12:54:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b7ec4fcb-839b-4196-b981-2b07ae677dca X-Archives-Hash: fb121e47914ccf8aa3ba9a3dc057c34c commit: 8dfac48ada1416436f7c2e62f996d36f75f85001 Author: Guillaume Seren gmail com> AuthorDate: Wed Nov 29 22:26:56 2023 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jan 31 12:54:23 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dfac48a dev-ruby/grpc: Bump version 1.59.2 Signed-off-by: Guillaume Seren gmail.com> Signed-off-by: Joonas Niilola gentoo.org> dev-ruby/grpc/Manifest | 1 + dev-ruby/grpc/grpc-1.54.0.ebuild | 4 ++-- dev-ruby/grpc/{grpc-1.54.0.ebuild => grpc-1.59.2.ebuild} | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-ruby/grpc/Manifest b/dev-ruby/grpc/Manifest index 2c5dae3cdbda..3bd8d43cd81d 100644 --- a/dev-ruby/grpc/Manifest +++ b/dev-ruby/grpc/Manifest @@ -1 +1,2 @@ DIST grpc-1.54.0.gem 6047232 BLAKE2B 66e48f27748867eb99464ecf659204a2e0f8c9ad9c998fe13dbf8daf159f928d54414d28f121ecb52f1cb8d277651f91b4259eecf9cca2836d25cacbcfe9ea3a SHA512 72e76223800078584151cf6a6833b4cb3cfc0fa0733b050b9ccf5180ef7250b26fc22d7bac52f636b5ada68723eb04f67f51d24aacf7dc1288333c7adab556d6 +DIST grpc-1.59.2.gem 6404096 BLAKE2B 6953d538cee06c1f8795ca7949c22dd60d9aa4c4aa51c8d92631b646929682089969db1d2f206cd2e4c1e3692803c2cef685edf22f6d7a2d20b79dc735c942bc SHA512 a624ddf60f5befe043cdcfa015f2541bdf5b67604f8dd51652dd13a9576673df624513048d9e591c54da6e8fa1b983e78f8ca79d301c089fca5be6f12722b827 diff --git a/dev-ruby/grpc/grpc-1.54.0.ebuild b/dev-ruby/grpc/grpc-1.54.0.ebuild index 0bd2e080f8f7..934ddf075b4a 100644 --- a/dev-ruby/grpc/grpc-1.54.0.ebuild +++ b/dev-ruby/grpc/grpc-1.54.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ IUSE="" ruby_add_rdepend " dev-ruby/googleapis-common-protos-types:1 - >=dev-ruby/google-protobuf-3.21:3 + >=dev-ruby/google-protobuf-3.24.4 " each_ruby_install() { diff --git a/dev-ruby/grpc/grpc-1.54.0.ebuild b/dev-ruby/grpc/grpc-1.59.2.ebuild similarity index 89% copy from dev-ruby/grpc/grpc-1.54.0.ebuild copy to dev-ruby/grpc/grpc-1.59.2.ebuild index 0bd2e080f8f7..934ddf075b4a 100644 --- a/dev-ruby/grpc/grpc-1.54.0.ebuild +++ b/dev-ruby/grpc/grpc-1.59.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,7 +20,7 @@ IUSE="" ruby_add_rdepend " dev-ruby/googleapis-common-protos-types:1 - >=dev-ruby/google-protobuf-3.21:3 + >=dev-ruby/google-protobuf-3.24.4 " each_ruby_install() {