summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/aws-sdk-cpp: Version Bump to 1.8.160Sven Eden2021-03-271-0/+17
| | | | | | | | | | | New in this ebuild: * New module 'wellarchitected' Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Closes: https://github.com/gentoo/gentoo/pull/19926 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-sdk-cpp: Remove obsolete ebuildSven Eden2020-12-131-30/+0
| | | | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Closes: https://github.com/gentoo/gentoo/pull/18623 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-sdk-cpp: Version 1.8.105 bumpSven Eden2020-12-131-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new modules have been added: * Amazon ECR Public * Amazon EMR on EKS * Amazon Lookout for Vision * Amazon Managed Workflows for Apache Airflow (Amazon MWAA) * Amazon Timestream * Audit Manager * Detective * DevOps Guru The following modules are now enabled in various categories: * connect-contact-lens * customer-profiles * databrew * healthlake * network-firewall * s3outposts * sagemaker-edge * sagemaker-featurestore-runtime * sso-admin * servicecatalog-appregistry Further more the SDK now uses the new packages * dev-libs/aws-c-cal * dev-libs/aws-c-io and * dev-libs/s2n which have code for IO/TLS/SSL and a cryptography layer split out. In the wake of this bump, the mentioned new packages have been added, and the following packages bumped: * dev-libs/aws-c-common * dev-libs/aws-checksums * dev-libs/aws-c-event-stream All packages that suffer from the cmake-3.9.0/1 regression [0] have been updated to no longer accept dev-util/cmake-3.9.0 and dev-util/cmake-3.9.1 for building. Bug: https://bugs.gentoo.org/755932 Bug: https://bugs.gentoo.org/756325 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> [0] https://gitlab.kitware.com/cmake/cmake/-/issues/21529 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-sdk-cpp: Fix dependency and build FLAGSSven Eden2020-09-301-0/+30
| | | | | | | | | | | | * The dependency on dev-libs/aws-checkums has been fixed * The build system introduces -Werror into the build system, which has been removed. Closes: https://bugs.gentoo.org/745087 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Closes: https://github.com/gentoo/gentoo/pull/17707 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-sdk-cpp: Bump to 1.8.46 and py3 upgrade (#717578)Sven Eden2020-09-1515-0/+312
This ebuild does not only bump the version, but also fixes two issues and adds several new modules as follows. 1. USE flag "polly" no longer pulls in media-sound/pulseaudio, as it is not needed for "polly", but for "text-to-speech". The new USE flag "pulseaudio" lets the user decide whether to depend on media-sound/pulseaudio or not. (bug 701752) 2. All python scripts are upgraded for python-3.7 to 3.9 compatibility (bug 735286) 3. The following modules have been added: * accessanalyzer, dataexchange, identitystore, sso, sso-oidc Added to USE flag "access-management" * appconfig New USE flag "appconfig" * appflow, braket, migrationhub-config, schemas Added to USE flag "other" * codeartifact, codeguruprofiler, codeguru-reviewer, codestar-connections, codestar-notifications, honeycode Added to USE "cloud-dev" * compute-optimizer, synthetics Added to USE "cloudwatch" * ebs New USE flag "ebs" * elastic-inference New USE flag "elasticinference" * forecast, forecastquery New USE flag "forecast" * frauddetector New USE flag "frauddetector" * imagebuilder, savingsplans Added to USE flag "ec2" * iotsecuretunneling, iotsitewise Added to USE flag "iot" * ivs Added to USE flag "kinesis" * kendra New USE flag "kendra" * macie2 Added to USE flag "macie" * marketplace-catalog Added to USE flag "marketplace" * networkmanager New USE flag "networkmanager" * outposts New USE flag "outposts" * qldb, qldb-session New USE flag "qldb" * sagemaker-a2i-runtime Added to USE flag "sagemaker" * sesv2 Added to USE flag "email" * wafv2 Added to USE flag "waf" * workmailmessageflow Added to USE flag "cloud-desktop" Closes: https://bugs.gentoo.org/701752 Closes: https://bugs.gentoo.org/717578 Closes: https://bugs.gentoo.org/735286 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>