public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libquotient/
Date: Tue, 26 Sep 2023 18:04:10 +0000 (UTC)	[thread overview]
Message-ID: <1695751437.2319d5e5db3120e141910465320b40b3e84f2980.asturm@gentoo> (raw)

commit:     2319d5e5db3120e141910465320b40b3e84f2980
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 26 18:01:58 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 26 18:03:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2319d5e5

net-libs/libquotient: drop 0.8.1.1-r1

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

 net-libs/libquotient/Manifest                      |  1 -
 net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild | 62 ----------------------
 2 files changed, 63 deletions(-)

diff --git a/net-libs/libquotient/Manifest b/net-libs/libquotient/Manifest
index 6121acc911df..8ae0a1ee6761 100644
--- a/net-libs/libquotient/Manifest
+++ b/net-libs/libquotient/Manifest
@@ -1,3 +1,2 @@
 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
 DIST libquotient-0.8.1.2.tar.gz 730435 BLAKE2B 7c43bc394d46ddb600c683d771add48f9a20d205ce61796b27a34933521e38be2b3b331263ffc6bb00fd1197a195b295e3311d52d8d74cdfe51453954cb79ae1 SHA512 ff11f1e9093004461425179fcab630237bf1d28f6e5abe6486d657b455b560884047715fccff5b31f26275ffd423df787014aaac35c556eddb1842e8e68841ce

diff --git a/net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild b/net-libs/libquotient/libquotient-0.8.1.1-r1.ebuild
deleted file mode 100644
index 87990af2cb4d..000000000000
--- a/net-libs/libquotient/libquotient-0.8.1.1-r1.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/${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
-}


             reply	other threads:[~2023-09-26 18:04 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26 18:04 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-31 15:41 [gentoo-commits] repo/gentoo:master commit in: net-libs/libquotient/ Andreas Sturmlechner
2025-03-21 15:06 Andreas Sturmlechner
2025-02-10 23:18 Sam James
2025-02-10 23:18 Sam James
2025-02-10 23:18 Sam James
2025-01-24  7:06 Arthur Zamarin
2025-01-24  7:06 Arthur Zamarin
2025-01-08 21:46 Andreas Sturmlechner
2024-12-12 21:49 Andreas Sturmlechner
2024-12-02 19:39 Andreas Sturmlechner
2024-11-08 16:19 Andreas Sturmlechner
2024-11-08 15:42 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-10-07 23:06 Andreas Sturmlechner
2024-05-15 19:58 Andreas Sturmlechner
2024-05-15 12:06 Sam James
2024-05-15 10:31 Sam James
2024-05-15 10:31 Sam James
2024-05-14 17:25 Andreas Sturmlechner
2024-04-22 17:52 Andreas Sturmlechner
2024-01-07 14:33 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29  7:05 Arthur Zamarin
2023-12-21 16:13 Sam James
2023-12-16 10:56 Andreas Sturmlechner
2023-09-26 18:04 Andreas Sturmlechner
2023-09-03  9:02 Andreas Sturmlechner
2023-09-02 18:01 Andreas Sturmlechner
2023-09-02 18:01 Andreas Sturmlechner
2023-07-25  8:23 Andreas Sturmlechner
2023-06-08 18:32 Arthur Zamarin
2023-06-08 16:36 Arthur Zamarin
2023-06-08 16:36 Arthur Zamarin
2023-06-08 14:05 Andreas Sturmlechner
2023-06-08 13:13 Andreas Sturmlechner
2023-06-08 13:13 Andreas Sturmlechner
2023-05-18 15:41 Andreas Sturmlechner
2023-05-03 11:31 Andreas Sturmlechner
2023-04-20 21:27 Sam James
2023-01-10 20:00 Andreas Sturmlechner
2023-01-10 20:00 Andreas Sturmlechner
2022-12-24 23:50 Andreas Sturmlechner
2022-05-13 10:49 Jakov Smolić
2022-04-15 19:17 Andreas Sturmlechner
2021-10-08  7:37 Andreas Sturmlechner
2021-10-08  7:37 Andreas Sturmlechner
2021-10-03 12:45 Andreas Sturmlechner
2021-10-03 12:45 Andreas Sturmlechner
2021-09-22 21:59 Andreas Sturmlechner
2021-09-22 21:59 Andreas Sturmlechner
2021-08-25 10:36 Andreas Sturmlechner
2021-07-16 13:47 Andreas Sturmlechner
2021-06-20 20:02 Andreas Sturmlechner
2021-05-21  4:52 Georgy Yakovlev
2021-04-04 21:23 Andreas Sturmlechner
2021-03-28 14:17 Andreas Sturmlechner
2021-03-28 14:17 Andreas Sturmlechner
2021-02-25 12:50 Andreas Sturmlechner
2021-01-18  1:20 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1695751437.2319d5e5db3120e141910465320b40b3e84f2980.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox