commit:     b45cd70a32344fad40fb8f80931d02bb9f16d65a
Author:     Jaco Kroon <jkroon <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  9 09:20:40 2025 +0000
Commit:     Jaco Kroon <jkroon <AT> gentoo <DOT> org>
CommitDate: Tue Nov 11 12:26:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45cd70a

dev-cpp/aws-c-common: new package, add 0.12.5

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

 dev-libs/aws-c-common/Manifest                   |  1 +
 dev-libs/aws-c-common/aws-c-common-0.12.5.ebuild | 14 ++++++++++++++
 dev-libs/aws-c-common/metadata.xml               | 11 +++++++++++
 3 files changed, 26 insertions(+)

diff --git a/dev-libs/aws-c-common/Manifest b/dev-libs/aws-c-common/Manifest
new file mode 100644
index 000000000000..9638d184b145
--- /dev/null
+++ b/dev-libs/aws-c-common/Manifest
@@ -0,0 +1 @@
+DIST aws-c-common-0.12.5.tar.gz 627705 BLAKE2B 
e3aabd690ee377affa499bb38f8bfc65dd42edd49eb4e36a4ca6234f5c195130e642e14deb940f0b245f7b4d0ef374d9ccf19f3a68822e06df884be02b50f406
 SHA512 
3f211e4d7737e756b6bda0de965570c3c04588e4f10dddf17f21ced1937a8dc6ddb5aeca52b96d7ead3cfb53e05ad99155d17045ea0da7f964372357046041ca

diff --git a/dev-libs/aws-c-common/aws-c-common-0.12.5.ebuild 
b/dev-libs/aws-c-common/aws-c-common-0.12.5.ebuild
new file mode 100644
index 000000000000..67c35a559feb
--- /dev/null
+++ b/dev-libs/aws-c-common/aws-c-common-0.12.5.ebuild
@@ -0,0 +1,14 @@
+# Copyright 2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Core c99 package for AWS SDK for C."
+HOMEPAGE="https://github.com/awslabs/aws-c-common";
+SRC_URI="https://github.com/awslabs/aws-c-common/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+inherit cmake
+
+LICENSE="Apache-2.0"
+SLOT="0/1"
+KEYWORDS="~amd64"

diff --git a/dev-libs/aws-c-common/metadata.xml 
b/dev-libs/aws-c-common/metadata.xml
new file mode 100644
index 000000000000..ec12b1036114
--- /dev/null
+++ b/dev-libs/aws-c-common/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-common</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to