summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/aws-c-event-stream: WhitespaceFoundJoonas Niilola2020-12-131-2/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-c-event-stream: remove obsolete ebuildSven Eden2020-12-132-35/+0
| | | | | | 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>
* dev-libs/aws-c-event-stream: Version 0.2.5 Bump, fix #756325Sven Eden2020-12-132-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Event stream rpc full stack [0] event-stream-rpc implementation and tests. Added aws-c-io dependency. * Marked RPC tests as net tests [1] * Added test helper to ensure symbol is exported [2] * Fixed shared-lib builds [3] * Added newline [4] Also: * Raise dependency of dev-libs/aws-c-common to at least 0.4.62 * Depend now on dev-libs/aws-c-io as demanded by [0] * Block dev-util/cmake-3.19.0 and dev-util/cmake-3.19.1, which introduced a regression causing configure phase to fail. [5] [0] https://github.com/awslabs/aws-c-event-stream/pull/48 [1] https://github.com/awslabs/aws-c-event-stream/pull/49 [2] https://github.com/awslabs/aws-c-event-stream/pull/50 [3] https://github.com/awslabs/aws-c-event-stream/pull/51 [4] https://github.com/awslabs/aws-c-event-stream/pull/53 [5] https://gitlab.kitware.com/cmake/cmake/-/issues/21529 Closes: https://bugs.gentoo.org/756325 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>
* dev-libs/aws-c-event-stream: Remove 0.1.3, it is not needed anymore.Sven Eden2020-09-302-34/+0
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-c-event-stream: Fix dependency on dev-libs/aws-checksumsSven Eden2020-09-301-1/+1
| | | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-c-event-stream: Version Bump to 0.1.6 plus two fixesSven Eden2020-09-283-2/+44
| | | | | | | | | | | | | | | * added static-libs USE flag. * depend on >=dev-libs/aws-c-common-0.4.26 From this version on, AwsFindPackage.cmake is available, which this package build system uses. Bug: https://bugs.gentoo.org/695418 Bug: https://bugs.gentoo.org/717574 Closes: https://bugs.gentoo.org/717574 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sven Eden <sven.eden@prydeworx.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-c-event-stream: Maintainer retiredJonas Stein2020-08-241-9/+2
| | | | | | | Proxied maintainer retired due to inactivity. Bug: 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-1/+1
| | | | | Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-libs/aws-c-event-stream: Switch to cmake.eclassAndreas Sturmlechner2020-01-061-3/+3
| | | | | 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-c-event-stream: Fix dependencies (#695206)Sven Eden2019-09-261-1/+4
| | | | | | | | | | | | | | Unfortunately I forgot to add dev-libs/aws-checksums to the list of dependencies. This is explicitly not a revision bump, as this would cause rebuilds for everybody who has already merged this successfully. Bug: https://bugs.gentoo.org/695206 Closes: https://bugs.gentoo.org/695206 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/13045 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-libs/aws-c-event-stream: amazon evenstream C99 implementationSven Eden2019-09-204-0/+53
C99 implementation of the vnd.amazon.eventstream content-type Dependency for dev-libs/aws-sdk-cpp-1.7.178 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>