Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-im/Quaternion/
Date: Tue, 01 Nov 2022 02:55:13
Message-Id: 1667122527.33f868e50d02396e6c40c9e6afb1e779ddf3530e.tastytea@gentoo
1 commit: 33f868e50d02396e6c40c9e6afb1e779ddf3530e
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sun Oct 30 09:21:23 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sun Oct 30 09:35:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33f868e5
7
8 net-im/Quaternion: add 0.0.95.1, drop old
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 net-im/Quaternion/Manifest | 2 +-
13 net-im/Quaternion/Quaternion-0.0.9.4e.ebuild | 44 ----------------------------
14 net-im/Quaternion/Quaternion-0.0.95.1.ebuild | 42 ++++++++++++++++++++++++++
15 3 files changed, 43 insertions(+), 45 deletions(-)
16
17 diff --git a/net-im/Quaternion/Manifest b/net-im/Quaternion/Manifest
18 index daa814f3c..c1b5a9abb 100644
19 --- a/net-im/Quaternion/Manifest
20 +++ b/net-im/Quaternion/Manifest
21 @@ -1 +1 @@
22 -DIST Quaternion-0.0.9.4e.tar.gz 999309 BLAKE2B 7f1763fa5340f11f7ed5aee0fa7e3f91764cad7f248ba1be26472866d7cf2b78e2144d0719a89a9b78503f744ca424c1eb2d3dd91f4c6677ea23255166466be8 SHA512 5478892b7dce96a60f1429ee6dff9dd0b4fbb89bf45ecc2e499ee90f615af4de12d1de0002804420a85a21a6ba533e4799c94d2411067cb7d7aacca183d9d981
23 +DIST Quaternion-0.0.95.1.tar.gz 1224589 BLAKE2B 8ae7bd59493bc564f55a36f8aab0ccddbe9efe53abebabc5a049b8f7cbb69b118b5a601b6fd918a1ac1d8fe5d057926b58f28a4a1df26233ae27ae1443f7decd SHA512 465e49b90fef88b252f26b5791c2d491bfa451dd3b876b1fce8732bf96276437343fd368d1d48d20a2b5ec993a3e0a36709232f60fadd176548a7b942b22b678
24
25 diff --git a/net-im/Quaternion/Quaternion-0.0.9.4e.ebuild b/net-im/Quaternion/Quaternion-0.0.9.4e.ebuild
26 deleted file mode 100644
27 index c1b4545d7..000000000
28 --- a/net-im/Quaternion/Quaternion-0.0.9.4e.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 2019-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="A Qt5-based IM client for the Matrix protocol"
39 -HOMEPAGE="https://github.com/QMatrixClient/Quaternion https://matrix.org/docs/projects/client/quaternion.html"
40 -SRC_URI="https://github.com/QMatrixClient/Quaternion/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -SLOT="0"
42 -LICENSE="GPL-3"
43 -KEYWORDS="~amd64"
44 -IUSE="+keychain"
45 -
46 -DEPEND="
47 - dev-qt/qtwidgets:5=
48 - dev-qt/qtnetwork:5=
49 - dev-qt/qtquickcontrols:5=
50 - dev-qt/qtquickcontrols2:5=
51 - dev-qt/qtscript:5=
52 - dev-qt/qtgui:5=
53 - dev-qt/linguist-tools:5=
54 - dev-qt/qtmultimedia:5=
55 - >=net-libs/libqmatrixclient-0.5.1:=
56 - keychain? ( dev-libs/qtkeychain:= )
57 -"
58 -
59 -src_prepare() {
60 - # I wouldn't be surprised that Qt on a Ubuntu PPA is broken
61 - # https://github.com/quotient-im/Quaternion/pull/484/files#r256167611
62 - sed -i 's/Multimedia DBus)/Multimedia)/' CMakeLists.txt || die "Failed removing hard-dep on QtDbus"
63 -
64 - default
65 - cmake_src_prepare
66 -}
67 -
68 -src_configure() {
69 - local mycmakeargs=(
70 - -DUSE_KEYCHAIN=$(usex keychain)
71 - )
72 -
73 - cmake_src_configure
74 -}
75
76 diff --git a/net-im/Quaternion/Quaternion-0.0.95.1.ebuild b/net-im/Quaternion/Quaternion-0.0.95.1.ebuild
77 new file mode 100644
78 index 000000000..64e5ed438
79 --- /dev/null
80 +++ b/net-im/Quaternion/Quaternion-0.0.95.1.ebuild
81 @@ -0,0 +1,42 @@
82 +# Copyright 2019-2022 Gentoo Authors
83 +# Distributed under the terms of the GNU General Public License v2
84 +
85 +EAPI=8
86 +
87 +inherit cmake
88 +
89 +DESCRIPTION="A Qt-based IM client for Matrix"
90 +HOMEPAGE="https://github.com/quotient-im/Quaternion https://matrix.org/docs/projects/client/quaternion.html"
91 +SRC_URI="https://github.com/quotient-im/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
92 +
93 +SLOT="0"
94 +LICENSE="GPL-3"
95 +KEYWORDS="~amd64"
96 +IUSE="+keychain"
97 +
98 +RDEPEND="
99 + dev-qt/qtcore:5
100 + dev-qt/qtdeclarative:5[widgets(+)]
101 + dev-qt/qtgui:5
102 + dev-qt/qtnetwork:5
103 + dev-qt/qtquickcontrols2:5[widgets(+)]
104 + dev-qt/qtwidgets:5
105 + >=net-libs/libquotient-0.5.1:=
106 + keychain? ( dev-libs/qtkeychain:= )
107 +"
108 +DEPEND="
109 + ${RDEPEND}
110 + dev-qt/qtdbus:5
111 + dev-qt/qtmultimedia:5
112 +"
113 +BDEPEND="dev-qt/linguist-tools:5"
114 +
115 +DOCS=( {README,SECURITY}.md )
116 +
117 +src_configure() {
118 + local mycmakeargs=(
119 + -DUSE_KEYCHAIN=$(usex keychain)
120 + )
121 +
122 + cmake_src_configure
123 +}