* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2020-06-13 1:28 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2020-06-13 1:28 UTC (permalink / raw
To: gentoo-commits
commit: 76673bb10509bdd0b9b9545f25da994cb52157a2
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Jun 13 00:57:22 2020 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Sat Jun 13 00:57:22 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76673bb1
dev-libs/mtxclient: Version bump 0.3.1.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.3.1.ebuild | 43 +++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 5afa0f8..8e3b770 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1 +1,2 @@
DIST mtxclient-0.3.0.tar.gz 507299 BLAKE2B 4c36762a3a0a3aafebd414d2c967cc5183710c7be34df9b50078538e7971e86182114ed310ed96a452a02f3d8c1c18fa5aa0de414d0c391d97efb1ce7f1b49f9 SHA512 113eb2c1042e0aeea6607fae0b7fd0ff1655d6b902fa11a3492561c53240901e641f53d413810e932ac210e519026016c5fac38bda1592336c95b2d79781557e
+DIST mtxclient-0.3.1.tar.gz 511985 BLAKE2B 5271dc755ea10be2bddd0155b9c3288be2f0cb165989fdebcf237795a12041e8f21f7c54b9f7ec86e5fa08c386daad696f77509ae65b2aa2c30c9a292bb1b682 SHA512 ed4991b0a611be80cef42dec5e4b747787dae6aeaf46dc1cc395b06233efc9a5b1b57b1809eb9dacd7893b4de19f43996bb6d4556fc67697013248d79528a567
diff --git a/dev-libs/mtxclient/mtxclient-0.3.1.ebuild b/dev-libs/mtxclient/mtxclient-0.3.1.ebuild
new file mode 100644
index 0000000..fcdc911
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.3.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2020 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/libsodium
+ >=dev-libs/boost-1.70.0
+ dev-libs/olm
+ dev-libs/openssl
+ 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
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-01-20 3:39 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-01-20 3:39 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-01-28 1:44 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-01-28 1:44 UTC (permalink / raw
To: gentoo-commits
commit: ccb637f81a1439a553c47a847b02eefc790e33ff
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Jan 28 01:31:30 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Jan 28 01:31:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccb637f8
dev-libs/mtxclient: Version bump 0.4.1.
Security fixes.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.4.1.ebuild | 42 +++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 22606391..8917afd9 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
DIST mtxclient-0.3.1.tar.gz 511985 BLAKE2B 5271dc755ea10be2bddd0155b9c3288be2f0cb165989fdebcf237795a12041e8f21f7c54b9f7ec86e5fa08c386daad696f77509ae65b2aa2c30c9a292bb1b682 SHA512 ed4991b0a611be80cef42dec5e4b747787dae6aeaf46dc1cc395b06233efc9a5b1b57b1809eb9dacd7893b4de19f43996bb6d4556fc67697013248d79528a567
DIST mtxclient-0.4.0.tar.gz 571434 BLAKE2B d836d94f9045f0ca5a0aa9b5fe6f3643e3189d4ee31b797472aca10320678308d51e2c9bc37f4234d00e0c201aeefaf8c4c40072b0ad8c7f5b6a9e0c10163a2a SHA512 8c3538147b9277babbac14aaec6652ff638ae9335c01f786dfec78e3edc5c23591da8ce33c4366329050cf644f71a9fac8d337a2a9fbf7ea2883be05f6ac1a1e
+DIST mtxclient-0.4.1.tar.gz 572552 BLAKE2B 4d0facaffb0ce1fadc1011b7d557774bcd9ffcef7349894255b9522bcc4e9228739ad8da5a60b0addf6835cf5de3613bebc19842b6922ab9cf94f88c944d0091 SHA512 246c84bc8bc7dd6fd688c79601d16e931b5aaf5fe967d6ea226f1961df2b74ad70d4e790b7400051e007506f58ecd6594ccead31bd3c6308aa2c6727b122c203
diff --git a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
new file mode 100644
index 00000000..6589f98e
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.4.1.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
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-01-28 1:44 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-01-28 1:44 UTC (permalink / raw
To: gentoo-commits
commit: ad7502b968674c20e1e183ad2262c2eb6b579163
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Jan 28 01:39:10 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Jan 28 01:39:10 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad7502b9
dev-libs/mtxclient: Delete old ebuilds.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 2 --
dev-libs/mtxclient/mtxclient-0.3.1.ebuild | 43 -------------------------------
dev-libs/mtxclient/mtxclient-0.4.0.ebuild | 42 ------------------------------
3 files changed, 87 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 8917afd9..15aa7e7f 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1 @@
-DIST mtxclient-0.3.1.tar.gz 511985 BLAKE2B 5271dc755ea10be2bddd0155b9c3288be2f0cb165989fdebcf237795a12041e8f21f7c54b9f7ec86e5fa08c386daad696f77509ae65b2aa2c30c9a292bb1b682 SHA512 ed4991b0a611be80cef42dec5e4b747787dae6aeaf46dc1cc395b06233efc9a5b1b57b1809eb9dacd7893b4de19f43996bb6d4556fc67697013248d79528a567
-DIST mtxclient-0.4.0.tar.gz 571434 BLAKE2B d836d94f9045f0ca5a0aa9b5fe6f3643e3189d4ee31b797472aca10320678308d51e2c9bc37f4234d00e0c201aeefaf8c4c40072b0ad8c7f5b6a9e0c10163a2a SHA512 8c3538147b9277babbac14aaec6652ff638ae9335c01f786dfec78e3edc5c23591da8ce33c4366329050cf644f71a9fac8d337a2a9fbf7ea2883be05f6ac1a1e
DIST mtxclient-0.4.1.tar.gz 572552 BLAKE2B 4d0facaffb0ce1fadc1011b7d557774bcd9ffcef7349894255b9522bcc4e9228739ad8da5a60b0addf6835cf5de3613bebc19842b6922ab9cf94f88c944d0091 SHA512 246c84bc8bc7dd6fd688c79601d16e931b5aaf5fe967d6ea226f1961df2b74ad70d4e790b7400051e007506f58ecd6594ccead31bd3c6308aa2c6727b122c203
diff --git a/dev-libs/mtxclient/mtxclient-0.3.1.ebuild b/dev-libs/mtxclient/mtxclient-0.3.1.ebuild
deleted file mode 100644
index fcdc9114..00000000
--- a/dev-libs/mtxclient/mtxclient-0.3.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2020 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/libsodium
- >=dev-libs/boost-1.70.0
- dev-libs/olm
- dev-libs/openssl
- 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
-}
diff --git a/dev-libs/mtxclient/mtxclient-0.4.0.ebuild b/dev-libs/mtxclient/mtxclient-0.4.0.ebuild
deleted file mode 100644
index 6589f98e..00000000
--- a/dev-libs/mtxclient/mtxclient-0.4.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-03-28 9:39 Andrew Ammerlaan
0 siblings, 0 replies; 36+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28 9:39 UTC (permalink / raw
To: gentoo-commits
commit: 3e8bff079b6eb69ab6f5ca286229c4ac6eacd43e
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:35:25 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:35:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e8bff07
dev-libs/mtxclient: add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
dev-libs/mtxclient/mtxclient-0.4.1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
index 6589f98e0..43315c94d 100644
--- a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
@@ -11,9 +11,11 @@ SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="MIT"
SLOT="0"
-IUSE="test"
KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
RDEPEND="
>=dev-libs/boost-1.70.0
dev-libs/olm
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-04-19 2:34 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-04-19 2:34 UTC (permalink / raw
To: gentoo-commits
commit: 54fe802c44244c481663a3d6b28a6966b6ae42f8
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Apr 19 02:27:46 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Apr 19 02:27:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=54fe802c
dev-libs/mtxclient: Version bump 0.5.0.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.5.0.ebuild | 44 +++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 15aa7e7f4..7416277c2 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1 +1,2 @@
DIST mtxclient-0.4.1.tar.gz 572552 BLAKE2B 4d0facaffb0ce1fadc1011b7d557774bcd9ffcef7349894255b9522bcc4e9228739ad8da5a60b0addf6835cf5de3613bebc19842b6922ab9cf94f88c944d0091 SHA512 246c84bc8bc7dd6fd688c79601d16e931b5aaf5fe967d6ea226f1961df2b74ad70d4e790b7400051e007506f58ecd6594ccead31bd3c6308aa2c6727b122c203
+DIST mtxclient-0.5.0.tar.gz 582236 BLAKE2B 5166c32127973e886adadb6ad8a2895ba5ac77f78e9a774f039b0c8d4329078c0b8de965b477ce1c3a7e4cd929de8ba9b8d4f8d8b0452f6c49c873285a4d8b3a SHA512 6e1e9f5ecb1e6911b5bee85569e4477f6ee4c86ef479a3f408c8bbd187750b3b78db1db0337b51e1df9b90fee3b486eaf909bb79b69a97919685074eee3a82cd
diff --git a/dev-libs/mtxclient/mtxclient-0.5.0.ebuild b/dev-libs/mtxclient/mtxclient-0.5.0.ebuild
new file mode 100644
index 000000000..43315c94d
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.5.0.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
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-04-20 18:03 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-04-20 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 5ec66cf603928a5b092cf03a0fb4bb468699a40b
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Apr 20 17:44:48 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-04-20 18:03 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-04-20 18:03 UTC (permalink / raw
To: gentoo-commits
commit: 760f3c9463222a4f35caf23d6ed804cfa44ad3f3
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Apr 20 17:52:56 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Apr 20 17:54:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=760f3c94
dev-libs/mtxclient: Remove old ebuild.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 -
dev-libs/mtxclient/mtxclient-0.4.1.ebuild | 44 -------------------------------
2 files changed, 45 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 8d47a37c3..b80e8680c 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
-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.4.1.ebuild b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
deleted file mode 100644
index 43315c94d..000000000
--- a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-04-21 6:21 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-04-21 6:21 UTC (permalink / raw
To: gentoo-commits
commit: 8dfbc6cb487c2725fcaa712aed390f61b9b2915a
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Apr 21 06:13:41 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Apr 21 06:19:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8dfbc6cb
Revert "dev-libs/mtxclient: Remove old ebuild."
Turns out <=net-im/nheko-0.8.1 doesn't work with
>=dev-libs/mtxclient-0.5.0.
This reverts commit 760f3c9463222a4f35caf23d6ed804cfa44ad3f3.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.4.1.ebuild | 44 +++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index b80e8680c..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.4.1.ebuild b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
new file mode 100644
index 000000000..43315c94d
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.4.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
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-04-23 10:56 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-04-23 10:56 UTC (permalink / raw
To: gentoo-commits
commit: a0ab11bdb9cce16db4f26c35b972ffa7cc470585
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Apr 23 10:54:18 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Apr 23 10:55:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a0ab11bd
dev-libs/mtxclient: Remove unused ebuild.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 -
dev-libs/mtxclient/mtxclient-0.5.0.ebuild | 44 -------------------------------
2 files changed, 45 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 8d47a37c3..1baa03481 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
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.0.ebuild b/dev-libs/mtxclient/mtxclient-0.5.0.ebuild
deleted file mode 100644
index 43315c94d..000000000
--- a/dev-libs/mtxclient/mtxclient-0.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-09-27 20:48 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-09-27 20:48 UTC (permalink / raw
To: gentoo-commits
commit: 5710f31a46492b9d5572ee4795a1a4c3bcf6406c
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Sep 27 20:40:10 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Sep 27 20:44:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5710f31a
dev-libs/mtxclient: Fix dev-libs/olm dependency
olm introduced enum OlmErrorCode, clashes with stable mtxclient.
<https://gitlab.matrix.org/matrix-org/olm/-/tags/3.2.5>
<https://matrix.to/#/%23nheko%3Anheko.im/%24QaqBIMitAeEeOET5jSbcrSoY9wMpJnKmRXvRf6fbYA8>
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/mtxclient-0.4.1.ebuild | 2 +-
dev-libs/mtxclient/mtxclient-0.5.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
index 43315c94d..1834d6696 100644
--- a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/boost-1.70.0
- dev-libs/olm
+ <dev-libs/olm-3.2.5
>=dev-libs/openssl-1.1.0
dev-cpp/nlohmann_json
"
diff --git a/dev-libs/mtxclient/mtxclient-0.5.1.ebuild b/dev-libs/mtxclient/mtxclient-0.5.1.ebuild
index 43315c94d..1834d6696 100644
--- a/dev-libs/mtxclient/mtxclient-0.5.1.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.5.1.ebuild
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
RDEPEND="
>=dev-libs/boost-1.70.0
- dev-libs/olm
+ <dev-libs/olm-3.2.5
>=dev-libs/openssl-1.1.0
dev-cpp/nlohmann_json
"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-10-04 11:45 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-10-04 11:45 UTC (permalink / raw
To: gentoo-commits
commit: f3210817088561b2d4a77c229fad5a345783f3fa
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Oct 3 21:06:30 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Oct 4 11:43:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f3210817
dev-libs/mtxclient: Remove old ebuild.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 -
dev-libs/mtxclient/mtxclient-0.4.1.ebuild | 44 -------------------------------
2 files changed, 45 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 0c9347b04..ca390a5cf 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
-DIST mtxclient-0.4.1.tar.gz 572552 BLAKE2B 4d0facaffb0ce1fadc1011b7d557774bcd9ffcef7349894255b9522bcc4e9228739ad8da5a60b0addf6835cf5de3613bebc19842b6922ab9cf94f88c944d0091 SHA512 246c84bc8bc7dd6fd688c79601d16e931b5aaf5fe967d6ea226f1961df2b74ad70d4e790b7400051e007506f58ecd6594ccead31bd3c6308aa2c6727b122c203
DIST mtxclient-0.5.1.tar.gz 582367 BLAKE2B d30a5e0e16d6783d8d1175e5f4144d845fe62897dcc7952cb1598470befa1da47a2b06cd70a60f511a1c2e7656eca2cf5a87734cbc61b79d2a05df295fd256e0 SHA512 f0a5e823bd7f3cccdf5f919c04c36a1a5ab4d2627a6f8f3fac78e4b300eda3b9e1f5060fb31e6e47267bbafc3a03f6c2a2d16c2323e63ce4889f551860e7703f
DIST mtxclient-0.5.2_pre20210916.tar.gz 588702 BLAKE2B 643e37c13348d0fff65b38e16581918d1b9555d6d6cc19ce4965eaa5e34620a6d0f60af7bb075ffded4b585f38b889565c3cfd42f02c2749e4a8c8f013b6c125 SHA512 778257173c08930a05d3bef91afe34d4cf963f57e75159f99a2468513df80669215002ecf5f10c3639a8fef944aeb814cb447e4984c5e1c8ffd87d53b8938030
diff --git a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild b/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
deleted file mode 100644
index 1834d6696..000000000
--- a/dev-libs/mtxclient/mtxclient-0.4.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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-3.2.5
- >=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
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-10-04 11:45 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-10-04 11:45 UTC (permalink / raw
To: gentoo-commits
commit: d0309b9ef6c0df9cb5fe009785eb8abcb8bef5b4
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sun Oct 3 20:21:08 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Oct 4 11:42:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0309b9e
dev-libs/mtxclient: Version bump 0.5.2_pre20210916
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
.../mtxclient/mtxclient-0.5.2_pre20210916.ebuild | 47 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 1baa03481..0c9347b04 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.1.tar.gz 582367 BLAKE2B d30a5e0e16d6783d8d1175e5f4144d845fe62897dcc7952cb1598470befa1da47a2b06cd70a60f511a1c2e7656eca2cf5a87734cbc61b79d2a05df295fd256e0 SHA512 f0a5e823bd7f3cccdf5f919c04c36a1a5ab4d2627a6f8f3fac78e4b300eda3b9e1f5060fb31e6e47267bbafc3a03f6c2a2d16c2323e63ce4889f551860e7703f
+DIST mtxclient-0.5.2_pre20210916.tar.gz 588702 BLAKE2B 643e37c13348d0fff65b38e16581918d1b9555d6d6cc19ce4965eaa5e34620a6d0f60af7bb075ffded4b585f38b889565c3cfd42f02c2749e4a8c8f013b6c125 SHA512 778257173c08930a05d3bef91afe34d4cf963f57e75159f99a2468513df80669215002ecf5f10c3639a8fef944aeb814cb447e4984c5e1c8ffd87d53b8938030
diff --git a/dev-libs/mtxclient/mtxclient-0.5.2_pre20210916.ebuild b/dev-libs/mtxclient/mtxclient-0.5.2_pre20210916.ebuild
new file mode 100644
index 000000000..20e905ea7
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.5.2_pre20210916.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+MY_COMMIT="b452a984b0fc522c21bb8df7d320bf13960974d0"
+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/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+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
+ dev-libs/spdlog
+ dev-cpp/coeurl
+"
+DEPEND="
+ ${RDEPEND}
+ 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
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-11-19 1:15 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-11-19 1:15 UTC (permalink / raw
To: gentoo-commits
commit: bd74e4599877a7f8ee8647fbe43a44fb356287c7
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Nov 17 23:03:52 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Nov 17 23:03:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bd74e459
dev-libs/mtxclient: Remove old ebuild.
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 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 6a08e74f6..15fff9866 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
-DIST mtxclient-0.5.1.tar.gz 582367 BLAKE2B d30a5e0e16d6783d8d1175e5f4144d845fe62897dcc7952cb1598470befa1da47a2b06cd70a60f511a1c2e7656eca2cf5a87734cbc61b79d2a05df295fd256e0 SHA512 f0a5e823bd7f3cccdf5f919c04c36a1a5ab4d2627a6f8f3fac78e4b300eda3b9e1f5060fb31e6e47267bbafc3a03f6c2a2d16c2323e63ce4889f551860e7703f
DIST mtxclient-0.5.2_pre20210916.tar.gz 588702 BLAKE2B 643e37c13348d0fff65b38e16581918d1b9555d6d6cc19ce4965eaa5e34620a6d0f60af7bb075ffded4b585f38b889565c3cfd42f02c2749e4a8c8f013b6c125 SHA512 778257173c08930a05d3bef91afe34d4cf963f57e75159f99a2468513df80669215002ecf5f10c3639a8fef944aeb814cb447e4984c5e1c8ffd87d53b8938030
DIST mtxclient-0.6.0.tar.gz 593602 BLAKE2B 61e9f332e2056727c0d8e6b473e42591e3a8fc4841b8f76a1fe3ac61b1ccc9ba40c0dd248201ae301ce56d21aa0e034d65c5a7e7c33b202361b6ab6fd763aa01 SHA512 8ee9cd6cfab64625029ed18b5de72523a8d7dc1ac67ff8d9f32d730f15e473248ec11447a480ce9f76629d1bd5722785f229857489a63e71e92aae0990a3d20f
diff --git a/dev-libs/mtxclient/mtxclient-0.5.1.ebuild b/dev-libs/mtxclient/mtxclient-0.5.1.ebuild
deleted file mode 100644
index 1834d6696..000000000
--- a/dev-libs/mtxclient/mtxclient-0.5.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# 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-3.2.5
- >=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
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-12-21 11:46 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-12-21 11:46 UTC (permalink / raw
To: gentoo-commits
commit: 45108f9eb7db49abc33c579871ed103d6cb48add
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Dec 20 00:44:24 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Dec 21 11:45:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45108f9e
dev-libs/mtxclient: Version bump 0.6.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.6.1.ebuild | 42 +++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 15fff9866..ad5039692 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
DIST mtxclient-0.5.2_pre20210916.tar.gz 588702 BLAKE2B 643e37c13348d0fff65b38e16581918d1b9555d6d6cc19ce4965eaa5e34620a6d0f60af7bb075ffded4b585f38b889565c3cfd42f02c2749e4a8c8f013b6c125 SHA512 778257173c08930a05d3bef91afe34d4cf963f57e75159f99a2468513df80669215002ecf5f10c3639a8fef944aeb814cb447e4984c5e1c8ffd87d53b8938030
DIST mtxclient-0.6.0.tar.gz 593602 BLAKE2B 61e9f332e2056727c0d8e6b473e42591e3a8fc4841b8f76a1fe3ac61b1ccc9ba40c0dd248201ae301ce56d21aa0e034d65c5a7e7c33b202361b6ab6fd763aa01 SHA512 8ee9cd6cfab64625029ed18b5de72523a8d7dc1ac67ff8d9f32d730f15e473248ec11447a480ce9f76629d1bd5722785f229857489a63e71e92aae0990a3d20f
+DIST mtxclient-0.6.1.tar.gz 596763 BLAKE2B 68acd5c4e0d03ac3afe8ce4b756099ced9a672fbe9017e4f654249f65ca2e0bec830119eb05651a9ed96ee139e3a4823a0ce4a74a63b37ae91076f0b70f4c9fd SHA512 96463a135e402b7255a0d5641babe128751ee731f01ccd50fdf0a1e60d6f036370998c2d05fa286129def8a4591183bf0d63fe631b9a7a2fa92ae7a748cf07d0
diff --git a/dev-libs/mtxclient/mtxclient-0.6.1.ebuild b/dev-libs/mtxclient/mtxclient-0.6.1.ebuild
new file mode 100644
index 000000000..f1520046c
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.6.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020-2021 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"
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-libs/olm
+ >=dev-libs/openssl-1.1.0
+ dev-libs/spdlog
+ >=dev-cpp/coeurl-0.1.1
+"
+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
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2021-12-21 11:46 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2021-12-21 11:46 UTC (permalink / raw
To: gentoo-commits
commit: 38e604ca627b35aafbe38733854d43bac4a793c1
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Dec 20 02:13:46 2021 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Dec 21 11:45:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38e604ca
dev-libs/mtxclient: Remove old ebuild
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 -
.../mtxclient/mtxclient-0.5.2_pre20210916.ebuild | 47 ----------------------
2 files changed, 48 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index ad5039692..50f32e868 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
-DIST mtxclient-0.5.2_pre20210916.tar.gz 588702 BLAKE2B 643e37c13348d0fff65b38e16581918d1b9555d6d6cc19ce4965eaa5e34620a6d0f60af7bb075ffded4b585f38b889565c3cfd42f02c2749e4a8c8f013b6c125 SHA512 778257173c08930a05d3bef91afe34d4cf963f57e75159f99a2468513df80669215002ecf5f10c3639a8fef944aeb814cb447e4984c5e1c8ffd87d53b8938030
DIST mtxclient-0.6.0.tar.gz 593602 BLAKE2B 61e9f332e2056727c0d8e6b473e42591e3a8fc4841b8f76a1fe3ac61b1ccc9ba40c0dd248201ae301ce56d21aa0e034d65c5a7e7c33b202361b6ab6fd763aa01 SHA512 8ee9cd6cfab64625029ed18b5de72523a8d7dc1ac67ff8d9f32d730f15e473248ec11447a480ce9f76629d1bd5722785f229857489a63e71e92aae0990a3d20f
DIST mtxclient-0.6.1.tar.gz 596763 BLAKE2B 68acd5c4e0d03ac3afe8ce4b756099ced9a672fbe9017e4f654249f65ca2e0bec830119eb05651a9ed96ee139e3a4823a0ce4a74a63b37ae91076f0b70f4c9fd SHA512 96463a135e402b7255a0d5641babe128751ee731f01ccd50fdf0a1e60d6f036370998c2d05fa286129def8a4591183bf0d63fe631b9a7a2fa92ae7a748cf07d0
diff --git a/dev-libs/mtxclient/mtxclient-0.5.2_pre20210916.ebuild b/dev-libs/mtxclient/mtxclient-0.5.2_pre20210916.ebuild
deleted file mode 100644
index 20e905ea7..000000000
--- a/dev-libs/mtxclient/mtxclient-0.5.2_pre20210916.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-MY_COMMIT="b452a984b0fc522c21bb8df7d320bf13960974d0"
-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/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-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
- dev-libs/spdlog
- dev-cpp/coeurl
-"
-DEPEND="
- ${RDEPEND}
- 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
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
2022-02-23 0:33 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
@ 2022-02-22 21:16 ` Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2022-02-22 21:16 UTC (permalink / raw
To: gentoo-commits
commit: 9a03114ed5a150793b791e582cbfa3cd16a2e7b1
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Feb 22 21:12:01 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Feb 22 21:12:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a03114e
dev-libs/mtxclient: Version bump 0.6.2
Fixes guaranteed crash with Matrix API >=1.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.6.2.ebuild | 42 +++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 50f32e868..3fd61b4c8 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
DIST mtxclient-0.6.0.tar.gz 593602 BLAKE2B 61e9f332e2056727c0d8e6b473e42591e3a8fc4841b8f76a1fe3ac61b1ccc9ba40c0dd248201ae301ce56d21aa0e034d65c5a7e7c33b202361b6ab6fd763aa01 SHA512 8ee9cd6cfab64625029ed18b5de72523a8d7dc1ac67ff8d9f32d730f15e473248ec11447a480ce9f76629d1bd5722785f229857489a63e71e92aae0990a3d20f
DIST mtxclient-0.6.1.tar.gz 596763 BLAKE2B 68acd5c4e0d03ac3afe8ce4b756099ced9a672fbe9017e4f654249f65ca2e0bec830119eb05651a9ed96ee139e3a4823a0ce4a74a63b37ae91076f0b70f4c9fd SHA512 96463a135e402b7255a0d5641babe128751ee731f01ccd50fdf0a1e60d6f036370998c2d05fa286129def8a4591183bf0d63fe631b9a7a2fa92ae7a748cf07d0
+DIST mtxclient-0.6.2.tar.gz 596675 BLAKE2B c796218849324222e94ecd82336f4bfed25f344c8d01f9de293f5220d43e9c3b2b3921dce5d0d9a0d850e85dcb2e2b74e26ab75000d1fa48601c433d646b90ba SHA512 91ac33b16fb2685f1aee3e76f3fe334a34e8403d11be8a065e10dac0181333131654f26886a8cf5b25ded1960010c06a259e7d2e5f195a28f7cc8041ca9dbff9
diff --git a/dev-libs/mtxclient/mtxclient-0.6.2.ebuild b/dev-libs/mtxclient/mtxclient-0.6.2.ebuild
new file mode 100644
index 000000000..f1520046c
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.6.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020-2021 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"
+KEYWORDS="~amd64"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-libs/olm
+ >=dev-libs/openssl-1.1.0
+ dev-libs/spdlog
+ >=dev-cpp/coeurl-0.1.1
+"
+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
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2022-02-22 21:16 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2022-02-22 21:16 UTC (permalink / raw
To: gentoo-commits
commit: e782fd12849e44b7a40a4fb25446e0c31f3dcb86
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Tue Feb 22 21:15:27 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Feb 22 21:15:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e782fd12
dev-libs/mtxclient: Remove old ebuilds
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 2 --
dev-libs/mtxclient/mtxclient-0.6.0.ebuild | 42 -------------------------------
dev-libs/mtxclient/mtxclient-0.6.1.ebuild | 42 -------------------------------
3 files changed, 86 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 3fd61b4c8..2b6b53345 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1 @@
-DIST mtxclient-0.6.0.tar.gz 593602 BLAKE2B 61e9f332e2056727c0d8e6b473e42591e3a8fc4841b8f76a1fe3ac61b1ccc9ba40c0dd248201ae301ce56d21aa0e034d65c5a7e7c33b202361b6ab6fd763aa01 SHA512 8ee9cd6cfab64625029ed18b5de72523a8d7dc1ac67ff8d9f32d730f15e473248ec11447a480ce9f76629d1bd5722785f229857489a63e71e92aae0990a3d20f
-DIST mtxclient-0.6.1.tar.gz 596763 BLAKE2B 68acd5c4e0d03ac3afe8ce4b756099ced9a672fbe9017e4f654249f65ca2e0bec830119eb05651a9ed96ee139e3a4823a0ce4a74a63b37ae91076f0b70f4c9fd SHA512 96463a135e402b7255a0d5641babe128751ee731f01ccd50fdf0a1e60d6f036370998c2d05fa286129def8a4591183bf0d63fe631b9a7a2fa92ae7a748cf07d0
DIST mtxclient-0.6.2.tar.gz 596675 BLAKE2B c796218849324222e94ecd82336f4bfed25f344c8d01f9de293f5220d43e9c3b2b3921dce5d0d9a0d850e85dcb2e2b74e26ab75000d1fa48601c433d646b90ba SHA512 91ac33b16fb2685f1aee3e76f3fe334a34e8403d11be8a065e10dac0181333131654f26886a8cf5b25ded1960010c06a259e7d2e5f195a28f7cc8041ca9dbff9
diff --git a/dev-libs/mtxclient/mtxclient-0.6.0.ebuild b/dev-libs/mtxclient/mtxclient-0.6.0.ebuild
deleted file mode 100644
index 525e24dc1..000000000
--- a/dev-libs/mtxclient/mtxclient-0.6.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-2021 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"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/olm
- >=dev-libs/openssl-1.1.0
- dev-libs/spdlog
- >=dev-cpp/coeurl-0.1.0
-"
-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
-}
diff --git a/dev-libs/mtxclient/mtxclient-0.6.1.ebuild b/dev-libs/mtxclient/mtxclient-0.6.1.ebuild
deleted file mode 100644
index f1520046c..000000000
--- a/dev-libs/mtxclient/mtxclient-0.6.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-2021 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"
-KEYWORDS="~amd64"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/olm
- >=dev-libs/openssl-1.1.0
- dev-libs/spdlog
- >=dev-cpp/coeurl-0.1.1
-"
-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
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2022-03-07 16:22 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2022-03-07 16:22 UTC (permalink / raw
To: gentoo-commits
commit: 8ff94fb19fe74d1b493915bb1dfb5f5bd668d55f
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Mar 7 16:06:38 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Mar 7 16:11:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ff94fb1
dev-libs/mtxclient: Add subslot, fix coeurl dependency
dev-cpp/coeurl has no stable ABI.
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
.../mtxclient/{mtxclient-0.6.2.ebuild => mtxclient-0.6.2-r1.ebuild} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/mtxclient/mtxclient-0.6.2.ebuild b/dev-libs/mtxclient/mtxclient-0.6.2-r1.ebuild
similarity index 85%
rename from dev-libs/mtxclient/mtxclient-0.6.2.ebuild
rename to dev-libs/mtxclient/mtxclient-0.6.2-r1.ebuild
index f1520046c..a7a949bf1 100644
--- a/dev-libs/mtxclient/mtxclient-0.6.2.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.6.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ 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"
+SLOT="0/${PV}" # ABI may break even on patch version changes
KEYWORDS="~amd64"
IUSE="test"
@@ -20,7 +20,7 @@ RDEPEND="
dev-libs/olm
>=dev-libs/openssl-1.1.0
dev-libs/spdlog
- >=dev-cpp/coeurl-0.1.1
+ >=dev-cpp/coeurl-0.1.1:=
"
DEPEND="
${RDEPEND}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2022-03-10 13:53 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2022-03-10 13:53 UTC (permalink / raw
To: gentoo-commits
commit: 3b11c66dba3de26475093e1b94133b28466c9b0b
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Mar 10 07:30:38 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Mar 10 13:43:34 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b11c66d
dev-libs/mtxclient: Version bump 0.7.0
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.7.0.ebuild | 42 +++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 2b6b53345..819a15902 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1 +1,2 @@
DIST mtxclient-0.6.2.tar.gz 596675 BLAKE2B c796218849324222e94ecd82336f4bfed25f344c8d01f9de293f5220d43e9c3b2b3921dce5d0d9a0d850e85dcb2e2b74e26ab75000d1fa48601c433d646b90ba SHA512 91ac33b16fb2685f1aee3e76f3fe334a34e8403d11be8a065e10dac0181333131654f26886a8cf5b25ded1960010c06a259e7d2e5f195a28f7cc8041ca9dbff9
+DIST mtxclient-0.7.0.tar.gz 601042 BLAKE2B 05c390d7e3f48d5c02a74fb5783693d5380141b28738b064101f6aaa2fbddf30e0d4b95dc774e68fbad93c642592806d9417344fb9cdd6b01659ec874c3ba67f SHA512 fe015e6532a62fd1d1f5828c7aff08c181a4da1279afe54a502c09ba924a404099d23e74eb176841e774f67c6701e9c0ab666e239f486e4559aaea863ba8f5f9
diff --git a/dev-libs/mtxclient/mtxclient-0.7.0.ebuild b/dev-libs/mtxclient/mtxclient-0.7.0.ebuild
new file mode 100644
index 000000000..a7a949bf1
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.7.0.ebuild
@@ -0,0 +1,42 @@
+# 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/olm
+ >=dev-libs/openssl-1.1.0
+ dev-libs/spdlog
+ >=dev-cpp/coeurl-0.1.1:=
+"
+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
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2022-07-23 16:15 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2022-07-23 16:15 UTC (permalink / raw
To: gentoo-commits
commit: 1f5ef58710b4e6e5fea72db0df850559389b7f56
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat Jul 23 09:19:26 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2022-08-19 15:49 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2022-08-19 15:49 UTC (permalink / raw
To: gentoo-commits
commit: 0e70dbcc07413a6f106b7462c277ce919db08099
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Aug 19 15:46:33 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Aug 19 15:46:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e70dbcc
dev-libs/mtxclient: work around LTO build failure
Closes: https://bugs.gentoo.org/861731
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/mtxclient-0.8.0.ebuild | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild
index 7b9d756dc..a3e74c2c7 100644
--- a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake
+inherit cmake flag-o-matic
DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio"
HOMEPAGE="https://github.com/Nheko-Reborn/mtxclient"
@@ -33,6 +33,14 @@ PATCHES=(
"${FILESDIR}/0.6.0_remove_network_tests.patch"
)
+src_prepare() {
+ if use test; then
+ filter-lto # bug #861731
+ fi
+
+ cmake_src_prepare
+}
+
src_configure() {
local -a mycmakeargs=(
-DBUILD_LIB_TESTS="$(usex test)"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2022-09-08 0:09 Ronny Gutbrod
2022-09-08 1:46 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
0 siblings, 1 reply; 36+ messages in thread
From: Ronny Gutbrod @ 2022-09-08 0:09 UTC (permalink / raw
To: gentoo-commits
commit: df4c5b8d0a066affcf4874032a98105442cc27c6
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Sep 7 21:38:06 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Sep 7 21:38:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df4c5b8d
dev-libs/mtxclient: drop 0.7.0
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 -
dev-libs/mtxclient/mtxclient-0.7.0.ebuild | 42 -------------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 596fa7017..ed7376679 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
-DIST mtxclient-0.7.0.tar.gz 601042 BLAKE2B 05c390d7e3f48d5c02a74fb5783693d5380141b28738b064101f6aaa2fbddf30e0d4b95dc774e68fbad93c642592806d9417344fb9cdd6b01659ec874c3ba67f SHA512 fe015e6532a62fd1d1f5828c7aff08c181a4da1279afe54a502c09ba924a404099d23e74eb176841e774f67c6701e9c0ab666e239f486e4559aaea863ba8f5f9
DIST mtxclient-0.8.0.tar.gz 606271 BLAKE2B 7a12f1f595d509cb2a0bbf9052393f67e427925875124398bf7fa6fc1f96f78084eb357d8ed1642df15274523b66ac78117ab1d088328131a5103d6a4da9b6d4 SHA512 4156432bf66d00bdabb6feee2521b659ee8b50cbcab8eae9d1c8dd496442822d204f7085baa616e51acd4cb7037994d5746fb37be73e71c1c5a3f882229f1e18
DIST mtxclient-0.8.1.tar.gz 609617 BLAKE2B 00decdcb5a049feebaa9b1d96037923118c49633441c12320fc268e2f09d0dbaf7437f015f74752dd0fec1aa69fe957bcae7a82a0829eec8c1027c88131db653 SHA512 da2f195478cca3f9464aa8d7ca360bdca10f08f8cf658d55124ada3b37ed5b3d9d1ee640019dde58e434a1351b36bf461f4d022ad3d16f33d2957af23ea8a707
diff --git a/dev-libs/mtxclient/mtxclient-0.7.0.ebuild b/dev-libs/mtxclient/mtxclient-0.7.0.ebuild
deleted file mode 100644
index a7a949bf1..000000000
--- a/dev-libs/mtxclient/mtxclient-0.7.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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/olm
- >=dev-libs/openssl-1.1.0
- dev-libs/spdlog
- >=dev-cpp/coeurl-0.1.1:=
-"
-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
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
2022-09-08 1:46 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
@ 2022-09-08 0:09 ` Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2022-09-08 0:09 UTC (permalink / raw
To: gentoo-commits
commit: 8aaf2a983367e910f1d202deae145f1584ce7fb2
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Sep 7 21:36:22 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Sep 7 21:37:05 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8aaf2a98
dev-libs/mtxclient: add 0.8.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.8.1.ebuild | 51 +++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 6c7b2e542..596fa7017 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
DIST mtxclient-0.7.0.tar.gz 601042 BLAKE2B 05c390d7e3f48d5c02a74fb5783693d5380141b28738b064101f6aaa2fbddf30e0d4b95dc774e68fbad93c642592806d9417344fb9cdd6b01659ec874c3ba67f SHA512 fe015e6532a62fd1d1f5828c7aff08c181a4da1279afe54a502c09ba924a404099d23e74eb176841e774f67c6701e9c0ab666e239f486e4559aaea863ba8f5f9
DIST mtxclient-0.8.0.tar.gz 606271 BLAKE2B 7a12f1f595d509cb2a0bbf9052393f67e427925875124398bf7fa6fc1f96f78084eb357d8ed1642df15274523b66ac78117ab1d088328131a5103d6a4da9b6d4 SHA512 4156432bf66d00bdabb6feee2521b659ee8b50cbcab8eae9d1c8dd496442822d204f7085baa616e51acd4cb7037994d5746fb37be73e71c1c5a3f882229f1e18
+DIST mtxclient-0.8.1.tar.gz 609617 BLAKE2B 00decdcb5a049feebaa9b1d96037923118c49633441c12320fc268e2f09d0dbaf7437f015f74752dd0fec1aa69fe957bcae7a82a0829eec8c1027c88131db653 SHA512 da2f195478cca3f9464aa8d7ca360bdca10f08f8cf658d55124ada3b37ed5b3d9d1ee640019dde58e434a1351b36bf461f4d022ad3d16f33d2957af23ea8a707
diff --git a/dev-libs/mtxclient/mtxclient-0.8.1.ebuild b/dev-libs/mtxclient/mtxclient-0.8.1.ebuild
new file mode 100644
index 000000000..f5c71567f
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.8.1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+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_prepare() {
+ if use test; then
+ filter-lto # bug 861731
+ fi
+
+ cmake_src_prepare
+}
+
+src_configure() {
+ local -a mycmakeargs=(
+ -DBUILD_LIB_TESTS="$(usex test)"
+ -DBUILD_LIB_EXAMPLES=OFF
+ )
+
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-libs/mtxclient/
2022-09-08 0:09 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/ Ronny Gutbrod
@ 2022-09-08 1:46 ` Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2022-09-08 1:46 UTC (permalink / raw
To: gentoo-commits
commit: df4c5b8d0a066affcf4874032a98105442cc27c6
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Sep 7 21:38:06 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Sep 7 21:38:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=df4c5b8d
dev-libs/mtxclient: drop 0.7.0
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 -
dev-libs/mtxclient/mtxclient-0.7.0.ebuild | 42 -------------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 596fa7017..ed7376679 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
-DIST mtxclient-0.7.0.tar.gz 601042 BLAKE2B 05c390d7e3f48d5c02a74fb5783693d5380141b28738b064101f6aaa2fbddf30e0d4b95dc774e68fbad93c642592806d9417344fb9cdd6b01659ec874c3ba67f SHA512 fe015e6532a62fd1d1f5828c7aff08c181a4da1279afe54a502c09ba924a404099d23e74eb176841e774f67c6701e9c0ab666e239f486e4559aaea863ba8f5f9
DIST mtxclient-0.8.0.tar.gz 606271 BLAKE2B 7a12f1f595d509cb2a0bbf9052393f67e427925875124398bf7fa6fc1f96f78084eb357d8ed1642df15274523b66ac78117ab1d088328131a5103d6a4da9b6d4 SHA512 4156432bf66d00bdabb6feee2521b659ee8b50cbcab8eae9d1c8dd496442822d204f7085baa616e51acd4cb7037994d5746fb37be73e71c1c5a3f882229f1e18
DIST mtxclient-0.8.1.tar.gz 609617 BLAKE2B 00decdcb5a049feebaa9b1d96037923118c49633441c12320fc268e2f09d0dbaf7437f015f74752dd0fec1aa69fe957bcae7a82a0829eec8c1027c88131db653 SHA512 da2f195478cca3f9464aa8d7ca360bdca10f08f8cf658d55124ada3b37ed5b3d9d1ee640019dde58e434a1351b36bf461f4d022ad3d16f33d2957af23ea8a707
diff --git a/dev-libs/mtxclient/mtxclient-0.7.0.ebuild b/dev-libs/mtxclient/mtxclient-0.7.0.ebuild
deleted file mode 100644
index a7a949bf1..000000000
--- a/dev-libs/mtxclient/mtxclient-0.7.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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/olm
- >=dev-libs/openssl-1.1.0
- dev-libs/spdlog
- >=dev-cpp/coeurl-0.1.1:=
-"
-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
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
2022-09-09 23:55 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
@ 2022-09-09 20:20 ` Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2022-09-09 20:20 UTC (permalink / raw
To: gentoo-commits
commit: 8e76585d0956c3756b7aab915e67069371989926
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Sep 9 20:12:51 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Sep 9 20:12:51 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e76585d
dev-libs/mtxclient: update DESCRIPTION
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/mtxclient-0.8.0.ebuild | 2 +-
dev-libs/mtxclient/mtxclient-0.8.1.ebuild | 2 +-
dev-libs/mtxclient/mtxclient-0.8.2.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild
index a3e74c2c7..c645c787e 100644
--- a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit cmake flag-o-matic
-DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio"
+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"
diff --git a/dev-libs/mtxclient/mtxclient-0.8.1.ebuild b/dev-libs/mtxclient/mtxclient-0.8.1.ebuild
index f5c71567f..f6a9be71e 100644
--- a/dev-libs/mtxclient/mtxclient-0.8.1.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.8.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit cmake flag-o-matic
-DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio"
+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"
diff --git a/dev-libs/mtxclient/mtxclient-0.8.2.ebuild b/dev-libs/mtxclient/mtxclient-0.8.2.ebuild
index f5c71567f..f6a9be71e 100644
--- a/dev-libs/mtxclient/mtxclient-0.8.2.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.8.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
inherit cmake flag-o-matic
-DESCRIPTION="Client API library for Matrix, built on top of Boost.Asio"
+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"
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
2022-09-09 23:55 [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
@ 2022-09-09 20:20 ` Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2022-09-09 20:20 UTC (permalink / raw
To: gentoo-commits
commit: d3bf84becae4d70f4d88a197d430639d25feed45
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Sep 9 20:12:06 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Sep 9 20:12:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3bf84be
dev-libs/mtxclient: add 0.8.2
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.8.2.ebuild | 51 +++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index ed7376679..fe2573a9c 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
DIST mtxclient-0.8.0.tar.gz 606271 BLAKE2B 7a12f1f595d509cb2a0bbf9052393f67e427925875124398bf7fa6fc1f96f78084eb357d8ed1642df15274523b66ac78117ab1d088328131a5103d6a4da9b6d4 SHA512 4156432bf66d00bdabb6feee2521b659ee8b50cbcab8eae9d1c8dd496442822d204f7085baa616e51acd4cb7037994d5746fb37be73e71c1c5a3f882229f1e18
DIST mtxclient-0.8.1.tar.gz 609617 BLAKE2B 00decdcb5a049feebaa9b1d96037923118c49633441c12320fc268e2f09d0dbaf7437f015f74752dd0fec1aa69fe957bcae7a82a0829eec8c1027c88131db653 SHA512 da2f195478cca3f9464aa8d7ca360bdca10f08f8cf658d55124ada3b37ed5b3d9d1ee640019dde58e434a1351b36bf461f4d022ad3d16f33d2957af23ea8a707
+DIST mtxclient-0.8.2.tar.gz 609627 BLAKE2B c88441dfb8792246199cdf8cfd5c69c52d6086ab4013be15fe0c471345ebd157e5a1451eceb7e5b73ac06229e87977103ed1f439c47e3d25172d5c39152b29fa SHA512 0f9d07f5001f933dbf0163b865056361b583de2f2aeae159c5d05ff54adbf88cf7033ad57ee3232b032b4f75328bc410d0059a9dcc209b62aa0ae67b2405667f
diff --git a/dev-libs/mtxclient/mtxclient-0.8.2.ebuild b/dev-libs/mtxclient/mtxclient-0.8.2.ebuild
new file mode 100644
index 000000000..f5c71567f
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.8.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+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_prepare() {
+ if use test; then
+ filter-lto # bug 861731
+ fi
+
+ cmake_src_prepare
+}
+
+src_configure() {
+ local -a mycmakeargs=(
+ -DBUILD_LIB_TESTS="$(usex test)"
+ -DBUILD_LIB_EXAMPLES=OFF
+ )
+
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2023-01-13 16:50 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2023-01-13 16:50 UTC (permalink / raw
To: gentoo-commits
commit: 4af133709af73bcff1ebfc2286435f2f6bfbd531
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Jan 13 00:56:25 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Jan 13 16:49:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4af13370
dev-libs/mtxclient: add 0.9.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.9.1.ebuild | 52 +++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index fe2573a9c..d63ffd5cd 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,4 @@
DIST mtxclient-0.8.0.tar.gz 606271 BLAKE2B 7a12f1f595d509cb2a0bbf9052393f67e427925875124398bf7fa6fc1f96f78084eb357d8ed1642df15274523b66ac78117ab1d088328131a5103d6a4da9b6d4 SHA512 4156432bf66d00bdabb6feee2521b659ee8b50cbcab8eae9d1c8dd496442822d204f7085baa616e51acd4cb7037994d5746fb37be73e71c1c5a3f882229f1e18
DIST mtxclient-0.8.1.tar.gz 609617 BLAKE2B 00decdcb5a049feebaa9b1d96037923118c49633441c12320fc268e2f09d0dbaf7437f015f74752dd0fec1aa69fe957bcae7a82a0829eec8c1027c88131db653 SHA512 da2f195478cca3f9464aa8d7ca360bdca10f08f8cf658d55124ada3b37ed5b3d9d1ee640019dde58e434a1351b36bf461f4d022ad3d16f33d2957af23ea8a707
DIST mtxclient-0.8.2.tar.gz 609627 BLAKE2B c88441dfb8792246199cdf8cfd5c69c52d6086ab4013be15fe0c471345ebd157e5a1451eceb7e5b73ac06229e87977103ed1f439c47e3d25172d5c39152b29fa SHA512 0f9d07f5001f933dbf0163b865056361b583de2f2aeae159c5d05ff54adbf88cf7033ad57ee3232b032b4f75328bc410d0059a9dcc209b62aa0ae67b2405667f
+DIST mtxclient-0.9.1.tar.gz 621917 BLAKE2B aaadc1228ebd792c46e6aa4ff9dab9755bb6215b8ed37f65f3c12192b509ceae46e4e3e1f26aa400b14cfe6690af816139d273028cb0d58e19c756835c53209f SHA512 578d18add07aa2bf52fea41f99bcc91fa403a78d6d4d656a9775ae141fa2f6bffc2f1f0dc95740eab1d46bb9ac79a62691192682d06a75a8cee3e94ad93723c1
diff --git a/dev-libs/mtxclient/mtxclient-0.9.1.ebuild b/dev-libs/mtxclient/mtxclient-0.9.1.ebuild
new file mode 100644
index 000000000..e704def7e
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.9.1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake flag-o-matic
+
+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-libs/libfmt:=
+ dev-libs/olm
+ >=dev-libs/openssl-1.1.0:=
+ >=dev-libs/re2-0.2022.04.01:=
+ dev-libs/spdlog:=
+ >=dev-cpp/coeurl-0.3.0:=[ssl]
+"
+DEPEND="
+ ${RDEPEND}
+ dev-cpp/nlohmann_json
+ test? ( dev-cpp/gtest )
+"
+
+PATCHES=(
+ "${FILESDIR}/0.6.0_remove_network_tests.patch"
+)
+
+src_prepare() {
+ if use test; then
+ filter-lto # bug 861731
+ fi
+
+ cmake_src_prepare
+}
+
+src_configure() {
+ local -a mycmakeargs=(
+ -DBUILD_LIB_TESTS="$(usex test)"
+ -DBUILD_LIB_EXAMPLES=OFF
+ )
+
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2023-01-13 16:50 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2023-01-13 16:50 UTC (permalink / raw
To: gentoo-commits
commit: b86bed60afb9c2898b0e503f3d64afa03c77db67
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Fri Jan 13 16:49:28 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Fri Jan 13 16:49:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b86bed60
dev-libs/mtxclient: drop 0.8.0, 0.8.1
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 2 --
dev-libs/mtxclient/mtxclient-0.8.0.ebuild | 51 -------------------------------
dev-libs/mtxclient/mtxclient-0.8.1.ebuild | 51 -------------------------------
3 files changed, 104 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index d63ffd5cd..4ada75109 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,4 +1,2 @@
-DIST mtxclient-0.8.0.tar.gz 606271 BLAKE2B 7a12f1f595d509cb2a0bbf9052393f67e427925875124398bf7fa6fc1f96f78084eb357d8ed1642df15274523b66ac78117ab1d088328131a5103d6a4da9b6d4 SHA512 4156432bf66d00bdabb6feee2521b659ee8b50cbcab8eae9d1c8dd496442822d204f7085baa616e51acd4cb7037994d5746fb37be73e71c1c5a3f882229f1e18
-DIST mtxclient-0.8.1.tar.gz 609617 BLAKE2B 00decdcb5a049feebaa9b1d96037923118c49633441c12320fc268e2f09d0dbaf7437f015f74752dd0fec1aa69fe957bcae7a82a0829eec8c1027c88131db653 SHA512 da2f195478cca3f9464aa8d7ca360bdca10f08f8cf658d55124ada3b37ed5b3d9d1ee640019dde58e434a1351b36bf461f4d022ad3d16f33d2957af23ea8a707
DIST mtxclient-0.8.2.tar.gz 609627 BLAKE2B c88441dfb8792246199cdf8cfd5c69c52d6086ab4013be15fe0c471345ebd157e5a1451eceb7e5b73ac06229e87977103ed1f439c47e3d25172d5c39152b29fa SHA512 0f9d07f5001f933dbf0163b865056361b583de2f2aeae159c5d05ff54adbf88cf7033ad57ee3232b032b4f75328bc410d0059a9dcc209b62aa0ae67b2405667f
DIST mtxclient-0.9.1.tar.gz 621917 BLAKE2B aaadc1228ebd792c46e6aa4ff9dab9755bb6215b8ed37f65f3c12192b509ceae46e4e3e1f26aa400b14cfe6690af816139d273028cb0d58e19c756835c53209f SHA512 578d18add07aa2bf52fea41f99bcc91fa403a78d6d4d656a9775ae141fa2f6bffc2f1f0dc95740eab1d46bb9ac79a62691192682d06a75a8cee3e94ad93723c1
diff --git a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild b/dev-libs/mtxclient/mtxclient-0.8.0.ebuild
deleted file mode 100644
index c645c787e..000000000
--- a/dev-libs/mtxclient/mtxclient-0.8.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-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-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_prepare() {
- if use test; then
- filter-lto # bug #861731
- fi
-
- cmake_src_prepare
-}
-
-src_configure() {
- local -a mycmakeargs=(
- -DBUILD_LIB_TESTS="$(usex test)"
- -DBUILD_LIB_EXAMPLES=OFF
- )
-
- cmake_src_configure
-}
diff --git a/dev-libs/mtxclient/mtxclient-0.8.1.ebuild b/dev-libs/mtxclient/mtxclient-0.8.1.ebuild
deleted file mode 100644
index f6a9be71e..000000000
--- a/dev-libs/mtxclient/mtxclient-0.8.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-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-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_prepare() {
- if use test; then
- filter-lto # bug 861731
- fi
-
- cmake_src_prepare
-}
-
-src_configure() {
- local -a mycmakeargs=(
- -DBUILD_LIB_TESTS="$(usex test)"
- -DBUILD_LIB_EXAMPLES=OFF
- )
-
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2023-01-23 15:56 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2023-01-23 15:56 UTC (permalink / raw
To: gentoo-commits
commit: 0eb79858111fe7de4f9794d727d547e5ea17c79f
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Jan 23 12:45:37 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Jan 23 12:45:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0eb79858
dev-libs/mtxclient: add pie USE-flag
Closes: https://bugs.gentoo.org/890895
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/mtxclient-0.9.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-libs/mtxclient/mtxclient-0.9.1.ebuild b/dev-libs/mtxclient/mtxclient-0.9.1.ebuild
index e704def7e..1e59db4eb 100644
--- a/dev-libs/mtxclient/mtxclient-0.9.1.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.9.1.ebuild
@@ -13,7 +13,7 @@ LICENSE="MIT"
SLOT="0/${PV}" # ABI may break even on patch version changes
KEYWORDS="~amd64"
-IUSE="test"
+IUSE="+pie test"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -46,6 +46,7 @@ src_configure() {
local -a mycmakeargs=(
-DBUILD_LIB_TESTS="$(usex test)"
-DBUILD_LIB_EXAMPLES=OFF
+ -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
)
cmake_src_configure
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2023-02-20 14:17 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2023-02-20 14:17 UTC (permalink / raw
To: gentoo-commits
commit: 84bc38bdc07b9894e7d36a4d7be9b669c1f589ed
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Feb 20 12:06:09 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Feb 20 14:17:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=84bc38bd
dev-libs/mtxclient: add 0.9.2
remove LTO workaround for tests
Bug: https://bugs.gentoo.org/861731
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.9.2.ebuild | 45 +++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 4ada75109..c358e6b5c 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
DIST mtxclient-0.8.2.tar.gz 609627 BLAKE2B c88441dfb8792246199cdf8cfd5c69c52d6086ab4013be15fe0c471345ebd157e5a1451eceb7e5b73ac06229e87977103ed1f439c47e3d25172d5c39152b29fa SHA512 0f9d07f5001f933dbf0163b865056361b583de2f2aeae159c5d05ff54adbf88cf7033ad57ee3232b032b4f75328bc410d0059a9dcc209b62aa0ae67b2405667f
DIST mtxclient-0.9.1.tar.gz 621917 BLAKE2B aaadc1228ebd792c46e6aa4ff9dab9755bb6215b8ed37f65f3c12192b509ceae46e4e3e1f26aa400b14cfe6690af816139d273028cb0d58e19c756835c53209f SHA512 578d18add07aa2bf52fea41f99bcc91fa403a78d6d4d656a9775ae141fa2f6bffc2f1f0dc95740eab1d46bb9ac79a62691192682d06a75a8cee3e94ad93723c1
+DIST mtxclient-0.9.2.tar.gz 623481 BLAKE2B 322506eaac9abf2463c08bee5e17547d7a33cf473785839566ec185db97303f7e33d5b58aa85735fa066f7f2f507e682bec985dc9dffa83f9b9ac799ed78c80d SHA512 87c9cd23ce8a52b2f850e3770eb51d03f40f4a5e45b5e536b2446932fc866b8835212d9364c5890af7404843da2547bdc94bb5d3d1933903fea8374b8900fd73
diff --git a/dev-libs/mtxclient/mtxclient-0.9.2.ebuild b/dev-libs/mtxclient/mtxclient-0.9.2.ebuild
new file mode 100644
index 000000000..a1a040656
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.9.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2020-2023 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="+pie test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ dev-libs/libfmt:=
+ dev-libs/olm
+ >=dev-libs/openssl-1.1.0:=
+ >=dev-libs/re2-0.2022.04.01:=
+ dev-libs/spdlog:=
+ >=dev-cpp/coeurl-0.3.0:=[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
+ -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
+ )
+
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2023-02-20 14:17 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2023-02-20 14:17 UTC (permalink / raw
To: gentoo-commits
commit: e149c4c90b020fa8f09abe4f4519b8f122094880
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Mon Feb 20 14:15:59 2023 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Mon Feb 20 14:17:18 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e149c4c9
dev-libs/mtxclient: drop 0.8.2
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 -
dev-libs/mtxclient/mtxclient-0.8.2.ebuild | 51 -------------------------------
2 files changed, 52 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index c358e6b5c..5376ad445 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
-DIST mtxclient-0.8.2.tar.gz 609627 BLAKE2B c88441dfb8792246199cdf8cfd5c69c52d6086ab4013be15fe0c471345ebd157e5a1451eceb7e5b73ac06229e87977103ed1f439c47e3d25172d5c39152b29fa SHA512 0f9d07f5001f933dbf0163b865056361b583de2f2aeae159c5d05ff54adbf88cf7033ad57ee3232b032b4f75328bc410d0059a9dcc209b62aa0ae67b2405667f
DIST mtxclient-0.9.1.tar.gz 621917 BLAKE2B aaadc1228ebd792c46e6aa4ff9dab9755bb6215b8ed37f65f3c12192b509ceae46e4e3e1f26aa400b14cfe6690af816139d273028cb0d58e19c756835c53209f SHA512 578d18add07aa2bf52fea41f99bcc91fa403a78d6d4d656a9775ae141fa2f6bffc2f1f0dc95740eab1d46bb9ac79a62691192682d06a75a8cee3e94ad93723c1
DIST mtxclient-0.9.2.tar.gz 623481 BLAKE2B 322506eaac9abf2463c08bee5e17547d7a33cf473785839566ec185db97303f7e33d5b58aa85735fa066f7f2f507e682bec985dc9dffa83f9b9ac799ed78c80d SHA512 87c9cd23ce8a52b2f850e3770eb51d03f40f4a5e45b5e536b2446932fc866b8835212d9364c5890af7404843da2547bdc94bb5d3d1933903fea8374b8900fd73
diff --git a/dev-libs/mtxclient/mtxclient-0.8.2.ebuild b/dev-libs/mtxclient/mtxclient-0.8.2.ebuild
deleted file mode 100644
index f6a9be71e..000000000
--- a/dev-libs/mtxclient/mtxclient-0.8.2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-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-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_prepare() {
- if use test; then
- filter-lto # bug 861731
- fi
-
- cmake_src_prepare
-}
-
-src_configure() {
- local -a mycmakeargs=(
- -DBUILD_LIB_TESTS="$(usex test)"
- -DBUILD_LIB_EXAMPLES=OFF
- )
-
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2023-07-22 17:29 Anna Vyalkova
0 siblings, 0 replies; 36+ messages in thread
From: Anna Vyalkova @ 2023-07-22 17:29 UTC (permalink / raw
To: gentoo-commits
commit: bcc7513b14e8e4be58e71383a8737f6df9c0902d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Jul 22 17:03:28 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Jul 22 17:29:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bcc7513b
dev-libs/mtxclient: remove pic use flag
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-libs/mtxclient/mtxclient-0.9.2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-libs/mtxclient/mtxclient-0.9.2.ebuild b/dev-libs/mtxclient/mtxclient-0.9.2.ebuild
index a1a040656..e8c8b143b 100644
--- a/dev-libs/mtxclient/mtxclient-0.9.2.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.9.2.ebuild
@@ -13,16 +13,16 @@ LICENSE="MIT"
SLOT="0/${PV}" # ABI may break even on patch version changes
KEYWORDS="~amd64"
-IUSE="+pie test"
+IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
+ >=dev-cpp/coeurl-0.3.0:=[ssl]
dev-libs/libfmt:=
dev-libs/olm
>=dev-libs/openssl-1.1.0:=
>=dev-libs/re2-0.2022.04.01:=
dev-libs/spdlog:=
- >=dev-cpp/coeurl-0.3.0:=[ssl]
"
DEPEND="
${RDEPEND}
@@ -38,7 +38,6 @@ src_configure() {
local -a mycmakeargs=(
-DBUILD_LIB_TESTS="$(usex test)"
-DBUILD_LIB_EXAMPLES=OFF
- -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
)
cmake_src_configure
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2023-07-24 14:02 Anna Vyalkova
0 siblings, 0 replies; 36+ messages in thread
From: Anna Vyalkova @ 2023-07-24 14:02 UTC (permalink / raw
To: gentoo-commits
commit: 4f141e90648218ad58acd62d57cc86ccd09cc900
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jul 24 14:00:15 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Jul 24 14:00:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f141e90
dev-libs/mtxclient: disable -fPIE
Closes: https://bugs.gentoo.org/911111
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-libs/mtxclient/mtxclient-0.9.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-libs/mtxclient/mtxclient-0.9.2.ebuild b/dev-libs/mtxclient/mtxclient-0.9.2.ebuild
index e8c8b143b..fa3a99ce4 100644
--- a/dev-libs/mtxclient/mtxclient-0.9.2.ebuild
+++ b/dev-libs/mtxclient/mtxclient-0.9.2.ebuild
@@ -38,6 +38,7 @@ src_configure() {
local -a mycmakeargs=(
-DBUILD_LIB_TESTS="$(usex test)"
-DBUILD_LIB_EXAMPLES=OFF
+ -DCMAKE_POSITION_INDEPENDENT_CODE=OFF
)
cmake_src_configure
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2024-06-13 12:55 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2024-06-13 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 0cf9fa61582a5164c9382b4260778961a2cf3687
Author: tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Jun 13 10:15:07 2024 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Jun 13 12:53:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cf9fa61
dev-libs/mtxclient: drop 0.9.1
Signed-off-by: tea <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 -
dev-libs/mtxclient/mtxclient-0.9.1.ebuild | 53 -------------------------------
2 files changed, 54 deletions(-)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index e5c433a11..14c76d1a2 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,3 +1,2 @@
DIST mtxclient-0.10.0.tar.gz 633765 BLAKE2B c76c4592e51c46418e5ad610432b2edc39f4bcfe3a9f8642888addc91296b7aa129e5716b818a1257e6e1cc8b945bac7d3434d283d9ba9705cd9250f6b6ad59b SHA512 584831f67d7c15c293dd3c3cdca6e5b76c8fd477d5daa5eecea4de43431db0628f5af846f2c1cb1cfdabbd53e3f696b45c8aa736bd615729df583a33157958bd
-DIST mtxclient-0.9.1.tar.gz 621917 BLAKE2B aaadc1228ebd792c46e6aa4ff9dab9755bb6215b8ed37f65f3c12192b509ceae46e4e3e1f26aa400b14cfe6690af816139d273028cb0d58e19c756835c53209f SHA512 578d18add07aa2bf52fea41f99bcc91fa403a78d6d4d656a9775ae141fa2f6bffc2f1f0dc95740eab1d46bb9ac79a62691192682d06a75a8cee3e94ad93723c1
DIST mtxclient-0.9.2.tar.gz 623481 BLAKE2B 322506eaac9abf2463c08bee5e17547d7a33cf473785839566ec185db97303f7e33d5b58aa85735fa066f7f2f507e682bec985dc9dffa83f9b9ac799ed78c80d SHA512 87c9cd23ce8a52b2f850e3770eb51d03f40f4a5e45b5e536b2446932fc866b8835212d9364c5890af7404843da2547bdc94bb5d3d1933903fea8374b8900fd73
diff --git a/dev-libs/mtxclient/mtxclient-0.9.1.ebuild b/dev-libs/mtxclient/mtxclient-0.9.1.ebuild
deleted file mode 100644
index 1e59db4eb..000000000
--- a/dev-libs/mtxclient/mtxclient-0.9.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake flag-o-matic
-
-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="+pie test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-libs/libfmt:=
- dev-libs/olm
- >=dev-libs/openssl-1.1.0:=
- >=dev-libs/re2-0.2022.04.01:=
- dev-libs/spdlog:=
- >=dev-cpp/coeurl-0.3.0:=[ssl]
-"
-DEPEND="
- ${RDEPEND}
- dev-cpp/nlohmann_json
- test? ( dev-cpp/gtest )
-"
-
-PATCHES=(
- "${FILESDIR}/0.6.0_remove_network_tests.patch"
-)
-
-src_prepare() {
- if use test; then
- filter-lto # bug 861731
- fi
-
- cmake_src_prepare
-}
-
-src_configure() {
- local -a mycmakeargs=(
- -DBUILD_LIB_TESTS="$(usex test)"
- -DBUILD_LIB_EXAMPLES=OFF
- -DCMAKE_POSITION_INDEPENDENT_CODE=$(usex pie)
- )
-
- cmake_src_configure
-}
^ permalink raw reply related [flat|nested] 36+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/
@ 2024-06-13 12:55 Ronny Gutbrod
0 siblings, 0 replies; 36+ messages in thread
From: Ronny Gutbrod @ 2024-06-13 12:55 UTC (permalink / raw
To: gentoo-commits
commit: 660398280bac0ff2980b4e67a642a15d5b55fb22
Author: tea <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Jun 13 10:14:53 2024 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Jun 13 12:53:42 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=66039828
dev-libs/mtxclient: add 0.10.0
Signed-off-by: tea <gentoo <AT> tastytea.de>
dev-libs/mtxclient/Manifest | 1 +
dev-libs/mtxclient/mtxclient-0.10.0.ebuild | 45 ++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-libs/mtxclient/Manifest b/dev-libs/mtxclient/Manifest
index 5376ad445..e5c433a11 100644
--- a/dev-libs/mtxclient/Manifest
+++ b/dev-libs/mtxclient/Manifest
@@ -1,2 +1,3 @@
+DIST mtxclient-0.10.0.tar.gz 633765 BLAKE2B c76c4592e51c46418e5ad610432b2edc39f4bcfe3a9f8642888addc91296b7aa129e5716b818a1257e6e1cc8b945bac7d3434d283d9ba9705cd9250f6b6ad59b SHA512 584831f67d7c15c293dd3c3cdca6e5b76c8fd477d5daa5eecea4de43431db0628f5af846f2c1cb1cfdabbd53e3f696b45c8aa736bd615729df583a33157958bd
DIST mtxclient-0.9.1.tar.gz 621917 BLAKE2B aaadc1228ebd792c46e6aa4ff9dab9755bb6215b8ed37f65f3c12192b509ceae46e4e3e1f26aa400b14cfe6690af816139d273028cb0d58e19c756835c53209f SHA512 578d18add07aa2bf52fea41f99bcc91fa403a78d6d4d656a9775ae141fa2f6bffc2f1f0dc95740eab1d46bb9ac79a62691192682d06a75a8cee3e94ad93723c1
DIST mtxclient-0.9.2.tar.gz 623481 BLAKE2B 322506eaac9abf2463c08bee5e17547d7a33cf473785839566ec185db97303f7e33d5b58aa85735fa066f7f2f507e682bec985dc9dffa83f9b9ac799ed78c80d SHA512 87c9cd23ce8a52b2f850e3770eb51d03f40f4a5e45b5e536b2446932fc866b8835212d9364c5890af7404843da2547bdc94bb5d3d1933903fea8374b8900fd73
diff --git a/dev-libs/mtxclient/mtxclient-0.10.0.ebuild b/dev-libs/mtxclient/mtxclient-0.10.0.ebuild
new file mode 100644
index 000000000..9fd6e27ac
--- /dev/null
+++ b/dev-libs/mtxclient/mtxclient-0.10.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2020-2024 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:=
+ dev-libs/spdlog:=
+"
+DEPEND="
+ ${RDEPEND}
+ >=dev-cpp/nlohmann_json-3.11.0
+ 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
+ -DCMAKE_POSITION_INDEPENDENT_CODE=OFF
+ )
+
+ cmake_src_configure
+}
^ permalink raw reply related [flat|nested] 36+ messages in thread
end of thread, other threads:[~2024-06-13 12:55 UTC | newest]
Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08 0:09 [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/mtxclient/ Ronny Gutbrod
2022-09-08 1:46 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
-- strict thread matches above, loose matches on Subject: below --
2024-06-13 12:55 [gentoo-commits] repo/proj/guru:dev " 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-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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox