From 3349e2e53a8147dbd85c06f560e5923cf3c0fd3d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Sep 2023 16:19:06 +0100 Subject: gentoo auto-resync : 03:09:2023 - 16:19:05 --- net-libs/Manifest.gz | Bin 32326 -> 32333 bytes net-libs/libquotient/Manifest | 2 +- net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild | 62 +++++++++++++++++++++ net-libs/libquotient/libquotient-0.8.1.1.ebuild | 62 --------------------- 4 files changed, 63 insertions(+), 63 deletions(-) create mode 100644 net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild delete mode 100644 net-libs/libquotient/libquotient-0.8.1.1.ebuild (limited to 'net-libs') diff --git a/net-libs/Manifest.gz b/net-libs/Manifest.gz index 705c8a18d874..8b800531285c 100644 Binary files a/net-libs/Manifest.gz and b/net-libs/Manifest.gz differ diff --git a/net-libs/libquotient/Manifest b/net-libs/libquotient/Manifest index c459278e8f55..84476ac58028 100644 --- a/net-libs/libquotient/Manifest +++ b/net-libs/libquotient/Manifest @@ -5,5 +5,5 @@ AUX libquotient-0.8.0-no-tests.patch 1215 BLAKE2B 4749dfb1b6e2be0f59b83a73092e7b DIST libquotient-0.7.2.tar.gz 671676 BLAKE2B 37a22c01b94bb77b89534e48ebcf8427429760095ecdc9427297c57e1d7dabdaaeaf9c7498b4695d23e468b89e1ac9cd44b9f64593454e5c3f8f452b95745c75 SHA512 ba849b938c0bf93e075da466a8360703fb903ac2735b35a7e83944a1288c9324ff76daaf57164144c55cef450fc658e42e6dcacfd23f87a4db455019e9c21f47 DIST libquotient-0.8.1.1.tar.gz 730335 BLAKE2B 6c26ab8dd5a1687aedf008ce54045022b10b4e7612964aa5e09151601f1c904a999d874f84d3c18ed3aad5f49d9df94aaa202f1fe369b4e2d4050bec897db7c1 SHA512 ac877b39a2a5869016b099d1175945de6e28fa57e561a14855a96859a3f9334870448d650e06a9574c70d1700e79af12b948244b79415238f279a027dbfde38e EBUILD libquotient-0.7.2-r3.ebuild 1266 BLAKE2B 054339e57d68a592ab25e67bb6eb649e8fa9227562227ef1ef17dc6b24ce10c44facd267442b93ad3b1db2f395736368cbb7a8071cf00b24b68935395d4c359f SHA512 ac4433f9f077dc90b044691258015fa21862fba5ae64ac0f485ef9e4a1452c9db6eea659a8c8cda7a5010057a95a8786a624e0cedad90a2a8b16de384969c1e8 -EBUILD libquotient-0.8.1.1.ebuild 1269 BLAKE2B 688cbacc99660681d91cf1a84aff8cef214aeb6f705233d44a5520f0d910f44f1ff116aae33e99ad7e729432d7c4adb44f02a4e800e3ac172ce215011000517a SHA512 c091e0b16bdfa280ac52ce0db7a2c2698bcbbcc2bb9335aedfa80b4ab2631726304482b4096372eed2ea293adb2ef4797bfd36057dba6150a22e426cdb093aff +EBUILD libquotient-0.8.1.1-r1.ebuild 1303 BLAKE2B 2d59d80e4ff056e67666930355f57e14e1d19914bafe7457020ad595debc563a4c501deb862e832dd288df7d09813b869584983361ca24393c54c768766a4640 SHA512 9579da1be8c40c2eb7d0ae0a80cf9311c43c5d8903ba4d2fb2c8b6100f3b0318e858671fe9cafe93ce40835032163f087ff10dda38472f83ce8ee56c9087947b MISC metadata.xml 338 BLAKE2B 84af57de6f4faeb65a9a9bd272a29e6cb4491e8eff3d79c4704566baa4af7cfa2f9c6c14a52a0a44e8751848b9e89f30807a6d0c304eb28d8b2cb9f43f0b37c5 SHA512 f93f27e29f09f8e6e6c0038a403990260c8998213c8248c2acbfc1f7e76faa07c296d4b30214c746f30d42b37d636be92720e692280098d4d72d3d542b5004aa diff --git a/net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild b/net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild new file mode 100644 index 000000000000..87990af2cb4d --- /dev/null +++ b/net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Qt-based SDK to develop applications for Matrix" +HOMEPAGE="https://github.com/quotient-im/libQuotient" +SRC_URI="https://github.com/quotient-im/libQuotient/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/libQuotient-${PV}" + +LICENSE="LGPL-2+" +SLOT="0/${PV}" # FIXME: check soname on next version bump +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +RDEPEND=" + dev-libs/olm + dev-libs/openssl:= + dev-libs/qtkeychain:=[qt5(+)] + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtmultimedia:5 + dev-qt/qtnetwork:5[ssl] + dev-qt/qtsql:5 +" +DEPEND="${RDEPEND} + test? ( + dev-qt/qtconcurrent:5 + dev-qt/qttest:5 + ) +" + +PATCHES=( + # downstream patches + "${FILESDIR}"/${PN}-0.8.0-no-android.patch + "${FILESDIR}"/${PN}-0.8.0-no-tests.patch +) + +src_configure() { + local mycmakeargs=( + -DBUILD_WITH_QT6=OFF + -DBUILD_TESTING=$(usex test) + -DQuotient_ENABLE_E2EE=ON + ) + use test && mycmakeargs+=( + -DQuotient_INSTALL_TESTS=OFF + ) + cmake_src_configure +} + +src_test() { + # https://github.com/quotient-im/libQuotient/issues/435 + # testolmaccount requires network connection/server set up + local myctestargs=( + -j1 + -E "(testolmaccount)" + ) + cmake_src_test +} diff --git a/net-libs/libquotient/libquotient-0.8.1.1.ebuild b/net-libs/libquotient/libquotient-0.8.1.1.ebuild deleted file mode 100644 index 028bf333bf11..000000000000 --- a/net-libs/libquotient/libquotient-0.8.1.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Qt-based SDK to develop applications for Matrix" -HOMEPAGE="https://github.com/quotient-im/libQuotient" -SRC_URI="https://github.com/quotient-im/libQuotient/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/libQuotient-${PV}" - -LICENSE="LGPL-2+" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/olm - dev-libs/openssl:= - dev-libs/qtkeychain:=[qt5(+)] - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtnetwork:5[ssl] - dev-qt/qtsql:5 -" -DEPEND="${RDEPEND} - test? ( - dev-qt/qtconcurrent:5 - dev-qt/qttest:5 - ) -" - -PATCHES=( - # downstream patches - "${FILESDIR}"/${PN}-0.8.0-no-android.patch - "${FILESDIR}"/${PN}-0.8.0-no-tests.patch -) - -src_configure() { - local mycmakeargs=( - -DBUILD_WITH_QT6=OFF - -DBUILD_TESTING=$(usex test) - -DQuotient_ENABLE_E2EE=ON - ) - use test && mycmakeargs+=( - -DQuotient_INSTALL_TESTS=OFF - ) - cmake_src_configure -} - -src_test() { - # https://github.com/quotient-im/libQuotient/issues/435 - # testolmaccount requires network connection/server set up - local myctestargs=( - -j1 - -E "(testolmaccount)" - ) - cmake_src_test -} -- cgit v1.2.3