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: Wed, 22 Sep 2021 21:59:35
Message-Id: 1632347951.9f966c066a09beaaf6dbcbf13ce622d705f75e77.asturm@gentoo
1 commit: 9f966c066a09beaaf6dbcbf13ce622d705f75e77
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 22 21:46:10 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 22 21:59:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f966c06
7
8 net-libs/libquotient: Drop 0.6.7, 0.6.8
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/libquotient/Manifest | 2 --
14 net-libs/libquotient/libquotient-0.6.7.ebuild | 39 ---------------------------
15 net-libs/libquotient/libquotient-0.6.8.ebuild | 39 ---------------------------
16 3 files changed, 80 deletions(-)
17
18 diff --git a/net-libs/libquotient/Manifest b/net-libs/libquotient/Manifest
19 index 5cefc5a5839..ec0748a6bb5 100644
20 --- a/net-libs/libquotient/Manifest
21 +++ b/net-libs/libquotient/Manifest
22 @@ -1,3 +1 @@
23 -DIST libquotient-0.6.7.tar.gz 560174 BLAKE2B 1f0fe371bf84925c7a8b7728a1e484e9cb7c7d5887539c86a863d05d34727b2385425743260c7c0b33205473215475c7bd5ec8b709032a00591dbfd7cafa721c SHA512 7f7c56ef5f775d38a0bd9f112f2fb7473d42d1e886d17e84d4be1afda146999658eea8691c38071fd87aec7ece52b97bc837cc98452cc698cf152003474193f2
24 -DIST libquotient-0.6.8.tar.gz 561552 BLAKE2B b1be7c961a3b995b3c4aa0611161eefb35fffbc70528b86db78680c4a744c4fce296e40122b0e0ced48313f81f81311a35a19a751abdd3a41d0d8f09d28ba220 SHA512 e671049610069c9dc3624cc6471237504bcb9a388d2a7eecbf95eae2a2e9ac1e62f78cb9bb38c381510a69d00e4dc98d261c5951f41306a23065c35e157c69f6
25 DIST libquotient-0.6.9.tar.gz 561579 BLAKE2B 160bf9d8a49d4d20ec8fa34aa97ea4e4ceb4b124846f7f042b099de37b742ca5dad4fa7ad8966c6b7c478c2eefe823e6da5ea5e45560ff085e6c6d0ece4d8315 SHA512 3b1e36b402dc78f002c764b738b340f000e0ff23e1bbc753d1dc617a585661529b5f17f91e6093d45c14c0826fac86c56f36c3276c5c9712a74d66731204abca
26
27 diff --git a/net-libs/libquotient/libquotient-0.6.7.ebuild b/net-libs/libquotient/libquotient-0.6.7.ebuild
28 deleted file mode 100644
29 index ebeb0a0321d..00000000000
30 --- a/net-libs/libquotient/libquotient-0.6.7.ebuild
31 +++ /dev/null
32 @@ -1,39 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit cmake
39 -
40 -DESCRIPTION="Qt5-based SDK to develop applications for Matrix"
41 -HOMEPAGE="https://github.com/quotient-im/libQuotient"
42 -SRC_URI="https://github.com/quotient-im/libQuotient/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -S="${WORKDIR}/libQuotient-${PV}"
44 -
45 -LICENSE="LGPL-2+"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~ppc64"
48 -IUSE=""
49 -
50 -DEPEND="
51 - dev-qt/qtcore:5
52 - dev-qt/qtgui:5
53 - dev-qt/qtmultimedia:5
54 - dev-qt/qtnetwork:5
55 -"
56 -RDEPEND="${DEPEND}"
57 -
58 -PATCHES=(
59 - # downstream patches
60 - "${FILESDIR}"/${PN}-0.6.3-no-android.patch
61 - "${FILESDIR}"/${PN}-0.6.3-no-tests.patch
62 -)
63 -
64 -src_configure() {
65 - local mycmakeargs=(
66 - -DQuotient_INSTALL_TESTS=OFF
67 - -DQuotient_ENABLE_E2EE=OFF # TODO: libolm, libqtolm not packaged
68 - -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON # no thanks.
69 - )
70 - cmake_src_configure
71 -}
72
73 diff --git a/net-libs/libquotient/libquotient-0.6.8.ebuild b/net-libs/libquotient/libquotient-0.6.8.ebuild
74 deleted file mode 100644
75 index ebeb0a0321d..00000000000
76 --- a/net-libs/libquotient/libquotient-0.6.8.ebuild
77 +++ /dev/null
78 @@ -1,39 +0,0 @@
79 -# Copyright 1999-2021 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=7
83 -
84 -inherit cmake
85 -
86 -DESCRIPTION="Qt5-based SDK to develop applications for Matrix"
87 -HOMEPAGE="https://github.com/quotient-im/libQuotient"
88 -SRC_URI="https://github.com/quotient-im/libQuotient/archive/${PV}.tar.gz -> ${P}.tar.gz"
89 -S="${WORKDIR}/libQuotient-${PV}"
90 -
91 -LICENSE="LGPL-2+"
92 -SLOT="0"
93 -KEYWORDS="~amd64 ~ppc64"
94 -IUSE=""
95 -
96 -DEPEND="
97 - dev-qt/qtcore:5
98 - dev-qt/qtgui:5
99 - dev-qt/qtmultimedia:5
100 - dev-qt/qtnetwork:5
101 -"
102 -RDEPEND="${DEPEND}"
103 -
104 -PATCHES=(
105 - # downstream patches
106 - "${FILESDIR}"/${PN}-0.6.3-no-android.patch
107 - "${FILESDIR}"/${PN}-0.6.3-no-tests.patch
108 -)
109 -
110 -src_configure() {
111 - local mycmakeargs=(
112 - -DQuotient_INSTALL_TESTS=OFF
113 - -DQuotient_ENABLE_E2EE=OFF # TODO: libolm, libqtolm not packaged
114 - -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON # no thanks.
115 - )
116 - cmake_src_configure
117 -}