commit:     78d873f6a21fa3d32d747bdf8ca06fcc16a9581e
Author:     KotoishiHeart <trakrailysurely <AT> danceylove <DOT> net>
AuthorDate: Thu Jun 26 13:33:41 2025 +0000
Commit:     Okamura Kazuya <trakrailysurely <AT> danceylove <DOT> net>
CommitDate: Thu Jun 26 13:33:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78d873f6

dev-libs/aws-c-mqtt: add 0.13.2

Signed-off-by: KotoishiHeart <trakrailysurely <AT> danceylove.net>

 dev-libs/aws-c-mqtt/Manifest                 |  1 +
 dev-libs/aws-c-mqtt/aws-c-mqtt-0.13.2.ebuild | 33 ++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-libs/aws-c-mqtt/Manifest b/dev-libs/aws-c-mqtt/Manifest
index 3f9cd08f7c..2fee122cf1 100644
--- a/dev-libs/aws-c-mqtt/Manifest
+++ b/dev-libs/aws-c-mqtt/Manifest
@@ -1 +1,2 @@
 DIST aws-c-mqtt-0.13.1.tar.gz 442637 BLAKE2B 
f191e3dc604cef3926810c5fee8dff8147006d22836464d88ed7899b354838886f5d9b912557dbbce2eafd4343d426fddbe4fa46ee101d109bf1fede7e902820
 SHA512 
178a357d2efe6f945f0342a5ecef1b7df1333b2be9c26f658310bc87e0f99890757aa7be53d7a3867ff03c97cc4b4003c2ea5fd6b5448eb3bc80043751a1679e
+DIST aws-c-mqtt-0.13.2.tar.gz 442638 BLAKE2B 
958afac3c0aa9a57ac1080c4fd88bb88ce258e9959cc6bd742c8ea4670b02b57dd4954f92eda81e95ac74e1a65213194cb4077d66eead7ff6c19d5f2a9166223
 SHA512 
649f11ad5fb90a83643bf29f626c7ee41cafc7e3c3d58f321723fe3c50407981e22bbd6732c17fb96b46c83d6897f7ad63a139c928d6a364b93d20fefd82f70a

diff --git a/dev-libs/aws-c-mqtt/aws-c-mqtt-0.13.2.ebuild 
b/dev-libs/aws-c-mqtt/aws-c-mqtt-0.13.2.ebuild
new file mode 100644
index 0000000000..0e90ac41bf
--- /dev/null
+++ b/dev-libs/aws-c-mqtt/aws-c-mqtt-0.13.2.ebuild
@@ -0,0 +1,33 @@
+# 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 MQTT 3.1.1 specification"
+HOMEPAGE="https://github.com/awslabs/aws-c-mqtt";
+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:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+       local mycmakeargs=(
+               -DBUILD_TESTING=$(usex test)
+       )
+       cmake_src_configure
+}

Reply via email to