public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/aws-c-common/
@ 2025-06-20 22:41 Okamura Kazuya
  0 siblings, 0 replies; 2+ messages in thread
From: Okamura Kazuya @ 2025-06-20 22:41 UTC (permalink / raw
  To: gentoo-commits

commit:     e3a9b41dfc95e30e9f579bb621c6c475fc98cf7a
Author:     KotoishiHeart <trakrailysurely <AT> danceylove <DOT> net>
AuthorDate: Fri Jun 20 11:06:02 2025 +0000
Commit:     Okamura Kazuya <trakrailysurely <AT> danceylove <DOT> net>
CommitDate: Fri Jun 20 22:35:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e3a9b41d

dev-libs/aws-c-common: add 0.12.3

Signed-off-by: KotoishiHeart <trakrailysurely <AT> danceylove.net>
Part-of: https://github.com/gentoo/guru/pull/331
Signed-off-by: KotoishiHeart <trakrailysurely <AT> danceylove.net>

 dev-libs/aws-c-common/Manifest                   |  1 +
 dev-libs/aws-c-common/aws-c-common-0.12.3.ebuild | 24 ++++++++++++++++++++++++
 dev-libs/aws-c-common/metadata.xml               | 11 +++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-libs/aws-c-common/Manifest b/dev-libs/aws-c-common/Manifest
new file mode 100644
index 0000000000..0b2ba8c54a
--- /dev/null
+++ b/dev-libs/aws-c-common/Manifest
@@ -0,0 +1 @@
+DIST aws-c-common-0.12.3.tar.gz 619465 BLAKE2B 68909ff6290031e27d3c40ad021599bb03828d7ab5b7cff3937a2fa314074b131870771eb88111b1d3ac9fcfaa526aed07ce3951680b2908ed920b3ce4ab3b80 SHA512 d0eb3ae81f9b6376a2e6351d1d03508ca4384f51d127e005a48c050387ffe1f84eb191994eca5aaeadba0fc0d0358cb739fd97018af71c449753fe64f36c95b9

diff --git a/dev-libs/aws-c-common/aws-c-common-0.12.3.ebuild b/dev-libs/aws-c-common/aws-c-common-0.12.3.ebuild
new file mode 100644
index 0000000000..9c6446236a
--- /dev/null
+++ b/dev-libs/aws-c-common/aws-c-common-0.12.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Core c99 package for AWS SDK for C"
+HOMEPAGE="https://github.com/awslabs/aws-c-common"
+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 )"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTING=$(usex test)
+	)
+	cmake_src_configure
+}

diff --git a/dev-libs/aws-c-common/metadata.xml b/dev-libs/aws-c-common/metadata.xml
new file mode 100644
index 0000000000..63beaed891
--- /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>trakrailysurely@danceylove.net</email>
+    <name>Okamura Kazuya</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">awslabs/aws-c-common</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/aws-c-common/
@ 2025-07-17 15:03 Okamura Kazuya
  0 siblings, 0 replies; 2+ messages in thread
From: Okamura Kazuya @ 2025-07-17 15:03 UTC (permalink / raw
  To: gentoo-commits

commit:     7bc107acf7429d0396cdee93747e2b0b1fe72d09
Author:     KotoishiHeart <trakrailysurely <AT> danceylove <DOT> net>
AuthorDate: Thu Jul 17 14:58:17 2025 +0000
Commit:     Okamura Kazuya <trakrailysurely <AT> danceylove <DOT> net>
CommitDate: Thu Jul 17 14:59:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7bc107ac

dev-libs/aws-c-common: add 0.12.4

Signed-off-by: KotoishiHeart <trakrailysurely <AT> danceylove.net>

 dev-libs/aws-c-common/Manifest                   |  1 +
 dev-libs/aws-c-common/aws-c-common-0.12.4.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-libs/aws-c-common/Manifest b/dev-libs/aws-c-common/Manifest
index 0b2ba8c54a..779c310a2d 100644
--- a/dev-libs/aws-c-common/Manifest
+++ b/dev-libs/aws-c-common/Manifest
@@ -1 +1,2 @@
 DIST aws-c-common-0.12.3.tar.gz 619465 BLAKE2B 68909ff6290031e27d3c40ad021599bb03828d7ab5b7cff3937a2fa314074b131870771eb88111b1d3ac9fcfaa526aed07ce3951680b2908ed920b3ce4ab3b80 SHA512 d0eb3ae81f9b6376a2e6351d1d03508ca4384f51d127e005a48c050387ffe1f84eb191994eca5aaeadba0fc0d0358cb739fd97018af71c449753fe64f36c95b9
+DIST aws-c-common-0.12.4.tar.gz 621057 BLAKE2B 9d781b5c612ae32abcffedbf2f7a1dd7d300fa7fa0a63deba71a50f5a5af35e3de87e45f461a8fc33bd35b8be5dfa6dd00b287fca9cc2d87584a3687b03e99f1 SHA512 79ddadd0c6820341f62b10dd31360b8ee9540ace150e61eaed8a14808ab0209a18c4a15f1e41b7179e920e3aea8089840e0a643cac1377d9189955bd29c80092

diff --git a/dev-libs/aws-c-common/aws-c-common-0.12.4.ebuild b/dev-libs/aws-c-common/aws-c-common-0.12.4.ebuild
new file mode 100644
index 0000000000..9c6446236a
--- /dev/null
+++ b/dev-libs/aws-c-common/aws-c-common-0.12.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="Core c99 package for AWS SDK for C"
+HOMEPAGE="https://github.com/awslabs/aws-c-common"
+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 )"
+
+src_configure() {
+	local mycmakeargs=(
+		-DBUILD_TESTING=$(usex test)
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-17 15:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-20 22:41 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/aws-c-common/ Okamura Kazuya
  -- strict thread matches above, loose matches on Subject: below --
2025-07-17 15:03 Okamura Kazuya

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox