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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71D2F138334 for ; Tue, 3 Dec 2019 07:12:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96581E07DB; Tue, 3 Dec 2019 07:12:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7B340E07DB for ; Tue, 3 Dec 2019 07:12:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2176834D70C for ; Tue, 3 Dec 2019 07:12:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D8248CB for ; Tue, 3 Dec 2019 07:12:44 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1575357084.6689b4c31d72555ce48799aae07d04e2f5ce87be.graaff@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.248.0.ebuild dev-ruby/aws-partitions/metadata.xml X-VCS-Directories: dev-ruby/aws-partitions/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 6689b4c31d72555ce48799aae07d04e2f5ce87be X-VCS-Branch: master Date: Tue, 3 Dec 2019 07:12:44 +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: 407ae1bb-7311-45b7-a34e-227ebb950def X-Archives-Hash: 0a28cd08a0e1ebc3865dc9c7416fe7e6 commit: 6689b4c31d72555ce48799aae07d04e2f5ce87be Author: Hans de Graaff gentoo org> AuthorDate: Tue Dec 3 07:06:15 2019 +0000 Commit: Hans de Graaff gentoo 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 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 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + aws/aws-sdk-ruby + +