From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/mtxclient/
Date: Sat, 23 Jul 2022 17:36:43 +0000 (UTC) [thread overview]
Message-ID: <1658591162.1f5ef58710b4e6e5fea72db0df850559389b7f56.lanodan@gentoo> (raw)
commit: 1f5ef58710b4e6e5fea72db0df850559389b7f56
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Jul 23 09:19:26 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sat Jul 23 15:46:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1f5ef587
dev-libs/mtxclient: add 0.8.0
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.8.0.ebuild | 43 +++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 819a15902..39658452d 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
DIST mtxclient-0.6.2.tar.gz 596675 BLAKE2B c796218849324222e94ecd82336f4bfed25f344c8d01f9de293f5220d43e9c3b2b3921dce5d0d9a0d850e85dcb2e2b74e26ab75000d1fa48601c433d646b90ba SHA512 91ac33b16fb2685f1aee3e76f3fe334a34e8403d11be8a065e10dac0181333131654f26886a8cf5b25ded1960010c06a259e7d2e5f195a28f7cc8041ca9dbff9
DIST mtxclient-0.7.0.tar.gz 601042 BLAKE2B 05c390d7e3f48d5c02a74fb5783693d5380141b28738b064101f6aaa2fbddf30e0d4b95dc774e68fbad93c642592806d9417344fb9cdd6b01659ec874c3ba67f SHA512 fe015e6532a62fd1d1f5828c7aff08c181a4da1279afe54a502c09ba924a404099d23e74eb176841e774f67c6701e9c0ab666e239f486e4559aaea863ba8f5f9
+DIST mtxclient-0.8.0.tar.gz 606271 BLAKE2B 7a12f1f595d509cb2a0bbf9052393f67e427925875124398bf7fa6fc1f96f78084eb357d8ed1642df15274523b66ac78117ab1d088328131a5103d6a4da9b6d4 SHA512 4156432bf66d00bdabb6feee2521b659ee8b50cbcab8eae9d1c8dd496442822d204f7085baa616e51acd4cb7037994d5746fb37be73e71c1c5a3f882229f1e18
diff --git a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild
new file mode 100644
index 000000000..7b9d756dc
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020-2022 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 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/${PV}" # ABI may break even on patch version changes
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-libs/libfmt:=
+ dev-libs/olm
+ >=dev-libs/openssl-1.1.0:=
+ dev-libs/spdlog:=
+ >=dev-cpp/coeurl-0.2.1:=[ssl]
+"
+DEPEND="
+ ${RDEPEND}
+ dev-cpp/nlohmann_json
+ test? ( dev-cpp/gtest )
+"
+
+PATCHES=(
+ "${FILESDIR}/0.6.0_remove_network_tests.patch"
+)
+
+src_configure() {
+ local -a mycmakeargs=(
+ -DBUILD_LIB_TESTS="$(usex test)"
+ -DBUILD_LIB_EXAMPLES=OFF
+ )
+
+ cmake_src_configure
+}
next reply other threads:[~2022-07-23 17:36 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-23 17:36 Haelwenn Monnier [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-25 4:59 [gentoo-commits] repo/proj/guru:master commit in: dev-libs/mtxclient/ 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-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-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=1658591162.1f5ef58710b4e6e5fea72db0df850559389b7f56.lanodan@gentoo \
--to=contact@hacktivis.me \
--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