Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libquotient/
Date: Fri, 16 Jul 2021 13:47:11
Message-Id: 1626442256.c7de67788127c4873e19e0648dacd4427f5cd4fb.asturm@gentoo
1 commit: c7de67788127c4873e19e0648dacd4427f5cd4fb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 13:17:39 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 13:30:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7de6778
7
8 net-libs/libquotient: Drop 0.6.6
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/libquotient/Manifest | 1 -
14 net-libs/libquotient/libquotient-0.6.6.ebuild | 39 ---------------------------
15 2 files changed, 40 deletions(-)
16
17 diff --git a/net-libs/libquotient/Manifest b/net-libs/libquotient/Manifest
18 index 0f672f5a3cb..df333471890 100644
19 --- a/net-libs/libquotient/Manifest
20 +++ b/net-libs/libquotient/Manifest
21 @@ -1,2 +1 @@
22 -DIST libquotient-0.6.6.tar.gz 560130 BLAKE2B a8f12af320e0f67b0fe40ec3892cfb2bb7686f066633c061936007e0eceefe5133d3c021a0d1856504f606b5c1bdb66ffa9d8d304b0b631be34f938ffaa061d6 SHA512 7560194bee5b6478ac8efd15d6cfef9cc003073744b4860e3177e51e49135cf2ad96c69e8cd21e64c1f9902ea4d27c26d84d200fc862c5c0daeb0cc4bb4ea65d
23 DIST libquotient-0.6.7.tar.gz 560174 BLAKE2B 1f0fe371bf84925c7a8b7728a1e484e9cb7c7d5887539c86a863d05d34727b2385425743260c7c0b33205473215475c7bd5ec8b709032a00591dbfd7cafa721c SHA512 7f7c56ef5f775d38a0bd9f112f2fb7473d42d1e886d17e84d4be1afda146999658eea8691c38071fd87aec7ece52b97bc837cc98452cc698cf152003474193f2
24
25 diff --git a/net-libs/libquotient/libquotient-0.6.6.ebuild b/net-libs/libquotient/libquotient-0.6.6.ebuild
26 deleted file mode 100644
27 index ebeb0a0321d..00000000000
28 --- a/net-libs/libquotient/libquotient-0.6.6.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit cmake
37 -
38 -DESCRIPTION="Qt5-based SDK to develop applications for Matrix"
39 -HOMEPAGE="https://github.com/quotient-im/libQuotient"
40 -SRC_URI="https://github.com/quotient-im/libQuotient/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -S="${WORKDIR}/libQuotient-${PV}"
42 -
43 -LICENSE="LGPL-2+"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~ppc64"
46 -IUSE=""
47 -
48 -DEPEND="
49 - dev-qt/qtcore:5
50 - dev-qt/qtgui:5
51 - dev-qt/qtmultimedia:5
52 - dev-qt/qtnetwork:5
53 -"
54 -RDEPEND="${DEPEND}"
55 -
56 -PATCHES=(
57 - # downstream patches
58 - "${FILESDIR}"/${PN}-0.6.3-no-android.patch
59 - "${FILESDIR}"/${PN}-0.6.3-no-tests.patch
60 -)
61 -
62 -src_configure() {
63 - local mycmakeargs=(
64 - -DQuotient_INSTALL_TESTS=OFF
65 - -DQuotient_ENABLE_E2EE=OFF # TODO: libolm, libqtolm not packaged
66 - -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON # no thanks.
67 - )
68 - cmake_src_configure
69 -}