mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/aws-sdk-core: initial import of 2.2.5
Package-Manager: portage-2.2.24
This commit is contained in:
1
dev-ruby/aws-sdk-core/Manifest
Normal file
1
dev-ruby/aws-sdk-core/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST aws-sdk-ruby-2.2.5.tar.gz 1671525 SHA256 5fba8661d99d939162a349fddf0a89003267856f4faaa8baa5875c916241e4d1 SHA512 93e848922b9410297ccd82d8e71477f8246c4088f6145e53e7300ff7b4d8a3683274aba794a11df9fbe3a600b0b4cf6d4487f5a45f11fe8b4aad967ae4ee6e33 WHIRLPOOL fac9dc67dc047bc652b4645612f534c08f6b29f9ce456e80d1c7d497bdc748961e15b579162b0a9d42f3f416801eb2a9a365c817698e18638ec0f4a38ff1b6b7
|
||||
38
dev-ruby/aws-sdk-core/aws-sdk-core-2.2.5.ebuild
Normal file
38
dev-ruby/aws-sdk-core/aws-sdk-core-2.2.5.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2014 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
|
||||
}
|
||||
8
dev-ruby/aws-sdk-core/metadata.xml
Normal file
8
dev-ruby/aws-sdk-core/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>ruby</herd>
|
||||
<upstream>
|
||||
<remote-id type="github">aws/aws-sdk-ruby</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user