From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/mtxclient/
Date: Tue, 20 Apr 2021 18:55:13 +0000 (UTC) [thread overview]
Message-ID: <1618941269.5ec66cf603928a5b092cf03a0fb4bb468699a40b.andrewammerlaan@gentoo> (raw)
commit: 5ec66cf603928a5b092cf03a0fb4bb468699a40b
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Apr 20 17:44:48 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 20 17:54:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ec66cf6
dev-libs/mtxclient: Version bump 0.5.1.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.5.1.ebuild | 44 +++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 7416277c2..8d47a37c3 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
DIST mtxclient-0.4.1.tar.gz 572552 BLAKE2B 4d0facaffb0ce1fadc1011b7d557774bcd9ffcef7349894255b9522bcc4e9228739ad8da5a60b0addf6835cf5de3613bebc19842b6922ab9cf94f88c944d0091 SHA512 246c84bc8bc7dd6fd688c79601d16e931b5aaf5fe967d6ea226f1961df2b74ad70d4e790b7400051e007506f58ecd6594ccead31bd3c6308aa2c6727b122c203
DIST mtxclient-0.5.0.tar.gz 582236 BLAKE2B 5166c32127973e886adadb6ad8a2895ba5ac77f78e9a774f039b0c8d4329078c0b8de965b477ce1c3a7e4cd929de8ba9b8d4f8d8b0452f6c49c873285a4d8b3a SHA512 6e1e9f5ecb1e6911b5bee85569e4477f6ee4c86ef479a3f408c8bbd187750b3b78db1db0337b51e1df9b90fee3b486eaf909bb79b69a97919685074eee3a82cd
+DIST mtxclient-0.5.1.tar.gz 582367 BLAKE2B d30a5e0e16d6783d8d1175e5f4144d845fe62897dcc7952cb1598470befa1da47a2b06cd70a60f511a1c2e7656eca2cf5a87734cbc61b79d2a05df295fd256e0 SHA512 f0a5e823bd7f3cccdf5f919c04c36a1a5ab4d2627a6f8f3fac78e4b300eda3b9e1f5060fb31e6e47267bbafc3a03f6c2a2d16c2323e63ce4889f551860e7703f
diff --git a/dev-libs/mtxclient/mtxclient-0.5.1.ebuild b/dev-libs/mtxclient/mtxclient-0.5.1.ebuild
new file mode 100644
index 000000000..43315c94d
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.5.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake
+
+DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio"
+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"
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-libs/boost-1.70.0
+ dev-libs/olm
+ >=dev-libs/openssl-1.1.0
+ dev-cpp/nlohmann_json
+"
+DEPEND="
+ ${RDEPEND}
+ dev-libs/spdlog
+ test? ( dev-cpp/gtest )
+"
+
+# remove_failing_tests depends on remove_network_tests.
+PATCHES=(
+ "${FILESDIR}/0.3.0_remove_network_tests.patch"
+ "${FILESDIR}/0.3.0_remove_failing_tests.patch"
+)
+
+src_configure() {
+ local -a mycmakeargs=(
+ -DBUILD_LIB_TESTS="$(usex test)"
+ -DBUILD_LIB_EXAMPLES=OFF
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2021-04-20 18:55 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-20 18:55 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-28 9:00 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/ David Roman
2025-08-28 12:30 ` [gentoo-commits] repo/proj/guru:master " David Roman
2025-08-28 9:00 [gentoo-commits] repo/proj/guru:dev " David Roman
2025-08-28 12:30 ` [gentoo-commits] repo/proj/guru:master " David Roman
2023-07-25 4:59 Haelwenn Monnier
2023-07-22 23:06 David Roman
2023-01-24 9:10 Florian Schmaus
2023-01-14 18:43 Andrew Ammerlaan
2023-01-14 18:43 Andrew Ammerlaan
2022-09-09 23:55 Ronny Gutbrod
2022-09-09 23:55 Ronny Gutbrod
2022-09-08 1:46 Ronny Gutbrod
2022-09-08 0:09 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-09-08 1:46 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-08-19 15:49 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-08-24 15:52 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-07-23 17:36 Haelwenn Monnier
2022-03-10 13:53 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-03-10 14:03 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-03-07 16:22 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-03-07 21:21 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-22 21:16 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-02-23 0:33 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2021-11-20 13:05 Haelwenn Monnier
2021-04-23 12:25 Andrew Ammerlaan
2021-04-21 7:32 Andrew Ammerlaan
2021-04-20 18:55 Andrew Ammerlaan
2021-04-19 8:04 Andrew Ammerlaan
2021-01-28 11:45 Andrew Ammerlaan
2021-01-28 11:45 Andrew Ammerlaan
2021-01-23 11:49 Michał Górny
2020-06-13 13:13 Andrew Ammerlaan
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=1618941269.5ec66cf603928a5b092cf03a0fb4bb468699a40b.andrewammerlaan@gentoo \
--to=andrewammerlaan@riseup.net \
--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: link
Be 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