Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-sdk-cpp/
Date: Mon, 28 Sep 2020 11:34:34
Message-Id: 1601292305.6fe9cad6f5e2959783df9a7870013a13c8ef9d30.juippis@gentoo
1 commit: 6fe9cad6f5e2959783df9a7870013a13c8ef9d30
2 Author: Sven Eden <sven.eden <AT> prydeworx <DOT> com>
3 AuthorDate: Thu Sep 17 14:31:37 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 11:25:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fe9cad6
7
8 dev-libs/aws-sdk-cpp: Fixed dependencies and a typo
9
10 * Depend on
11 * >=dev-libs/aws-c-common-0.4.26 and
12 * >=dev-libs/aws-c-event-stream-0.1.6
13 The latter is needed for the test suite to succeed.
14 * A dash was missing, and thus the elastic-inference module could not
15 be activated. Instead, setting USE="elasticinference" lead to the
16 configure stage to fail.
17
18 Bug: https://bugs.gentoo.org/742650
19 Closes: https://bugs.gentoo.org/742650
20
21 Package-Manager: Portage-3.0.7, Repoman-3.0.1
22 Signed-off-by: Sven Eden <sven.eden <AT> prydeworx.com>
23 Closes: https://github.com/gentoo/gentoo/pull/17576
24 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
25
26 .../{aws-sdk-cpp-1.8.46.ebuild => aws-sdk-cpp-1.8.46-r1.ebuild} | 6 +++---
27 dev-libs/aws-sdk-cpp/metadata.xml | 2 +-
28 2 files changed, 4 insertions(+), 4 deletions(-)
29
30 diff --git a/dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46.ebuild b/dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46-r1.ebuild
31 similarity index 97%
32 rename from dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46.ebuild
33 rename to dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46-r1.ebuild
34 index 2ac7c4ce773..d2d2b9d0106 100644
35 --- a/dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46.ebuild
36 +++ b/dev-libs/aws-sdk-cpp/aws-sdk-cpp-1.8.46-r1.ebuild
37 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
38 MODULES=(
39 access-management apigateway appconfig backup batch budgets chime cloud-desktop cloud-dev cloud-media
40 cloud-mobile cloudformation cloudfront cloudhsm cloudsearch cloudwatch cognito config dlm ebs ec2 ecr ecs eks
41 - elasticache elasticbeanstalk elasticinference elasticloadbalancing elasticmapreduce email es events forecast
42 + elasticache elasticbeanstalk elastic-inference elasticloadbalancing elasticmapreduce email es events forecast
43 frauddetector fsx globalaccelerator iot kendra kinesis kms lambda lex license-manager lightsail machinelearning
44 macie managedblockchain marketplace networkmanager opsworks organizations other outposts personalize polly qldb
45 queues rds rekognition resource-groups route53 s3 sagemaker secretsmanager securityhub serverlessrepo shield sns
46 @@ -36,9 +36,9 @@ DEPEND="
47 !libressl? ( dev-libs/openssl:0= )
48 libressl? ( dev-libs/libressl:0= )
49 )
50 - dev-libs/aws-c-common
51 + >=dev-libs/aws-c-common-0.4.26:=[static-libs=]
52 dev-libs/aws-checksums
53 - dev-libs/aws-c-event-stream
54 + >=dev-libs/aws-c-event-stream-0.1.6:=[static-libs=]
55 sys-libs/zlib
56 "
57 RDEPEND="
58
59 diff --git a/dev-libs/aws-sdk-cpp/metadata.xml b/dev-libs/aws-sdk-cpp/metadata.xml
60 index d9d348be77d..632e0dfe194 100644
61 --- a/dev-libs/aws-sdk-cpp/metadata.xml
62 +++ b/dev-libs/aws-sdk-cpp/metadata.xml
63 @@ -206,7 +206,7 @@
64 Set up, manage, and scale distributed in-memory cache environments in the AWS Cloud
65 </flag>
66 <flag name="elasticbeanstalk">Quickly deploy and manage applications in the AWS Cloud.</flag>
67 - <flag name="elasticinference">
68 + <flag name="elastic-inference">
69 Amazon Elastic Inference is a service that allows you to attach low-cost GPU-powered
70 acceleration to many Amazon machine instances in order to reduce the cost of running deep
71 learning inference by up to 75%. Amazon Elastic Inference supports TensorFlow, Apache MXNet, and