summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/aws-sdk-cpp: Maintainer retiredJonas Stein2020-08-241-4/+0
| | | | | | | Proxied maintainer retired due to inactivity. Closes: https://bugs.gentoo.org/633138 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* dev-libs/aws-sdk-cpp: Switch to cmake.eclassAndreas Sturmlechner2020-01-061-4/+4
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-111-0/+1
| | | | | | | | | | | | | | | | | | The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/aws-sdk-cpp: Shorten the 'other' USE flag descriptionSven Eden2019-09-251-70/+6
| | | | | | | | | | | | | | | | | Unfortunately that description is way too long. It has over 5k characters, which is too much, at least for app-portage/ufed and app-portage/euses. This commit throws away the lengthy description of each module and replaces them with a mere list of the modules. As these are supposed to be rarely used modules anyway, this shouldn't be a problem. If any of the modules is requested to get its own USE flag, we can re-add its proper description. Bug: https://bugs.gentoo.org/695262 Bug: https://bugs.gentoo.org/695462 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sven Eden <yamakuzure@gmx.net> Closes: https://github.com/gentoo/gentoo/pull/13030 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-sdk-cpp: fix typo in metadata.xmlJoonas Niilola2019-09-241-1/+1
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-sdk-cpp: Fix typo in metadata.xml and add proxy maintainerSven Eden2019-09-241-1/+5
| | | | | | | | | | | Fixed a typo and a stray soft hyphen (0xad). Repoman is happy now. Further I have added myself as proxy maintainer as asked for in #12718. Signed-off-by: Sven Eden <yamakuzure@gmx.net> Package-Manager: Portage-2.3.76, Repoman-2.3.17 Closes: https://github.com/gentoo/gentoo/pull/13025 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-sdk-cpp: attempt to fix metadata generation temporarilyJoonas Niilola2019-09-231-6/+6
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-sdk-cpp: Remove deprecated ebuildSven Eden2019-09-203-190/+0
| | | | | | | | Signed-off-by: Sven Eden <yamakuzure@gmx.net> Bug: https://bugs.gentoo.org/666494 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Closes: https://github.com/gentoo/gentoo/pull/12718 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-sdk-cpp: Version bump to 1.7.178Sven Eden2019-09-203-0/+575
| | | | | | | | | Closes: https://bugs.gentoo.org/666494 Closes: https://bugs.gentoo.org/665540 Signed-off-by: Sven Eden <yamakuzure@gmx.net> Bug: https://bugs.gentoo.org/666494 Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-sdk-cpp: new package.Amit Prakash Ambasta2018-08-213-0/+203
The AWS SDK for C++ provides a modern C++ (version C++ 11 or later) interface for Amazon Web Services (AWS). Closes: https://bugs.gentoo.org/591512 Closes: https://github.com/gentoo/gentoo/pull/9638