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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60324158004 for ; Sun, 27 Aug 2023 16:59:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 536F72BC110; Sun, 27 Aug 2023 16:59:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 380782BC110 for ; Sun, 27 Aug 2023 16:59:06 +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 0FCA4340D30 for ; Sun, 27 Aug 2023 16:59:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D5A710C4 for ; Sun, 27 Aug 2023 16:59:03 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1693155537.031f1d961485fce636c3ae6de6731362c137b2ef.graaff@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/metadata.xml X-VCS-Directories: dev-ruby/grpc/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 031f1d961485fce636c3ae6de6731362c137b2ef X-VCS-Branch: master Date: Sun, 27 Aug 2023 16:59:03 +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: 55bff0d2-2437-441a-a94f-c00db973e34a X-Archives-Hash: 769ca014a59164d13dfc8defe6d4d0e5 commit: 031f1d961485fce636c3ae6de6731362c137b2ef Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 27 07:56:42 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 27 16:58:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=031f1d96 dev-ruby/grpc: new package, add 1.54.0 New dependency for app-emulation/vagrant. Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/grpc/Manifest | 1 + dev-ruby/grpc/grpc-1.54.0.ebuild | 31 +++++++++++++++++++++++++++++++ dev-ruby/grpc/metadata.xml | 11 +++++++++++ 3 files changed, 43 insertions(+) diff --git a/dev-ruby/grpc/Manifest b/dev-ruby/grpc/Manifest new file mode 100644 index 000000000000..2c5dae3cdbda --- /dev/null +++ b/dev-ruby/grpc/Manifest @@ -0,0 +1 @@ +DIST grpc-1.54.0.gem 6047232 BLAKE2B 66e48f27748867eb99464ecf659204a2e0f8c9ad9c998fe13dbf8daf159f928d54414d28f121ecb52f1cb8d277651f91b4259eecf9cca2836d25cacbcfe9ea3a SHA512 72e76223800078584151cf6a6833b4cb3cfc0fa0733b050b9ccf5180ef7250b26fc22d7bac52f636b5ada68723eb04f67f51d24aacf7dc1288333c7adab556d6 diff --git a/dev-ruby/grpc/grpc-1.54.0.ebuild b/dev-ruby/grpc/grpc-1.54.0.ebuild new file mode 100644 index 000000000000..9e1d6b9ea47a --- /dev/null +++ b/dev-ruby/grpc/grpc-1.54.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby31 ruby32" + +RUBY_FAKEGEM_EXTENSIONS=(src/ruby/ext/grpc/extconf.rb) +RUBY_FAKEGEM_EXTRAINSTALL="etc src" +RUBY_FAKEGEM_RECIPE_TEST="none" + +inherit ruby-fakegem + +DESCRIPTION="Send RPCs from Ruby using GRPC" +HOMEPAGE="https://github.com/grpc/grpc" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend " + dev-ruby/googleapis-common-protos-types:1 + >=dev-ruby/google-protobuf-3.21:3 +" + +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/metadata.xml b/dev-ruby/grpc/metadata.xml new file mode 100644 index 000000000000..ba831219e4dd --- /dev/null +++ b/dev-ruby/grpc/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + grpc/grpc + +