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 DB85115A7D9 for ; Sat, 18 Mar 2023 23:10:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 322E6E0895; Sat, 18 Mar 2023 23:10:18 +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 1439FE0895 for ; Sat, 18 Mar 2023 23:10:18 +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 2ADAB34121F for ; Sat, 18 Mar 2023 23:10:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91ED18DE for ; Sat, 18 Mar 2023 23:10:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1679180909.2b39f06be20e10491479526c5bd2de29c661b27c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-partitions/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/aws-partitions/Manifest dev-ruby/aws-partitions/aws-partitions-1.722.0.ebuild X-VCS-Directories: dev-ruby/aws-partitions/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2b39f06be20e10491479526c5bd2de29c661b27c X-VCS-Branch: master Date: Sat, 18 Mar 2023 23:10:15 +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: 1266583e-7a53-4e26-9549-8062dcd94111 X-Archives-Hash: 9d3cc6d51c33c8ebea0ad5c671ec0f4b commit: 2b39f06be20e10491479526c5bd2de29c661b27c Author: Sam James gentoo org> AuthorDate: Sat Mar 18 02:35:02 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Mar 18 23:08:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b39f06b dev-ruby/aws-partitions: add 1.722.0 Signed-off-by: Sam James gentoo.org> dev-ruby/aws-partitions/Manifest | 1 + .../aws-partitions/aws-partitions-1.722.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/dev-ruby/aws-partitions/Manifest b/dev-ruby/aws-partitions/Manifest index 87a15755f86b..048ba6ae6267 100644 --- a/dev-ruby/aws-partitions/Manifest +++ b/dev-ruby/aws-partitions/Manifest @@ -1 +1,2 @@ DIST aws-partitions-1.370.0.gem 22528 BLAKE2B 504b25a41da2b948b00c3ea4b7e94a553ad77a471849d7e8d2d9a714860e9efce06c788dd22e6600b6885939987a1ea481dd0ef9f0e6c6ba9fa342ae24f4d627 SHA512 49bec442cad737c4781f759b7babef3d45daa49866135b4fb15aed9e248e737e95a589c0b17b86a6fe4e042c039fcdef7f2088e1eaf6738801fb314c71e0cc56 +DIST aws-partitions-1.722.0.gem 54784 BLAKE2B 5fd08e9b1e246e5690b25676ec32e87a058a8d48d7659036c64a469e25751660e1ee6ea278dfe1f07115f5ad691368c4712b3a3a2a897776b870cf5966a092ba SHA512 8a1ffe81077ba2eb26abfc10916dcdc78466f3081a871fea196e86107dff3f1bf7c74fe274eaaee077e09c1842997ae66ca1e6466d7169bbbaae36fa33d378df diff --git a/dev-ruby/aws-partitions/aws-partitions-1.722.0.ebuild b/dev-ruby/aws-partitions/aws-partitions-1.722.0.ebuild new file mode 100644 index 000000000000..dc5b40f61ae0 --- /dev/null +++ b/dev-ruby/aws-partitions/aws-partitions-1.722.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +USE_RUBY="ruby27 ruby30 ruby31 ruby32" + +# Not packaged and upstream not tagged. +RUBY_FAKEGEM_RECIPE_TEST="none" + +RUBY_FAKEGEM_EXTRAINSTALL="partitions.json" + +inherit ruby-fakegem + +DESCRIPTION="Provides interfaces to enumerate AWS partitions, regions, and services" +HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/" + +LICENSE="Apache-2.0" +SLOT="1" +KEYWORDS="~amd64 ~arm64" +IUSE=""