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: Sat, 16 Oct 2021 16:27:49
Message-Id: 1634401596.c2ae594fa44ce370cc367347bff82b85fbe25fad.tastytea@gentoo
1 commit: c2ae594fa44ce370cc367347bff82b85fbe25fad
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sat Oct 16 16:26:36 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Sat Oct 16 16:26:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2ae594f
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/nheko-0.9.0_pre20211003.ebuild | 57 -----------------------------
13 1 file changed, 57 deletions(-)
14
15 diff --git a/net-im/nheko/nheko-0.9.0_pre20211003.ebuild b/net-im/nheko/nheko-0.9.0_pre20211003.ebuild
16 deleted file mode 100644
17 index c214fa70f..000000000
18 --- a/net-im/nheko/nheko-0.9.0_pre20211003.ebuild
19 +++ /dev/null
20 @@ -1,57 +0,0 @@
21 -# Copyright 2020-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -inherit cmake xdg
27 -
28 -MY_COMMIT="c43c2bd4b9481f761e9f1b16453f0e7f5b1beabe"
29 -DESCRIPTION="Desktop client for Matrix using Qt and C++14"
30 -HOMEPAGE="https://github.com/Nheko-Reborn/nheko"
31 -SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
32 -S="${WORKDIR}/${PN}-${MY_COMMIT}"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="~amd64"
37 -IUSE="video voip"
38 -REQUIRED_USE="video? ( voip )"
39 -
40 -MY_GST_V="1.18"
41 -RDEPEND="
42 - app-text/cmark
43 - >=dev-db/lmdb++-1.0.0
44 - >=dev-libs/mtxclient-0.5.2_pre20210916
45 - >=dev-libs/qtkeychain-0.12.0
46 - dev-libs/spdlog
47 - dev-qt/qtconcurrent:5
48 - dev-qt/qtgraphicaleffects:5
49 - dev-qt/qtmultimedia:5[qml]
50 - dev-qt/qtquickcontrols2:5
51 - dev-qt/qtsvg:5
52 - voip? (
53 - dev-qt/qtmultimedia:5[gstreamer]
54 - >=media-plugins/gst-plugins-dtls-${MY_GST_V}
55 - >=media-plugins/gst-plugins-meta-${MY_GST_V}[opus]
56 - >=media-plugins/gst-plugins-srtp-${MY_GST_V}
57 - >=media-plugins/gst-plugins-webrtc-${MY_GST_V}
58 - video? (
59 - >=media-libs/gst-plugins-base-${MY_GST_V}[opengl]
60 - >=media-plugins/gst-plugins-meta-${MY_GST_V}[v4l,vpx]
61 - >=media-plugins/gst-plugins-qt5-${MY_GST_V}
62 - >=media-plugins/gst-plugins-ximagesrc-${MY_GST_V}
63 - x11-libs/xcb-util-wm
64 - )
65 - )
66 -"
67 -DEPEND="
68 - dev-cpp/nlohmann_json
69 - ${RDEPEND}
70 -"
71 -BDEPEND="dev-qt/linguist-tools:5"
72 -
73 -src_prepare() {
74 - use voip || sed -i '/^pkg_check_modules(GSTREAMER/d' CMakeLists.txt || die
75 -
76 - cmake_src_prepare
77 -}