commit: 5387951d85ea1405df7ec4672c97791a85564e85 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Apr 30 18:44:23 2025 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Apr 30 18:51:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5387951d
dev-ruby/googleapis-common-protos-types: add 1.20.0 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/googleapis-common-protos-types/Manifest | 1 + .../googleapis-common-protos-types-1.20.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ruby/googleapis-common-protos-types/Manifest b/dev-ruby/googleapis-common-protos-types/Manifest index 0162f6949a1e..3e3289874957 100644 --- a/dev-ruby/googleapis-common-protos-types/Manifest +++ b/dev-ruby/googleapis-common-protos-types/Manifest @@ -1,2 +1,3 @@ DIST googleapis-common-protos-types-1.15.0.gem 96256 BLAKE2B fe6ff92564e0a132530b25d54942a48dd00177e9aee7f9f6690258d0983df4fa9eb99faa54df78d06b1c207c6f17678963ad42d51c36302df5f18e23dc2eeb6e SHA512 55d63dd7e1270b1e5b6104ca0522f3e97fda21ec350fac7c1bfcde9a38bc63a1a43e43c67583b29ad405a705886ffa0067161bef3757e8b267501e117c70c4df DIST googleapis-common-protos-types-1.19.0.gem 98816 BLAKE2B 8faab112e9946cbaf30e254138320f440f8cc49eb488a7781fa611248c9d3f5c2455bdba16b787ff2006fec9172f8fff7cbb630d3f7e30c376f66c46744c6eb0 SHA512 d52fab3039d5f2f096fcfbc408f9ce5b8351f39f486c3f618676633b419c177f5690dbb29b806f0b5b224d2055bcf0019b9ef74b6140ace6560f810bd5283485 +DIST googleapis-common-protos-types-1.20.0.gem 99840 BLAKE2B bd867650b3e2874cafa25a7e88f76effa11f16e51f673d4caeba8252ffe78b63424a311728d31487ae6d6f2ba1f1106a60689d3d87db927ea4719757ff21f57d SHA512 b988ed1c525fd3a32a031891859d1484961b0b9e19635edabb99686ffbaa594d6ddfc4e0253af9e21af38ba9d9755cf391cb168daddc342e203a379c4ed085d8 diff --git a/dev-ruby/googleapis-common-protos-types/googleapis-common-protos-types-1.20.0.ebuild b/dev-ruby/googleapis-common-protos-types/googleapis-common-protos-types-1.20.0.ebuild new file mode 100644 index 000000000000..e93743482f76 --- /dev/null +++ b/dev-ruby/googleapis-common-protos-types/googleapis-common-protos-types-1.20.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +USE_RUBY="ruby32 ruby33" + +RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" +RUBY_FAKEGEM_RECIPE_TEST="none" + +inherit ruby-fakegem + +DESCRIPTION="Common protocol buffer types used by Google APIs" +HOMEPAGE="https://github.com/googleapis/common-protos-ruby" + +LICENSE="Apache-2.0" +SLOT="$(ver_cut 1)" +KEYWORDS="~amd64 ~arm64" + +ruby_add_rdepend " + || ( =dev-ruby/google-protobuf-4* >=dev-ruby/google-protobuf-3.18:3 ) +"
