summaryrefslogtreecommitdiff
path: root/dev-libs/aws-c-io
AgeCommit message (Collapse)Author
11 daysdev-libs/aws-c-io: 0.23.3Jaco Kroon
Add tests. Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
2025-11-11dev-libs/aws-c-io: new package, add 0.23.3Jaco Kroon
Signed-off-by: Jaco Kroon <jkroon@gentoo.org>
2025-06-20dev-libs/aws-c-io: treecleanAndreas Sturmlechner
Closes: https://bugs.gentoo.org/908427 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2024-04-17dev-libs/aws-c-io: add missing remote-idMichael Mair-Keimberger
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2024-01-14Move {dev-util → dev-build}/cmakeMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/34792 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-09-11**/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller
Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
2021-03-27dev-libs/aws-c-io: Version Bump to 0.9.2Sven Eden
Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2021-03-16*/*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny
Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-03-16*/*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny
Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
2021-01-05dev-libs/aws-c-io: Disable tests requiring an internet connectionSven Eden
Some of the tests require internet connectivity. On an offline machine these tests will therefore fail. As network sandboxing is enabled by default for years now, it is very unlikely that anybody would perform these tests anyway. Closes: https://bugs.gentoo.org/759802 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/18656 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-12-13dev-libs/aws-c-io: fix descriptionJoonas Niilola
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2020-12-13dev-libs/aws-c-io: IO/TLS module, for dev-libs/aws-c-event-streamSven Eden
This is a new dependency of dev-libs/aws-c-event-stream. Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>