From e3a9b41dfc95e30e9f579bb621c6c475fc98cf7a Mon Sep 17 00:00:00 2001 From: KotoishiHeart Date: Fri, 20 Jun 2025 20:06:02 +0900 Subject: [PATCH] dev-libs/aws-c-common: add 0.12.3 Signed-off-by: KotoishiHeart Part-of: https://github.com/gentoo/guru/pull/331 Signed-off-by: KotoishiHeart --- dev-libs/aws-c-common/Manifest | 1 + .../aws-c-common/aws-c-common-0.12.3.ebuild | 24 +++++++++++++++++++ dev-libs/aws-c-common/metadata.xml | 11 +++++++++ 3 files changed, 36 insertions(+) create mode 100644 dev-libs/aws-c-common/Manifest create mode 100644 dev-libs/aws-c-common/aws-c-common-0.12.3.ebuild create mode 100644 dev-libs/aws-c-common/metadata.xml 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 @@ + + + + + trakrailysurely@danceylove.net + Okamura Kazuya + + + awslabs/aws-c-common + +