diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2020-04-16 16:00:52 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2020-04-16 16:03:46 -0700 |
commit | d5227fc9f3efdc593adc0b3455e10babdff4fe54 (patch) | |
tree | c9fba81d3b9a4f369a099c401d3cad3e34e4b3e1 /dev-ruby/aws-eventstream | |
parent | dev-ruby/aws-sdk-core: bump (diff) | |
download | gentoo-d5227fc9f3efdc593adc0b3455e10babdff4fe54.tar.gz gentoo-d5227fc9f3efdc593adc0b3455e10babdff4fe54.tar.bz2 gentoo-d5227fc9f3efdc593adc0b3455e10babdff4fe54.zip |
dev-ruby/aws-eventstream: bump
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'dev-ruby/aws-eventstream')
-rw-r--r-- | dev-ruby/aws-eventstream/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/aws-eventstream/aws-eventstream-1.1.0.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-ruby/aws-eventstream/Manifest b/dev-ruby/aws-eventstream/Manifest index ed87d8d46089..36ace86acbf0 100644 --- a/dev-ruby/aws-eventstream/Manifest +++ b/dev-ruby/aws-eventstream/Manifest @@ -1 +1,2 @@ DIST aws-eventstream-1.0.3.gem 9216 BLAKE2B 32cb1d14562365bd9fc579272f6f5a56d542662dbca765431a980c278aa1ecdc4c61ba4875c52c83d962771e89f831c4b167b176882bf45649cea7732ec68c04 SHA512 bd2babd7ec1e3190b839925116cfe315f09087e106970603941ce4e1eea64cb4fcbf59d16c547a5ac4968792839de3dbb2e4719a05cd4433c611df44567029b0 +DIST aws-eventstream-1.1.0.gem 8704 BLAKE2B 52018f2466f24b5c4ca9463321d4bad94579c6c98ef7fe0de34376da1e9ecfa0171de3485f65266a8b6be99c6eab956b88b367b8431c62aac1b46107f47925db SHA512 40af0ad738341bd879458060c5d5b1cda3d539ecec18e3e14f2c36582368e246a1dd510480629f7f29e044dc6f9d3a028af72650a0386491931f5a2691ac5d8a diff --git a/dev-ruby/aws-eventstream/aws-eventstream-1.1.0.ebuild b/dev-ruby/aws-eventstream/aws-eventstream-1.1.0.ebuild new file mode 100644 index 000000000000..0fff340c1e82 --- /dev/null +++ b/dev-ruby/aws-eventstream/aws-eventstream-1.1.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +USE_RUBY="ruby24 ruby25 ruby26" + +# Not packaged and upstream not tagged. +RUBY_FAKEGEM_RECIPE_TEST="none" + +inherit ruby-fakegem + +DESCRIPTION="Amazon Web Services event stream library" +HOMEPAGE="https://aws.amazon.com/sdk-for-ruby/" + +LICENSE="Apache-2.0" +SLOT="1" +KEYWORDS="~amd64" +IUSE="" |