From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72F8F15808A for ; Fri, 18 Jul 2025 09:35:45 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6090C340FA7 for ; Fri, 18 Jul 2025 09:35:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 70DB6110560; Fri, 18 Jul 2025 09:35:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 67529110560 for ; Fri, 18 Jul 2025 09:35:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EC13340F03 for ; Fri, 18 Jul 2025 09:35:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE3953240 for ; Fri, 18 Jul 2025 09:35:27 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1752764384.c8be6fa375198d00460e663ce4a8f8996e9d0c53.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/aws-c-io/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/aws-c-io/Manifest dev-libs/aws-c-io/aws-c-io-0.21.0.ebuild X-VCS-Directories: dev-libs/aws-c-io/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: c8be6fa375198d00460e663ce4a8f8996e9d0c53 X-VCS-Branch: master Date: Fri, 18 Jul 2025 09:35: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: 5433409f-a1c0-42df-86f4-88f4af45028a X-Archives-Hash: 387f3f7f3f9fa3206bef7262390f87f5 commit: c8be6fa375198d00460e663ce4a8f8996e9d0c53 Author: KotoishiHeart danceylove net> AuthorDate: Thu Jul 17 14:58:25 2025 +0000 Commit: David Roman gmail com> CommitDate: Thu Jul 17 14:59:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c8be6fa3 dev-libs/aws-c-io: add 0.21.0 Signed-off-by: KotoishiHeart danceylove.net> dev-libs/aws-c-io/Manifest | 1 + dev-libs/aws-c-io/aws-c-io-0.21.0.ebuild | 41 ++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-libs/aws-c-io/Manifest b/dev-libs/aws-c-io/Manifest index 8668f4b807..c9c94ab8de 100644 --- a/dev-libs/aws-c-io/Manifest +++ b/dev-libs/aws-c-io/Manifest @@ -1,2 +1,3 @@ DIST aws-c-io-0.19.1.tar.gz 736276 BLAKE2B 66afe228fda5d24eb240f9c187bfe5516fa81c8206089813b35ac7872ff5592d9014e1e7b0ae805ead59953d56abbce0356b41b7618d180f292a36c37dfb1d90 SHA512 980de4a052155226ff71e6c3a0e5b49c2717b6bf8478148b327963d6a6856b81940f0d9fa3cdaa9e99606f39e93fb74bee601b4f03e2d0f285b0f0056277fdce DIST aws-c-io-0.20.1.tar.gz 749024 BLAKE2B 3f1db4d61faa6922925d74734a1db24de75b21830783480ffb0415871e9c946174828287cf335bcea2fd6a5513caa674b5be8de3353abe29b8f3ed5d2f3eca23 SHA512 cc9c367cfcd4fe3486f4e021fbbf302cec248cc42f2a80b49a107c1f86e91e64d70eac4e0ccbd6b91282edae3ecc576b31049f3c412016065c49b0a728678294 +DIST aws-c-io-0.21.0.tar.gz 749192 BLAKE2B f41b5bbb96c79fd9005f14038bdde6b9d4ad5df230e6985bd479ca3e27728d3ae240adf99a2fd545285465a4084a25b15ee1bca6c827c498115d2a13b950a0ce SHA512 ea07e14cb62df984798a2dfda6e58c9e92e89735de7249e84dfaf5c408da7eb1558b68893f6fd93cb98daf1a3400cb2483a8e678e7cae7b6b89f75285489f8cb diff --git a/dev-libs/aws-c-io/aws-c-io-0.21.0.ebuild b/dev-libs/aws-c-io/aws-c-io-0.21.0.ebuild new file mode 100644 index 0000000000..6ce115eecb --- /dev/null +++ b/dev-libs/aws-c-io/aws-c-io-0.21.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="AWS SDK for C module, handles IO and TLS work for application protocols" +HOMEPAGE="https://github.com/awslabs/aws-c-io" +SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RESTRICT="!test? ( test )" + +DEPEND=" + dev-libs/aws-c-common:= + dev-libs/aws-c-cal:= + dev-libs/s2n:= +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TESTING=$(usex test) + ) + + if use test; then + # (#759802) 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 +}