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 81649158074 for ; Sat, 21 Jun 2025 12:21:43 +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 6ED24341FA6 for ; Sat, 21 Jun 2025 12:21:43 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 64FE71104D9; Sat, 21 Jun 2025 12:21:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5E87B1104D9 for ; Sat, 21 Jun 2025 12:21:42 +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 0ECDA341F95 for ; Sat, 21 Jun 2025 12:21:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A624C2A31 for ; Sat, 21 Jun 2025 12:21:40 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1750458939.e772aad03c9a50d3d9d0511274d1e7b39f98cec4.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/aws-c-auth/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/aws-c-auth/Manifest dev-libs/aws-c-auth/aws-c-auth-0.9.0.ebuild X-VCS-Directories: dev-libs/aws-c-auth/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: e772aad03c9a50d3d9d0511274d1e7b39f98cec4 X-VCS-Branch: master Date: Sat, 21 Jun 2025 12:21:40 +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: 282de241-4e1b-4c0b-a659-6bfd2f254ef7 X-Archives-Hash: 0df7d0f5a51bc1f079d435b12dcb7f7d commit: e772aad03c9a50d3d9d0511274d1e7b39f98cec4 Author: KotoishiHeart danceylove net> AuthorDate: Fri Jun 20 11:06:09 2025 +0000 Commit: Lucio Sauer posteo net> CommitDate: Fri Jun 20 22:35:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e772aad0 dev-libs/aws-c-auth: add 0.9.0 Signed-off-by: KotoishiHeart danceylove.net> Part-of: https://github.com/gentoo/guru/pull/331 Signed-off-by: KotoishiHeart danceylove.net> dev-libs/aws-c-auth/Manifest | 1 + dev-libs/aws-c-auth/aws-c-auth-0.9.0.ebuild | 34 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-libs/aws-c-auth/Manifest b/dev-libs/aws-c-auth/Manifest new file mode 100644 index 0000000000..8b0570c322 --- /dev/null +++ b/dev-libs/aws-c-auth/Manifest @@ -0,0 +1 @@ +DIST aws-c-auth-0.9.0.tar.gz 265696 BLAKE2B c489e4a36ec3448f2474c5660ac94ac7f7ca4cbc9d77e29db2ff37be928796b74fccb6b24761fcbb6322f97bf083227d928ecad9625ce29cdaf101d356534f20 SHA512 709716d306e4592c5f7fdc7503c060b38a9ed904baf7df6d53db5ada041f2c7677186f06738c449df68a2e4661ec3da01aa218aa78f4ef2d67ff25c88b902f24 diff --git a/dev-libs/aws-c-auth/aws-c-auth-0.9.0.ebuild b/dev-libs/aws-c-auth/aws-c-auth-0.9.0.ebuild new file mode 100644 index 0000000000..de1763d0ee --- /dev/null +++ b/dev-libs/aws-c-auth/aws-c-auth-0.9.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="C99 library implementation of AWS client-side authentication: standard credentials providers and signing" +HOMEPAGE="https://github.com/awslabs/aws-c-auth" +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/aws-c-io:= + dev-libs/aws-c-compression:= + dev-libs/aws-c-http:= + dev-libs/aws-c-sdkutils:= +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TESTING=$(usex test) + ) + cmake_src_configure +}