commit: 51920d37b36ed570910c28000ee1ced256e4526d Author: KotoishiHeart <trakrailysurely <AT> danceylove <DOT> net> AuthorDate: Fri Jun 20 11:06:08 2025 +0000 Commit: Okamura Kazuya <trakrailysurely <AT> danceylove <DOT> net> CommitDate: Fri Jun 20 22:35:38 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=51920d37
dev-libs/aws-c-http: add 0.10.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-http/Manifest | 1 + dev-libs/aws-c-http/aws-c-http-0.10.2.ebuild | 32 ++++++++++++++++++++++++++++ dev-libs/aws-c-http/metadata.xml | 11 ++++++++++ 3 files changed, 44 insertions(+) diff --git a/dev-libs/aws-c-http/Manifest b/dev-libs/aws-c-http/Manifest new file mode 100644 index 0000000000..e691f98a6a --- /dev/null +++ b/dev-libs/aws-c-http/Manifest @@ -0,0 +1 @@ +DIST aws-c-http-0.10.2.tar.gz 489715 BLAKE2B 460437c3181723ceb217ac25d60981d23255877da2791893a9a949949f26e91efe3451db22908f82ab9b7db150842c7a6568492bd8c2e5e4009ce7f57411f645 SHA512 c7467494319551e6fb2eed84f510f0ebe97b4c720f2254bfc865450bb90249b9fc55b371d6c02a1433eb3ee7759b3bad4502023590439dba87c6cfe5b618d14e diff --git a/dev-libs/aws-c-http/aws-c-http-0.10.2.ebuild b/dev-libs/aws-c-http/aws-c-http-0.10.2.ebuild new file mode 100644 index 0000000000..7777170bfd --- /dev/null +++ b/dev-libs/aws-c-http/aws-c-http-0.10.2.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="C99 implementation of the HTTP/1.1 and HTTP/2 specifications" +HOMEPAGE="https://github.com/awslabs/aws-c-http" +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:= +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DBUILD_TESTING=$(usex test) + ) + cmake_src_configure +} diff --git a/dev-libs/aws-c-http/metadata.xml b/dev-libs/aws-c-http/metadata.xml new file mode 100644 index 0000000000..7269f5aea8 --- /dev/null +++ b/dev-libs/aws-c-http/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-http</remote-id> + </upstream> +</pkgmetadata>
