From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/ Date: Thu, 28 Aug 2025 09:00:32 +0000 (UTC) [thread overview] Message-ID: <1756371610.2f7d835fc8dac805f3d813dc03a37a2a2a19c7f2.davidroman@gentoo> (raw) commit: 2f7d835fc8dac805f3d813dc03a37a2a2a19c7f2 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Wed Aug 27 14:12:06 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Aug 28 09:00:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f7d835f dev-libs/mtxclient: add 0.10.1 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> Part-of: https://github.com/gentoo/guru/pull/365 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-libs/mtxclient/Manifest | 1 + dev-libs/mtxclient/mtxclient-0.10.1.ebuild | 45 ++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest index b70c342266..e7d2ac868c 100644 --- a/dev-libs/mtxclient/Manifest +++ b/dev-libs/mtxclient/Manifest @@ -1 +1,2 @@ DIST mtxclient-0.10.0.tar.gz 633765 BLAKE2B c76c4592e51c46418e5ad610432b2edc39f4bcfe3a9f8642888addc91296b7aa129e5716b818a1257e6e1cc8b945bac7d3434d283d9ba9705cd9250f6b6ad59b SHA512 584831f67d7c15c293dd3c3cdca6e5b76c8fd477d5daa5eecea4de43431db0628f5af846f2c1cb1cfdabbd53e3f696b45c8aa736bd615729df583a33157958bd +DIST mtxclient-0.10.1.tar.gz 636035 BLAKE2B 3bb9d75c18608e07ece268950db060610d562296f831eb518ea804324d2400802f7640807c092446608f1b41c6ce62ce578aa3a7f88be5ed297b5a6b25913e50 SHA512 9b56f3e8c022f9e5d569cbd959259315c0b070ef2220c288208c64f901491b5c7365ead12c538df2ddb9774f332cf48f10d02d20baced6d497bc969da16fbe87 diff --git a/dev-libs/mtxclient/mtxclient-0.10.1.ebuild b/dev-libs/mtxclient/mtxclient-0.10.1.ebuild new file mode 100644 index 0000000000..68b80b3555 --- /dev/null +++ b/dev-libs/mtxclient/mtxclient-0.10.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Client API library for Matrix, built on top of libcurl" +HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient" +SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" # ABI may break even on patch version changes +KEYWORDS="~amd64" + +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-cpp/coeurl-0.3.1:=[ssl] + dev-libs/libfmt:= + dev-libs/olm + dev-libs/openssl:= + dev-libs/re2:0/10 + dev-libs/spdlog:= +" +DEPEND=" + ${RDEPEND} + >=dev-cpp/nlohmann_json-3.11.0 + test? ( dev-cpp/gtest ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-0.6.0-remove-network-tests.patch +) + +src_configure() { + local -a mycmakeargs=( + -DBUILD_LIB_TESTS="$(usex test)" + -DBUILD_LIB_EXAMPLES=OFF + -DCMAKE_POSITION_INDEPENDENT_CODE=OFF + ) + + cmake_src_configure +}
WARNING: multiple messages have this Message-ID (diff)
From: "David Roman" <davidroman96@gmail.com> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/mtxclient/ Date: Thu, 28 Aug 2025 12:30:51 +0000 (UTC) [thread overview] Message-ID: <1756371610.2f7d835fc8dac805f3d813dc03a37a2a2a19c7f2.davidroman@gentoo> (raw) Message-ID: <20250828123051.3xmAUNDLgcVIg-4i08G1e3yZ0tACDlEaQzFq7yFrQds@z> (raw) commit: 2f7d835fc8dac805f3d813dc03a37a2a2a19c7f2 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Wed Aug 27 14:12:06 2025 +0000 Commit: David Roman <davidroman96 <AT> gmail <DOT> com> CommitDate: Thu Aug 28 09:00:10 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f7d835f dev-libs/mtxclient: add 0.10.1 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> Part-of: https://github.com/gentoo/guru/pull/365 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-libs/mtxclient/Manifest | 1 + dev-libs/mtxclient/mtxclient-0.10.1.ebuild | 45 ++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest index b70c342266..e7d2ac868c 100644 --- a/dev-libs/mtxclient/Manifest +++ b/dev-libs/mtxclient/Manifest @@ -1 +1,2 @@ DIST mtxclient-0.10.0.tar.gz 633765 BLAKE2B c76c4592e51c46418e5ad610432b2edc39f4bcfe3a9f8642888addc91296b7aa129e5716b818a1257e6e1cc8b945bac7d3434d283d9ba9705cd9250f6b6ad59b SHA512 584831f67d7c15c293dd3c3cdca6e5b76c8fd477d5daa5eecea4de43431db0628f5af846f2c1cb1cfdabbd53e3f696b45c8aa736bd615729df583a33157958bd +DIST mtxclient-0.10.1.tar.gz 636035 BLAKE2B 3bb9d75c18608e07ece268950db060610d562296f831eb518ea804324d2400802f7640807c092446608f1b41c6ce62ce578aa3a7f88be5ed297b5a6b25913e50 SHA512 9b56f3e8c022f9e5d569cbd959259315c0b070ef2220c288208c64f901491b5c7365ead12c538df2ddb9774f332cf48f10d02d20baced6d497bc969da16fbe87 diff --git a/dev-libs/mtxclient/mtxclient-0.10.1.ebuild b/dev-libs/mtxclient/mtxclient-0.10.1.ebuild new file mode 100644 index 0000000000..68b80b3555 --- /dev/null +++ b/dev-libs/mtxclient/mtxclient-0.10.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 2020-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Client API library for Matrix, built on top of libcurl" +HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient" +SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" # ABI may break even on patch version changes +KEYWORDS="~amd64" + +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-cpp/coeurl-0.3.1:=[ssl] + dev-libs/libfmt:= + dev-libs/olm + dev-libs/openssl:= + dev-libs/re2:0/10 + dev-libs/spdlog:= +" +DEPEND=" + ${RDEPEND} + >=dev-cpp/nlohmann_json-3.11.0 + test? ( dev-cpp/gtest ) +" + +PATCHES=( + "${FILESDIR}"/${PN}-0.6.0-remove-network-tests.patch +) + +src_configure() { + local -a mycmakeargs=( + -DBUILD_LIB_TESTS="$(usex test)" + -DBUILD_LIB_EXAMPLES=OFF + -DCMAKE_POSITION_INDEPENDENT_CODE=OFF + ) + + cmake_src_configure +}
next reply other threads:[~2025-08-28 9:00 UTC|newest] Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-08-28 9:00 David Roman [this message] 2025-08-28 12:30 ` [gentoo-commits] repo/proj/guru:master commit in: dev-libs/mtxclient/ David Roman -- strict thread matches above, loose matches on Subject: below -- 2025-08-28 13:28 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod 2025-08-28 9:00 David Roman 2024-12-08 10:26 Anna Vyalkova 2024-06-13 12:55 Ronny Gutbrod 2024-06-13 12:55 Ronny Gutbrod 2023-07-24 14:02 Anna Vyalkova 2023-07-22 17:29 Anna Vyalkova 2023-02-20 14:17 Ronny Gutbrod 2023-02-20 14:17 Ronny Gutbrod 2023-01-23 15:56 Ronny Gutbrod 2023-01-13 16:50 Ronny Gutbrod 2023-01-13 16:50 Ronny Gutbrod 2022-09-09 23:55 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod 2022-09-09 20:20 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod 2022-09-09 23:55 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod 2022-09-09 20:20 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod 2022-09-08 1:46 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod 2022-09-08 0:09 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod 2022-09-08 0:09 Ronny Gutbrod 2022-08-19 15:49 Ronny Gutbrod 2022-07-23 16:15 Ronny Gutbrod 2022-03-10 13:53 Ronny Gutbrod 2022-03-07 16:22 Ronny Gutbrod 2022-02-23 0:33 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod 2022-02-22 21:16 ` [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod 2022-02-22 21:16 Ronny Gutbrod 2021-12-21 11:46 Ronny Gutbrod 2021-12-21 11:46 Ronny Gutbrod 2021-11-19 1:15 Ronny Gutbrod 2021-10-04 11:45 Ronny Gutbrod 2021-10-04 11:45 Ronny Gutbrod 2021-09-27 20:48 Ronny Gutbrod 2021-04-23 10:56 Ronny Gutbrod 2021-04-21 6:21 Ronny Gutbrod 2021-04-20 18:03 Ronny Gutbrod 2021-04-20 18:03 Ronny Gutbrod 2021-04-19 2:34 Ronny Gutbrod 2021-03-28 9:39 Andrew Ammerlaan 2021-01-28 1:44 Ronny Gutbrod 2021-01-28 1:44 Ronny Gutbrod 2021-01-20 3:39 Ronny Gutbrod 2020-06-13 1:28 Ronny Gutbrod
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1756371610.2f7d835fc8dac805f3d813dc03a37a2a2a19c7f2.davidroman@gentoo \ --to=davidroman96@gmail.com \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox