Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-partitions/
Date: Sat, 18 Mar 2023 23:10:18
Message-Id: 1679180909.2b39f06be20e10491479526c5bd2de29c661b27c.sam@gentoo
1 commit: 2b39f06be20e10491479526c5bd2de29c661b27c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 18 02:35:02 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 23:08:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b39f06b
7
8 dev-ruby/aws-partitions: add 1.722.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-ruby/aws-partitions/Manifest | 1 +
13 .../aws-partitions/aws-partitions-1.722.0.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-ruby/aws-partitions/Manifest b/dev-ruby/aws-partitions/Manifest
17 index 87a15755f86b..048ba6ae6267 100644
18 --- a/dev-ruby/aws-partitions/Manifest
19 +++ b/dev-ruby/aws-partitions/Manifest
20 @@ -1 +1,2 @@
21 DIST aws-partitions-1.370.0.gem 22528 BLAKE2B 504b25a41da2b948b00c3ea4b7e94a553ad77a471849d7e8d2d9a714860e9efce06c788dd22e6600b6885939987a1ea481dd0ef9f0e6c6ba9fa342ae24f4d627 SHA512 49bec442cad737c4781f759b7babef3d45daa49866135b4fb15aed9e248e737e95a589c0b17b86a6fe4e042c039fcdef7f2088e1eaf6738801fb314c71e0cc56
22 +DIST aws-partitions-1.722.0.gem 54784 BLAKE2B 5fd08e9b1e246e5690b25676ec32e87a058a8d48d7659036c64a469e25751660e1ee6ea278dfe1f07115f5ad691368c4712b3a3a2a897776b870cf5966a092ba SHA512 8a1ffe81077ba2eb26abfc10916dcdc78466f3081a871fea196e86107dff3f1bf7c74fe274eaaee077e09c1842997ae66ca1e6466d7169bbbaae36fa33d378df
23
24 diff --git a/dev-ruby/aws-partitions/aws-partitions-1.722.0.ebuild b/dev-ruby/aws-partitions/aws-partitions-1.722.0.ebuild
25 new file mode 100644
26 index 000000000000..dc5b40f61ae0
27 --- /dev/null
28 +++ b/dev-ruby/aws-partitions/aws-partitions-1.722.0.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2023 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +USE_RUBY="ruby27 ruby30 ruby31 ruby32"
36 +
37 +# Not packaged and upstream not tagged.
38 +RUBY_FAKEGEM_RECIPE_TEST="none"
39 +
40 +RUBY_FAKEGEM_EXTRAINSTALL="partitions.json"
41 +
42 +inherit ruby-fakegem
43 +
44 +DESCRIPTION="Provides interfaces to enumerate AWS partitions, regions, and services"
45 +HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/"
46 +
47 +LICENSE="Apache-2.0"
48 +SLOT="1"
49 +KEYWORDS="~amd64 ~arm64"
50 +IUSE=""