commit: 48b9e7ab969ee7f0195250a627b417adb5dff497 Author: KotoishiHeart <trakrailysurely <AT> danceylove <DOT> net> AuthorDate: Fri Jun 20 11:06:05 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=48b9e7ab
dev-libs/aws-c-cal: add 0.9.2 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-cal/Manifest | 1 + dev-libs/aws-c-cal/aws-c-cal-0.9.2.ebuild | 30 ++++++++++++++++++++++++++++++ dev-libs/aws-c-cal/metadata.xml | 11 +++++++++++ 3 files changed, 42 insertions(+) diff --git a/dev-libs/aws-c-cal/Manifest b/dev-libs/aws-c-cal/Manifest new file mode 100644 index 0000000000..2b68516dde --- /dev/null +++ b/dev-libs/aws-c-cal/Manifest @@ -0,0 +1 @@ +DIST aws-c-cal-0.9.2.tar.gz 1686368 BLAKE2B a96b5085cf8f20d854374bf095fa5e32e9a71813935d8ea319a7cdf216afd4b3299ccc5f0996e3932a91021d53435c49846326967a2c652049f096e795bc614a SHA512 c63d7efb776e30d0bc4e71b189b6e3af09514ae1f25e503b61902fc7610b036ece0b746c09dd1f55b317ac6f2856b5ee93d7e2186ae00ea32ee9e6e2df31e474 diff --git a/dev-libs/aws-c-cal/aws-c-cal-0.9.2.ebuild b/dev-libs/aws-c-cal/aws-c-cal-0.9.2.ebuild new file mode 100644 index 0000000000..ecb7287b57 --- /dev/null +++ b/dev-libs/aws-c-cal/aws-c-cal-0.9.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Crypto Abstraction Layer: Cross-Platform C99 wrapper for cryptography primitives" +HOMEPAGE="https://github.com/awslabs/aws-c-cal" +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/openssl:= +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TESTING=$(usex test) + ) + cmake_src_configure +} diff --git a/dev-libs/aws-c-cal/metadata.xml b/dev-libs/aws-c-cal/metadata.xml new file mode 100644 index 0000000000..6a1d8151d4 --- /dev/null +++ b/dev-libs/aws-c-cal/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>Okamura Kazuya</name> + </maintainer> + <upstream> + <remote-id type="github">awslabs/aws-c-cal</remote-id> + </upstream> +</pkgmetadata>
