* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/aws-c-s3/
@ 2025-06-21 12:21 Lucio Sauer
0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2025-06-21 12:21 UTC (permalink / raw
To: gentoo-commits
commit: 356d662e419f48b22fb0cf522e2beb86ea5683c3
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=356d662e
dev-libs/aws-c-s3: add 0.8.1
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-s3/Manifest | 1 +
dev-libs/aws-c-s3/aws-c-s3-0.8.1.ebuild | 36 +++++++++++++++++++++++++++++++++
dev-libs/aws-c-s3/metadata.xml | 11 ++++++++++
3 files changed, 48 insertions(+)
diff --git a/dev-libs/aws-c-s3/Manifest b/dev-libs/aws-c-s3/Manifest
new file mode 100644
index 0000000000..95c8cff588
--- /dev/null
+++ b/dev-libs/aws-c-s3/Manifest
@@ -0,0 +1 @@
+DIST aws-c-s3-0.8.1.tar.gz 369627 BLAKE2B 6fc7f81dac815c371e0f46832761290e72e246332743961dc45e1e307eab7551b4b7e124ed9f18b77acf8a1ff0a96b01295c9b13230bbf3dd285e02692d00773 SHA512 a1199cb9f9bd344d8cfe436a3a8c139e10623024b40d46cc0e90e335efe4f989b0b7b0e6b2d870c2fe5f3dc12dea31776fc28647e13225e4fb0c4945ee31d3b9
diff --git a/dev-libs/aws-c-s3/aws-c-s3-0.8.1.ebuild b/dev-libs/aws-c-s3/aws-c-s3-0.8.1.ebuild
new file mode 100644
index 0000000000..25c57b3ac8
--- /dev/null
+++ b/dev-libs/aws-c-s3/aws-c-s3-0.8.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="AWS C S3 Library"
+HOMEPAGE="https://github.com/awslabs/aws-c-s3"
+SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+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:=
+ dev-libs/aws-c-auth:=
+ dev-libs/s2n:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTING=$(usex test)
+ )
+ cmake_src_configure
+}
diff --git a/dev-libs/aws-c-s3/metadata.xml b/dev-libs/aws-c-s3/metadata.xml
new file mode 100644
index 0000000000..a25b30e050
--- /dev/null
+++ b/dev-libs/aws-c-s3/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-s3</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/aws-c-s3/
@ 2025-06-21 12:21 Lucio Sauer
0 siblings, 0 replies; 4+ messages in thread
From: Lucio Sauer @ 2025-06-21 12:21 UTC (permalink / raw
To: gentoo-commits
commit: 41552ca170decee7d80692f52bd4e25b0d70d817
Author: KotoishiHeart <trakrailysurely <AT> danceylove <DOT> net>
AuthorDate: Fri Jun 20 23:06:30 2025 +0000
Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net>
CommitDate: Fri Jun 20 23:07:03 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=41552ca1
dev-libs/aws-c-s3: unkeyword 0.8.1 for ~x86
Signed-off-by: KotoishiHeart <trakrailysurely <AT> danceylove.net>
dev-libs/aws-c-s3/aws-c-s3-0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/aws-c-s3/aws-c-s3-0.8.1.ebuild b/dev-libs/aws-c-s3/aws-c-s3-0.8.1.ebuild
index 25c57b3ac8..538cfdd74d 100644
--- a/dev-libs/aws-c-s3/aws-c-s3-0.8.1.ebuild
+++ b/dev-libs/aws-c-s3/aws-c-s3-0.8.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/aws-c-s3/
@ 2025-07-18 9:35 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2025-07-18 9:35 UTC (permalink / raw
To: gentoo-commits
commit: 76386f0889ecb4ea3a92405345c1160900231cae
Author: KotoishiHeart <trakrailysurely <AT> danceylove <DOT> net>
AuthorDate: Thu Jul 17 14:58:26 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Jul 17 14:59:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76386f08
dev-libs/aws-c-s3: add 0.8.4
Signed-off-by: KotoishiHeart <trakrailysurely <AT> danceylove.net>
dev-libs/aws-c-s3/Manifest | 1 +
dev-libs/aws-c-s3/aws-c-s3-0.8.4.ebuild | 36 +++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-libs/aws-c-s3/Manifest b/dev-libs/aws-c-s3/Manifest
index 702260b8a7..4a4b843099 100644
--- a/dev-libs/aws-c-s3/Manifest
+++ b/dev-libs/aws-c-s3/Manifest
@@ -1,2 +1,3 @@
DIST aws-c-s3-0.8.1.tar.gz 369627 BLAKE2B 6fc7f81dac815c371e0f46832761290e72e246332743961dc45e1e307eab7551b4b7e124ed9f18b77acf8a1ff0a96b01295c9b13230bbf3dd285e02692d00773 SHA512 a1199cb9f9bd344d8cfe436a3a8c139e10623024b40d46cc0e90e335efe4f989b0b7b0e6b2d870c2fe5f3dc12dea31776fc28647e13225e4fb0c4945ee31d3b9
DIST aws-c-s3-0.8.3.tar.gz 369787 BLAKE2B 84e523eb9c573f3d11dc0a57d7d3f9a6f399635b433dd5dc13adc6374be157a1111fe28992b9f1efaa8f99ba18c0599f8a0131b980908c74df0ec56219b1a0de SHA512 a584883c12700e92dc4bf29a111b5d29bf64cf334d5be75a0e15734ab6e1aabfb702c744cd8410934b42bddd85f2b191611209506376a927b4a733dcaa374b92
+DIST aws-c-s3-0.8.4.tar.gz 370540 BLAKE2B 345df3e51f004e2c897a23ef28b3cb90152fd5b6957198448f8f259a5dff55294124b59f616c5ebd2962214d19c87027e15e771b39972751f83bc25b20d66408 SHA512 8e9040bbddc8e123f58a3296efe883a891bc5da12d36232861d70774fbff2aed4a33b91032a69bd1c430ea5b63cbad143be0e8156261fc068302242a2b7bace7
diff --git a/dev-libs/aws-c-s3/aws-c-s3-0.8.4.ebuild b/dev-libs/aws-c-s3/aws-c-s3-0.8.4.ebuild
new file mode 100644
index 0000000000..538cfdd74d
--- /dev/null
+++ b/dev-libs/aws-c-s3/aws-c-s3-0.8.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="AWS C S3 Library"
+HOMEPAGE="https://github.com/awslabs/aws-c-s3"
+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:=
+ dev-libs/aws-c-auth:=
+ dev-libs/s2n:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTING=$(usex test)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/aws-c-s3/
@ 2025-09-17 12:46 David Roman
0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2025-09-17 12:46 UTC (permalink / raw
To: gentoo-commits
commit: 4c1b5aa136a845afd58518794123b1a9e30579d8
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=4c1b5aa1
dev-libs/aws-c-s3: add 0.8.7
Signed-off-by: KotoishiHeart <trakrailysurely <AT> danceylove.net>
dev-libs/aws-c-s3/Manifest | 2 ++
dev-libs/aws-c-s3/aws-c-s3-0.8.7.ebuild | 36 +++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-libs/aws-c-s3/Manifest b/dev-libs/aws-c-s3/Manifest
index 4a4b843099..23bc180a78 100644
--- a/dev-libs/aws-c-s3/Manifest
+++ b/dev-libs/aws-c-s3/Manifest
@@ -1,3 +1,5 @@
DIST aws-c-s3-0.8.1.tar.gz 369627 BLAKE2B 6fc7f81dac815c371e0f46832761290e72e246332743961dc45e1e307eab7551b4b7e124ed9f18b77acf8a1ff0a96b01295c9b13230bbf3dd285e02692d00773 SHA512 a1199cb9f9bd344d8cfe436a3a8c139e10623024b40d46cc0e90e335efe4f989b0b7b0e6b2d870c2fe5f3dc12dea31776fc28647e13225e4fb0c4945ee31d3b9
DIST aws-c-s3-0.8.3.tar.gz 369787 BLAKE2B 84e523eb9c573f3d11dc0a57d7d3f9a6f399635b433dd5dc13adc6374be157a1111fe28992b9f1efaa8f99ba18c0599f8a0131b980908c74df0ec56219b1a0de SHA512 a584883c12700e92dc4bf29a111b5d29bf64cf334d5be75a0e15734ab6e1aabfb702c744cd8410934b42bddd85f2b191611209506376a927b4a733dcaa374b92
DIST aws-c-s3-0.8.4.tar.gz 370540 BLAKE2B 345df3e51f004e2c897a23ef28b3cb90152fd5b6957198448f8f259a5dff55294124b59f616c5ebd2962214d19c87027e15e771b39972751f83bc25b20d66408 SHA512 8e9040bbddc8e123f58a3296efe883a891bc5da12d36232861d70774fbff2aed4a33b91032a69bd1c430ea5b63cbad143be0e8156261fc068302242a2b7bace7
+DIST aws-c-s3-0.8.6.tar.gz 375993 BLAKE2B 6027249dd0971ba7122a6335f57de8fcb1c9441938724956d6d49e4bb7517c3e85d80712864437c2d9a4f8b785ae172b23eb8c054f436a25756e542335d72bc8 SHA512 ccb59839131e5fb0f596abe8d95a26438a002cc7877fee161e1e112778bfdd0f497bb11a36f0a12425c3fa87d8b42545f6976094a4906c9552abbc903b288633
+DIST aws-c-s3-0.8.7.tar.gz 376886 BLAKE2B 2e9616991f4f88d40610e78c125ac2c37c673956a3b5b9291e998b4c7c8637e0fa885a6700231536cabf6c864cd9fc4926d92ef5b857a6e19c5f7ffed37c1e25 SHA512 aaaad545ad9dab72fd474e12dac67bba5bde7881960ab6c3194b6fa78e1ca405661974a8e16df016fc9bf07ba4daf4753685325f90938bd1b0a31ee734a63d70
diff --git a/dev-libs/aws-c-s3/aws-c-s3-0.8.7.ebuild b/dev-libs/aws-c-s3/aws-c-s3-0.8.7.ebuild
new file mode 100644
index 0000000000..538cfdd74d
--- /dev/null
+++ b/dev-libs/aws-c-s3/aws-c-s3-0.8.7.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="AWS C S3 Library"
+HOMEPAGE="https://github.com/awslabs/aws-c-s3"
+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:=
+ dev-libs/aws-c-auth:=
+ dev-libs/s2n:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_TESTING=$(usex test)
+ )
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-09-17 12:46 UTC | newest]
Thread overview: 4+ 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-s3/ David Roman
-- strict thread matches above, loose matches on Subject: below --
2025-07-18 9:35 David Roman
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