From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 996941382C5 for ; Sat, 27 Mar 2021 05:50:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7217E0788; Sat, 27 Mar 2021 05:50:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87E0EE0788 for ; Sat, 27 Mar 2021 05:50:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77B93340DAD for ; Sat, 27 Mar 2021 05:50:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB10C635 for ; Sat, 27 Mar 2021 05:50:27 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1616824196.1a347a32a9ec3b6061e444317f0827a0c79ad6d0.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aws-c-event-stream/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/aws-c-event-stream/Manifest dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.7.ebuild X-VCS-Directories: dev-libs/aws-c-event-stream/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 1a347a32a9ec3b6061e444317f0827a0c79ad6d0 X-VCS-Branch: master Date: Sat, 27 Mar 2021 05:50:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f259466b-1cbd-42ef-a80c-a24428bd6e3b X-Archives-Hash: 04101ed3d1ecdb62479f610b55a52a77 commit: 1a347a32a9ec3b6061e444317f0827a0c79ad6d0 Author: Sven Eden prydeworx com> AuthorDate: Fri Mar 12 07:06:00 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Mar 27 05:49:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a347a32 dev-libs/aws-c-event-stream: Version Bump to 0.2.7 The bump fixes two errors in aws-c-event-stream: * https://github.com/awslabs/aws-c-event-stream/pull/55 Release lock before invoking callbacks. (Deadlocks seen) * https://github.com/awslabs/aws-c-event-stream/pull/60 Fix bug where client "forgets" it received CONNECT_ACK Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Sven Eden prydeworx.com> Signed-off-by: Joonas Niilola gentoo.org> dev-libs/aws-c-event-stream/Manifest | 1 + .../aws-c-event-stream-0.2.7.ebuild | 45 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/dev-libs/aws-c-event-stream/Manifest b/dev-libs/aws-c-event-stream/Manifest index 26068293074..9d963cb1d25 100644 --- a/dev-libs/aws-c-event-stream/Manifest +++ b/dev-libs/aws-c-event-stream/Manifest @@ -1 +1,2 @@ DIST aws-c-event-stream-0.2.5.tar.gz 61949 BLAKE2B baebd87a916fb8440db56afa2b97bd02229d70e00b55c40a17a2f467ad683422a6c6747aa698adce5272a03ced3fe6957d8cc62040d8080d3ed95409d8182851 SHA512 1421d608d8a5cfa5ec5df3bd905aab9ce9abc913461569a99b895c8415e50305aca0be3595bd4f3ed74cb52cc0e342354d211531066fdde60e14dd60e5629239 +DIST aws-c-event-stream-0.2.7.tar.gz 63942 BLAKE2B 751199efa1889861b647ca2f59f4a323961aedb9184d8c1293ff8a32096bb6e22de43eb2afbe9eb433f43e07ef8be251c815cfd897eb81cf2041e5f7be230ead SHA512 3ecc9fd80cd37d87df34948a7d7ca344a7b5ff2298e5ecc568d945830f8f8cd88721e0d2c4d11dee06af87e14b9ff13c8f13b8abfee74826ae72c8a280109440 diff --git a/dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.7.ebuild b/dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.7.ebuild new file mode 100644 index 00000000000..557f3a34b07 --- /dev/null +++ b/dev-libs/aws-c-event-stream/aws-c-event-stream-0.2.7.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="C99 implementation of the vnd.amazon.eventstream content-type" +HOMEPAGE="https://github.com/awslabs/aws-c-event-stream" +SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="static-libs test" + +RESTRICT="!test? ( test )" + +DEPEND=" + >=dev-libs/aws-c-common-0.5.2:=[static-libs=] + >=dev-libs/aws-c-io-0.9.2:=[static-libs=] + >=dev-libs/aws-checksums-0.1.10:=[static-libs=] +" + +PATCHES=( + "${FILESDIR}"/0.1.3-add_missing_cmake_install_prefix.patch +) + +src_configure() { + local mycmakeargs=( + -DBUILD_SHARED_LIBS=$(usex !static-libs) + -DBUILD_TESTING=$(usex test) + ) + + if use test; then + # (#760585) Due to network sandboxing of portage, internet connectivity + # tests will always fail. If you need a USE flag, because you want/need + # to perform these tests manually, please open a bug report for it. + mycmakeargs+=( + -DENABLE_NET_TESTS=OFF + ) + fi + + cmake_src_configure +}