commit: 6689b4c31d72555ce48799aae07d04e2f5ce87be Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Tue Dec 3 07:06:15 2019 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Tue Dec 3 07:11:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6689b4c3
dev-ruby/aws-partitions: initial import of 1.248.0 New dependency for dev-ruby/aws-sdk-core Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/aws-partitions/Manifest | 1 + .../aws-partitions/aws-partitions-1.248.0.ebuild | 21 +++++++++++++++++++++ dev-ruby/aws-partitions/metadata.xml | 11 +++++++++++ 3 files changed, 33 insertions(+) diff --git a/dev-ruby/aws-partitions/Manifest b/dev-ruby/aws-partitions/Manifest new file mode 100644 index 00000000000..393d9a6bbe2 --- /dev/null +++ b/dev-ruby/aws-partitions/Manifest @@ -0,0 +1 @@ +DIST aws-partitions-1.248.0.gem 18432 BLAKE2B 2232b8786f599c677984ecd92e256863951822402fa523ecf85b16a2c65659477132baa3831133db9cccbc07404ac5cb14bf84aebe1e03ee4a76aa265b6b457f SHA512 b055be405478a981e2061ceb217a781c813fc8779124d4078014003ff3c14bf22746a6f0211199c1d5f8ca1b46359d5b1b817dcf4600ec5a8da105a6eefab789 diff --git a/dev-ruby/aws-partitions/aws-partitions-1.248.0.ebuild b/dev-ruby/aws-partitions/aws-partitions-1.248.0.ebuild new file mode 100644 index 00000000000..ced0919facc --- /dev/null +++ b/dev-ruby/aws-partitions/aws-partitions-1.248.0.ebuild @@ -0,0 +1,21 @@ +# 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" + +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" +IUSE="" diff --git a/dev-ruby/aws-partitions/metadata.xml b/dev-ruby/aws-partitions/metadata.xml new file mode 100644 index 00000000000..d27944e8068 --- /dev/null +++ b/dev-ruby/aws-partitions/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <upstream> + <remote-id type="github">aws/aws-sdk-ruby</remote-id> + </upstream> +</pkgmetadata>
