commit: 169e76cc8aa5252f59208720979ca7f455ec5d47 Author: Jaco Kroon <jkroon <AT> gentoo <DOT> org> AuthorDate: Mon Nov 10 09:41:29 2025 +0000 Commit: Jaco Kroon <jkroon <AT> gentoo <DOT> org> CommitDate: Tue Nov 11 12:26:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169e76cc
dev-libs/aws-c-compression: new package, add 0.3.1 Signed-off-by: Jaco Kroon <jkroon <AT> gentoo.org> dev-libs/aws-c-compression/Manifest | 1 + .../aws-c-compression/aws-c-compression-0.3.1.ebuild | 18 ++++++++++++++++++ dev-libs/aws-c-compression/metadata.xml | 11 +++++++++++ 3 files changed, 30 insertions(+) diff --git a/dev-libs/aws-c-compression/Manifest b/dev-libs/aws-c-compression/Manifest new file mode 100644 index 000000000000..6c65f410defc --- /dev/null +++ b/dev-libs/aws-c-compression/Manifest @@ -0,0 +1 @@ +DIST aws-c-compression-0.3.1.tar.gz 36879 BLAKE2B 9383d40c0234f410068b78a36b1918e81968349f096f88814df488c27bc8575a11473d3c8b2a6ac5c41134cdeaffd624da86cf9a8b63c39ad26d0c11649c63ac SHA512 02c569751c55b95032bef9b718ca8e2b66b4bd85355f31623ab65621373ec39999231d0a1ceb4fe5f83aa42b9c1d153ffb36ccadfb86f78ad43246d26532cc97 diff --git a/dev-libs/aws-c-compression/aws-c-compression-0.3.1.ebuild b/dev-libs/aws-c-compression/aws-c-compression-0.3.1.ebuild new file mode 100644 index 000000000000..70a3a76f53b9 --- /dev/null +++ b/dev-libs/aws-c-compression/aws-c-compression-0.3.1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="AWS C Compression cross-platform algorithms." +HOMEPAGE="https://github.com/awslabs/aws-c-compression" +SRC_URI="https://github.com/awslabs/aws-c-compression/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +inherit cmake + +LICENSE="Apache-2.0" +SLOT="0/1" +KEYWORDS="~amd64" + +DEPEND="dev-libs/aws-c-common:=" +RDEPEND="${DEPEND}" +BDEPEND="dev-libs/aws-c-common" diff --git a/dev-libs/aws-c-compression/metadata.xml b/dev-libs/aws-c-compression/metadata.xml new file mode 100644 index 000000000000..a66f99a58d7f --- /dev/null +++ b/dev-libs/aws-c-compression/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>Jaco Kroon</name> + </maintainer> + <upstream> + <remote-id type="github">awslabs/aws-c-compression</remote-id> + </upstream> +</pkgmetadata>
