From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CF2011388C0 for ; Sat, 20 Feb 2016 10:25:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6630121C10B; Sat, 20 Feb 2016 10:25:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5FC421C108 for ; Sat, 20 Feb 2016 10:25:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E69C340D7A for ; Sat, 20 Feb 2016 07:32:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 433C810AF for ; Sat, 20 Feb 2016 07:32:35 +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: <1455953398.06c13088b693716da7f0a51bcdb8f36961e9c616.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/aws-sdk-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/aws-sdk-core/Manifest dev-ruby/aws-sdk-core/aws-sdk-core-2.2.18.ebuild X-VCS-Directories: dev-ruby/aws-sdk-core/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 06c13088b693716da7f0a51bcdb8f36961e9c616 X-VCS-Branch: master Date: Sat, 20 Feb 2016 07:32:35 +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-Archives-Salt: 5dcea8b2-c493-4f4d-8240-d9ea1f7da7af X-Archives-Hash: be8da28eb91a45658ec1ed73b6096223 commit: 06c13088b693716da7f0a51bcdb8f36961e9c616 Author: Hans de Graaff gentoo org> AuthorDate: Sat Feb 20 07:29:03 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Feb 20 07:29:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c13088 dev-ruby/aws-sdk-core: add 2.2.18 Package-Manager: portage-2.2.26 dev-ruby/aws-sdk-core/Manifest | 1 + dev-ruby/aws-sdk-core/aws-sdk-core-2.2.18.ebuild | 38 ++++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/dev-ruby/aws-sdk-core/Manifest b/dev-ruby/aws-sdk-core/Manifest index d42fcdf..89bb6cc 100644 --- a/dev-ruby/aws-sdk-core/Manifest +++ b/dev-ruby/aws-sdk-core/Manifest @@ -1 +1,2 @@ +DIST aws-sdk-ruby-2.2.18.tar.gz 1745330 SHA256 f3e83cd1d502561ebd5ec833b952bb8a29436d1f8ef010a8adb7dff4953cac92 SHA512 dfe5d6ff90724592fc2d6364a0dcee1b6cc1e6836d4c79193362246c54d1f59a0dff0c7a57bf7996f59ef7e0988ea013f86bf27a36bf8cbab9055edc0ea54528 WHIRLPOOL e539ef5a678efb7fbfc57989611216caf40d2510d0e4c6204724b3315f2df2ec0a4d4b7a225da575cb7a6cc37dd4f82d98fe6c5c698eb0def43165b0e2d4fa23 DIST aws-sdk-ruby-2.2.5.tar.gz 1671525 SHA256 5fba8661d99d939162a349fddf0a89003267856f4faaa8baa5875c916241e4d1 SHA512 93e848922b9410297ccd82d8e71477f8246c4088f6145e53e7300ff7b4d8a3683274aba794a11df9fbe3a600b0b4cf6d4487f5a45f11fe8b4aad967ae4ee6e33 WHIRLPOOL fac9dc67dc047bc652b4645612f534c08f6b29f9ce456e80d1c7d497bdc748961e15b579162b0a9d42f3f416801eb2a9a365c817698e18638ec0f4a38ff1b6b7 diff --git a/dev-ruby/aws-sdk-core/aws-sdk-core-2.2.18.ebuild b/dev-ruby/aws-sdk-core/aws-sdk-core-2.2.18.ebuild new file mode 100644 index 0000000..0428f85 --- /dev/null +++ b/dev-ruby/aws-sdk-core/aws-sdk-core-2.2.18.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +USE_RUBY="ruby20 ruby21" + +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_EXTRAINSTALL="apis ca-bundle.crt endpoints.json" + +GITHUB_USER="aws" +GITHUB_PROJECT="aws-sdk-ruby" +RUBY_S="${GITHUB_PROJECT}-${PV}/${PN}" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="Official SDK for Amazon Web Services" +HOMEPAGE="http://aws.amazon.com/sdkforruby" +SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${GITHUB_PROJECT}-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="2" +KEYWORDS="~amd64" +IUSE="" + +ruby_add_rdepend "dev-ruby/jmespath:1" + +all_ruby_prepare() { + # Avoid spec that gets confused by our directory names + sed -i -e '/requires prefixes from plugin names when loading/,/end/ s:^:#:' \ + spec/seahorse/client/plugin_list_spec.rb || die +}