commit:     fa21f19cdb48b2bb930860b33dc880a2ca64d659
Author:     Jaco Kroon <jkroon <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 10 09:46:03 2025 +0000
Commit:     Jaco Kroon <jkroon <AT> gentoo <DOT> org>
CommitDate: Tue Nov 11 12:26:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa21f19c

dev-libs/aws-c-http: new package, add 0.10.7

Signed-off-by: Jaco Kroon <jkroon <AT> gentoo.org>

 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(+)

diff --git a/dev-libs/aws-c-http/Manifest b/dev-libs/aws-c-http/Manifest
new file mode 100644
index 000000000000..2d671fad3ca2
--- /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 000000000000..d857aab1735f
--- /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 000000000000..40cc9cd7d65e
--- /dev/null
+++ b/dev-libs/aws-c-http/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Jaco Kroon</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">awslabs/aws-c-http</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to