commit:     5f4e3842d69af4f10d187747d52f673dbd0e48da
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 18 18:21:15 2026 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 18 18:46:59 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4e3842

net-libs/libquotient: drop 0.9.6

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/libquotient/Manifest                 |  1 -
 net-libs/libquotient/libquotient-0.9.6.ebuild | 53 ---------------------------
 2 files changed, 54 deletions(-)

diff --git a/net-libs/libquotient/Manifest b/net-libs/libquotient/Manifest
index bfcfbc97b77a..cc0c445be6e2 100644
--- a/net-libs/libquotient/Manifest
+++ b/net-libs/libquotient/Manifest
@@ -1,3 +1,2 @@
 DIST libquotient-0.9.5.tar.gz 780007 BLAKE2B 
3e932698ba109427961b653045c89cd322d1fda3f35c21d7067da67e3cf6f9ea20f16ba2daa3cb4c440d5ce746ac78dcbe199a0f978a482f95c2d6580132c2f2
 SHA512 
36d73dad49866521e0ae20f2f916c1fa5472a7662b7d3128432c02dd2efda1e22b2d466931c2762495a8e0aa038c311876f03ed5872c79de5c75d54cce4f8f22
 DIST libquotient-0.9.6.1.tar.gz 781157 BLAKE2B 
ec25e3257326a8fcba05f5ce7be9ea61744bfaf712e062cadfae4268afc01e7ae0aab02ceba85ced4fd63ccbc298184c1ae287b8d3e9c598e7b4bb936dc9a5ce
 SHA512 
d8db4eb22c33bf2e2a4a092318c01be61ec16fc0d0f9d0d7218d1ab5e17600515ecb02a19a38334f255b4928477a88cd07bbd1ae18844091ea68bf645f3bda49
-DIST libquotient-0.9.6.tar.gz 781143 BLAKE2B 
870eb37a65bf6989bf84df81f45360b42c491f79c6e7ce12717a8864d595ae2998ccf8c2e668e9af894350dac481ac9fc157222563e410bdbe67a6e1723ae011
 SHA512 
2c1c90f960504afaf5e90217139c837bd5e3a5557d9b2f8cee2216df3a3168cc3e45895b34e843eef98e3e49ba332c052930f4ffba52d10a9274823509cc0a5c

diff --git a/net-libs/libquotient/libquotient-0.9.6.ebuild 
b/net-libs/libquotient/libquotient-0.9.6.ebuild
deleted file mode 100644
index 2ddffa6c2e96..000000000000
--- a/net-libs/libquotient/libquotient-0.9.6.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2026 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-0.14.2:=[qt6(+)]
-       dev-qt/qtbase:6=[gui,network,sql,ssl]
-       dev-qt/qtmultimedia:6
-"
-DEPEND="${RDEPEND}
-       test? ( dev-qt/qtbase:6[concurrent] )
-"
-
-# downstream patch
-PATCHES=( "${FILESDIR}"/${PN}-0.8.0-no-android.patch )
-
-src_configure() {
-       local mycmakeargs=(
-               -DBUILD_TESTING=$(usex test)
-       )
-
-       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
-}

Reply via email to