* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/aws-c-auth/
@ 2025-06-21 12:21 Lucio Sauer
0 siblings, 0 replies; 3+ messages in thread
From: Lucio Sauer @ 2025-06-21 12:21 UTC (permalink / raw
To: gentoo-commits
commit: e772aad03c9a50d3d9d0511274d1e7b39f98cec4
Author: KotoishiHeart <trakrailysurely <AT> danceylove <DOT> net>
AuthorDate: Fri Jun 20 11:06:09 2025 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> 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 <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-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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/aws-c-auth/
@ 2025-06-21 12:21 Lucio Sauer
0 siblings, 0 replies; 3+ messages in thread
From: Lucio Sauer @ 2025-06-21 12:21 UTC (permalink / raw
To: gentoo-commits
commit: c6dd599af09bd22303d428ae6469a628a6f72658
Author: KotoishiHeart <trakrailysurely <AT> danceylove <DOT> net>
AuthorDate: Fri Jun 20 23:25:10 2025 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Fri Jun 20 23:25:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c6dd599a
dev-libs/aws-c-auth: add metadata.xml
Signed-off-by: KotoishiHeart <trakrailysurely <AT> danceylove.net>
dev-libs/aws-c-auth/metadata.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/dev-libs/aws-c-auth/metadata.xml b/dev-libs/aws-c-auth/metadata.xml
new file mode 100644
index 0000000000..6f3aa85468
--- /dev/null
+++ b/dev-libs/aws-c-auth/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-auth</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/aws-c-auth/
@ 2025-09-17 12:46 David Roman
0 siblings, 0 replies; 3+ messages in thread
From: David Roman @ 2025-09-17 12:46 UTC (permalink / raw
To: gentoo-commits
commit: 5b59f79ca58e7063c7776bb5dbd31a090072b7c8
Author: KotoishiHeart <trakrailysurely <AT> danceylove <DOT> net>
AuthorDate: Tue Sep 16 15:47:27 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Tue Sep 16 15:47:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b59f79c
dev-libs/aws-c-auth: add 0.9.1
Signed-off-by: KotoishiHeart <trakrailysurely <AT> danceylove.net>
dev-libs/aws-c-auth/Manifest | 1 +
dev-libs/aws-c-auth/aws-c-auth-0.9.1.ebuild | 34 +++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-libs/aws-c-auth/Manifest b/dev-libs/aws-c-auth/Manifest
index 8b0570c322..227d54aa0f 100644
--- a/dev-libs/aws-c-auth/Manifest
+++ b/dev-libs/aws-c-auth/Manifest
@@ -1 +1,2 @@
DIST aws-c-auth-0.9.0.tar.gz 265696 BLAKE2B c489e4a36ec3448f2474c5660ac94ac7f7ca4cbc9d77e29db2ff37be928796b74fccb6b24761fcbb6322f97bf083227d928ecad9625ce29cdaf101d356534f20 SHA512 709716d306e4592c5f7fdc7503c060b38a9ed904baf7df6d53db5ada041f2c7677186f06738c449df68a2e4661ec3da01aa218aa78f4ef2d67ff25c88b902f24
+DIST aws-c-auth-0.9.1.tar.gz 265755 BLAKE2B 3b092f15ad7d892b31ed9478da0f58d47789d8bfe220a9563422ab978401a654dad3cd5470691f67f6868db4052cf2e8ae9b22212828112b3c033a9f31a71c10 SHA512 3e6ab0e35bb61702de9bad0b71a76c7ec9275d478f8a0dda8334185eff90be8c662e39ff0ca8fe3298663073167d1951910e017814c829e81d10785e44351ffd
diff --git a/dev-libs/aws-c-auth/aws-c-auth-0.9.1.ebuild b/dev-libs/aws-c-auth/aws-c-auth-0.9.1.ebuild
new file mode 100644
index 0000000000..de1763d0ee
--- /dev/null
+++ b/dev-libs/aws-c-auth/aws-c-auth-0.9.1.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
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-09-17 12:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-17 12:46 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/aws-c-auth/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-06-21 12:21 Lucio Sauer
2025-06-21 12:21 Lucio Sauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox