Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/nheko/
Date: Tue, 21 Dec 2021 11:46:53
Message-Id: 1640087171.11398f03108260104fcba7954d245d26c9624a7b.tastytea@gentoo
1 commit: 11398f03108260104fcba7954d245d26c9624a7b
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Tue Dec 21 02:39:14 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Tue Dec 21 11:46:11 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11398f03
7
8 net-im/nheko: Remove old ebuild
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 net-im/nheko/Manifest | 1 -
13 net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild | 59 --------------------------
14 2 files changed, 60 deletions(-)
15
16 diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
17 index 5045d28be..7ed0af0d5 100644
18 --- a/net-im/nheko/Manifest
19 +++ b/net-im/nheko/Manifest
20 @@ -1,3 +1,2 @@
21 DIST nheko-0.9.0.tar.gz 1398941 BLAKE2B 353ac9a70282281ac9a9351df6f17e11ba06844b1116255ddf9a1135ecbfc5773ecf0e8a38944c398fb6d69db72d1819d8b86fb14ee69f4d0aed64f4b675b033 SHA512 277d322a2c5cf4631814bb57bf49e26bafdc0a048c17b821b02bbec19e9d12bff91697d307f5ebc2192e1fe0ebc394ba3342d4c3f0d4ad890d0aa9dc59c344a8
22 -DIST nheko-0.9.0_pre20211003.tar.gz 1378662 BLAKE2B 84c1a0cc49b2f230e80e79bcf2681d4395d43bae521d8c5f38df06788fb93633e0a70db2a6df9cc0a72b94d0d40cea72a559a93edcc1c0f248c17ffd27d2d278 SHA512 be5f16ec446d1ab373bcc19afae1f2f1b90d701403c19e47ee172a716606640f8af7135f614aa6a8a913b9a864ce77af41ee5ae8270eaf40a3fc8a1797726920
23 DIST nheko-0.9.1.tar.gz 1374697 BLAKE2B 72ef8805c0fa59c4b5fa0a1c359028a19989003b61edf9e7ad714d7ee8006e4727c98b6acd3bea5ddafeaddde1ae6d323322d7dfaf146195ec084b0dfa482219 SHA512 a914265052e6c2e327f45ea490999ea2fd22dda3955117f7d92a13b56018bd2c6999318c730e0c03b0e62a5a692678d1655f5bc15e4947db8a3bb9c4cea90e73
24
25 diff --git a/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild b/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild
26 deleted file mode 100644
27 index 26dc81426..000000000
28 --- a/net-im/nheko/nheko-0.9.0_pre20211003-r1.ebuild
29 +++ /dev/null
30 @@ -1,59 +0,0 @@
31 -# Copyright 2020-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit cmake xdg
37 -
38 -MY_COMMIT="c43c2bd4b9481f761e9f1b16453f0e7f5b1beabe"
39 -DESCRIPTION="Native desktop client for Matrix using Qt"
40 -HOMEPAGE="https://github.com/Nheko-Reborn/nheko"
41 -SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
42 -S="${WORKDIR}/${PN}-${MY_COMMIT}"
43 -
44 -LICENSE="GPL-3"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -IUSE="video voip"
48 -REQUIRED_USE="video? ( voip )"
49 -
50 -MY_GST_V="1.18"
51 -RDEPEND="
52 - app-text/cmark
53 - >=dev-db/lmdb++-1.0.0
54 - >=dev-libs/mtxclient-0.5.2_pre20210916
55 - >=dev-libs/qtkeychain-0.12.0
56 - dev-libs/spdlog
57 - dev-qt/qtconcurrent:5
58 - dev-qt/qtgraphicaleffects:5
59 - dev-qt/qtgui:5[gif,jpeg,png]
60 - dev-qt/qtmultimedia:5[qml]
61 - dev-qt/qtquickcontrols2:5
62 - dev-qt/qtsvg:5
63 - voip? (
64 - dev-qt/qtmultimedia:5[gstreamer]
65 - >=media-plugins/gst-plugins-dtls-${MY_GST_V}
66 - media-plugins/gst-plugins-libnice
67 - >=media-plugins/gst-plugins-meta-${MY_GST_V}[opus]
68 - >=media-plugins/gst-plugins-srtp-${MY_GST_V}
69 - >=media-plugins/gst-plugins-webrtc-${MY_GST_V}
70 - video? (
71 - >=media-libs/gst-plugins-base-${MY_GST_V}[opengl]
72 - >=media-plugins/gst-plugins-meta-${MY_GST_V}[v4l,vpx]
73 - >=media-plugins/gst-plugins-qt5-${MY_GST_V}
74 - >=media-plugins/gst-plugins-ximagesrc-${MY_GST_V}
75 - x11-libs/xcb-util-wm
76 - )
77 - )
78 -"
79 -DEPEND="
80 - dev-cpp/nlohmann_json
81 - ${RDEPEND}
82 -"
83 -BDEPEND="dev-qt/linguist-tools:5"
84 -
85 -src_prepare() {
86 - use voip || sed -i '/^pkg_check_modules(GSTREAMER/d' CMakeLists.txt || die
87 -
88 - cmake_src_prepare
89 -}