public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
Date: Wed, 20 Jan 2021 03:39:59 +0000 (UTC)	[thread overview]
Message-ID: <1611113940.13879e61ea8d4c4031332eeda74a49a427620e94.tastytea@gentoo> (raw)

commit:     13879e61ea8d4c4031332eeda74a49a427620e94
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Jan 20 02:50:09 2021 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Jan 20 03:39:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13879e61

dev-libs/mtxclient: Version bump 0.4.0.

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 dev-libs/mtxclient/Manifest               |  1 +
 dev-libs/mtxclient/mtxclient-0.4.0.ebuild | 42 +++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 8e3b770e..83f44686 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
 DIST mtxclient-0.3.0.tar.gz 507299 BLAKE2B 4c36762a3a0a3aafebd414d2c967cc5183710c7be34df9b50078538e7971e86182114ed310ed96a452a02f3d8c1c18fa5aa0de414d0c391d97efb1ce7f1b49f9 SHA512 113eb2c1042e0aeea6607fae0b7fd0ff1655d6b902fa11a3492561c53240901e641f53d413810e932ac210e519026016c5fac38bda1592336c95b2d79781557e
 DIST mtxclient-0.3.1.tar.gz 511985 BLAKE2B 5271dc755ea10be2bddd0155b9c3288be2f0cb165989fdebcf237795a12041e8f21f7c54b9f7ec86e5fa08c386daad696f77509ae65b2aa2c30c9a292bb1b682 SHA512 ed4991b0a611be80cef42dec5e4b747787dae6aeaf46dc1cc395b06233efc9a5b1b57b1809eb9dacd7893b4de19f43996bb6d4556fc67697013248d79528a567
+DIST mtxclient-0.4.0.tar.gz 571434 BLAKE2B d836d94f9045f0ca5a0aa9b5fe6f3643e3189d4ee31b797472aca10320678308d51e2c9bc37f4234d00e0c201aeefaf8c4c40072b0ad8c7f5b6a9e0c10163a2a SHA512 8c3538147b9277babbac14aaec6652ff638ae9335c01f786dfec78e3edc5c23591da8ce33c4366329050cf644f71a9fac8d337a2a9fbf7ea2883be05f6ac1a1e

diff --git a/dev-libs/mtxclient/mtxclient-0.4.0.ebuild b/dev-libs/mtxclient/mtxclient-0.4.0.ebuild
new file mode 100644
index 00000000..6589f98e
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.4.0.ebuild
@@ -0,0 +1,42 @@
+# 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"
+IUSE="test"
+KEYWORDS="~amd64"
+
+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
+}


             reply	other threads:[~2021-01-20  3:40 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-20  3:39 Ronny Gutbrod [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-08 10:26 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/ 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
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=1611113940.13879e61ea8d4c4031332eeda74a49a427620e94.tastytea@gentoo \
    --to=gentoo@tastytea.de \
    --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