summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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