From fa21f19cdb48b2bb930860b33dc880a2ca64d659 Mon Sep 17 00:00:00 2001 From: Jaco Kroon Date: Mon, 10 Nov 2025 11:46:03 +0200 Subject: [PATCH] dev-libs/aws-c-http: new package, add 0.10.7 Signed-off-by: Jaco Kroon --- dev-libs/aws-c-http/Manifest | 1 + dev-libs/aws-c-http/aws-c-http-0.10.7.ebuild | 20 ++++++++++++++++++++ dev-libs/aws-c-http/metadata.xml | 11 +++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-libs/aws-c-http/Manifest create mode 100644 dev-libs/aws-c-http/aws-c-http-0.10.7.ebuild create mode 100644 dev-libs/aws-c-http/metadata.xml diff --git a/dev-libs/aws-c-http/Manifest b/dev-libs/aws-c-http/Manifest new file mode 100644 index 0000000000000..2d671fad3ca20 --- /dev/null +++ b/dev-libs/aws-c-http/Manifest @@ -0,0 +1 @@ +DIST aws-c-http-0.10.7.tar.gz 500595 BLAKE2B 22865ede99bd421856b7c2462594f2643b8bf8ad0a1b49c56bb44f8b0ecaebc03f0f2459eaa135030767f7f8ca303f65e725a5e89622e361b762941d760edc4a SHA512 8f07b9c5d9b315d5beba79f8f0dc583fdb0466843fb0caef792bbb4e7db5f261abd4850929f8b3ca81b9eaf4efcf7e63564891586ac2dd7796e3eb797ddecf99 diff --git a/dev-libs/aws-c-http/aws-c-http-0.10.7.ebuild b/dev-libs/aws-c-http/aws-c-http-0.10.7.ebuild new file mode 100644 index 0000000000000..d857aab1735fb --- /dev/null +++ b/dev-libs/aws-c-http/aws-c-http-0.10.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="AWS C Http: C99 implementation of the HTTP/1.1 and HTTP/2 specifications" +HOMEPAGE="https://github.com/awslabs/aws-c-http" +SRC_URI="https://github.com/awslabs/aws-c-http/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +inherit cmake + +LICENSE="Apache-2.0" +SLOT="0/1" +KEYWORDS="~amd64" + +DEPEND="dev-libs/aws-c-common + dev-libs/aws-c-compression + dev-libs/aws-c-io" +RDEPEND="${DEPEND}" +BDEPEND="dev-libs/aws-c-common" diff --git a/dev-libs/aws-c-http/metadata.xml b/dev-libs/aws-c-http/metadata.xml new file mode 100644 index 0000000000000..40cc9cd7d65e0 --- /dev/null +++ b/dev-libs/aws-c-http/metadata.xml @@ -0,0 +1,11 @@ + + + + + jkroon@gentoo.org + Jaco Kroon + + + awslabs/aws-c-http + +