Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-partitions/
Date: Sun, 08 Mar 2020 06:38:17
Message-Id: 1583648590.967a44436a7aa1cb1cf1e9a44962a3cdec508641.graaff@gentoo
1 commit: 967a44436a7aa1cb1cf1e9a44962a3cdec508641
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 8 06:23:10 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 8 06:23:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967a4443
7
8 dev-ruby/aws-partitions: add 1.281.0
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/aws-partitions/Manifest | 1 +
14 .../aws-partitions/aws-partitions-1.281.0.ebuild | 21 +++++++++++++++++++++
15 2 files changed, 22 insertions(+)
16
17 diff --git a/dev-ruby/aws-partitions/Manifest b/dev-ruby/aws-partitions/Manifest
18 index 393d9a6bbe2..3e8d8ba6684 100644
19 --- a/dev-ruby/aws-partitions/Manifest
20 +++ b/dev-ruby/aws-partitions/Manifest
21 @@ -1 +1,2 @@
22 DIST aws-partitions-1.248.0.gem 18432 BLAKE2B 2232b8786f599c677984ecd92e256863951822402fa523ecf85b16a2c65659477132baa3831133db9cccbc07404ac5cb14bf84aebe1e03ee4a76aa265b6b457f SHA512 b055be405478a981e2061ceb217a781c813fc8779124d4078014003ff3c14bf22746a6f0211199c1d5f8ca1b46359d5b1b817dcf4600ec5a8da105a6eefab789
23 +DIST aws-partitions-1.281.0.gem 18944 BLAKE2B 723ab683eceffb0873afa9aa227826b1e0ac797258858ed55ea5e1413826a1d6818f732600d081711f0b989bbd2c81cc4f7102e96e5f86faedd2bd893c4c1c2e SHA512 329c353ee2f2762a7202ee6297e6f4f10d8a47ef6f660858f1bdd118fd77e19a2e4ae9424884af0007b2a000d291d9eb8f47d6eb20541dd3378fba6b261526ca
24
25 diff --git a/dev-ruby/aws-partitions/aws-partitions-1.281.0.ebuild b/dev-ruby/aws-partitions/aws-partitions-1.281.0.ebuild
26 new file mode 100644
27 index 00000000000..864a129dbc7
28 --- /dev/null
29 +++ b/dev-ruby/aws-partitions/aws-partitions-1.281.0.ebuild
30 @@ -0,0 +1,21 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +USE_RUBY="ruby24 ruby25 ruby26 ruby27"
37 +
38 +# Not packaged and upstream not tagged.
39 +RUBY_FAKEGEM_RECIPE_TEST="none"
40 +
41 +RUBY_FAKEGEM_EXTRAINSTALL="partitions.json"
42 +
43 +inherit ruby-fakegem
44 +
45 +DESCRIPTION="Provides interfaces to enumerate AWS partitions, regions, and services"
46 +HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/"
47 +
48 +LICENSE="Apache-2.0"
49 +SLOT="1"
50 +KEYWORDS="~amd64"
51 +IUSE=""