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: Mon, 04 Oct 2021 11:46:01
Message-Id: 1633347808.1318e12b945d63ef7d4576320ab325934b8e9f37.tastytea@gentoo
1 commit: 1318e12b945d63ef7d4576320ab325934b8e9f37
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sun Oct 3 21:04:11 2021 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Mon Oct 4 11:43:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1318e12b
7
8 net-im/nheko: Remove old ebuilds.
9
10 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
11
12 net-im/nheko/Manifest | 2 +-
13 net-im/nheko/nheko-0.8.1.ebuild | 54 -----------------------------------------
14 net-im/nheko/nheko-0.8.2.ebuild | 53 ----------------------------------------
15 3 files changed, 1 insertion(+), 108 deletions(-)
16
17 diff --git a/net-im/nheko/Manifest b/net-im/nheko/Manifest
18 index b4ca85359..66478361d 100644
19 --- a/net-im/nheko/Manifest
20 +++ b/net-im/nheko/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST nheko-0.8.1.tar.gz 1176445 BLAKE2B 5ef1523b23b1512d56cd6109f05ec3f710629a561ddf8e766d8f3f3a2d3bdd65d6a83da381f3e53bfbd1ee470243dae8ff488880973dadc166cc82e52d03abbe SHA512 180c876121338ea6d45e85d11a3cfd1f988a084a650becacfa5a9cbb4a556a0f47625194e3d9870bb6692b15d16c5ac75999e241f08a2828ec471b3d64c1eb62
23 DIST nheko-0.8.2.tar.gz 1232245 BLAKE2B cb7397a2247c280cac23efe4a5983e43ebe9a6cacbadfdb3798b856633bd9e9c1ac1c56750373817373691d5d3624aec815040743d44c60dcb900f8616498d8f SHA512 907b5fd770c2e451ee4d5a4483810cf87529f643d584784b2f3c471b54229243842313206bbd38c8b6ca9a91bf505b683d6741bdce8ea24407ae4178da579465
24 +DIST nheko-0.9.0_pre20211003.tar.gz 1378662 BLAKE2B 84c1a0cc49b2f230e80e79bcf2681d4395d43bae521d8c5f38df06788fb93633e0a70db2a6df9cc0a72b94d0d40cea72a559a93edcc1c0f248c17ffd27d2d278 SHA512 be5f16ec446d1ab373bcc19afae1f2f1b90d701403c19e47ee172a716606640f8af7135f614aa6a8a913b9a864ce77af41ee5ae8270eaf40a3fc8a1797726920
25
26 diff --git a/net-im/nheko/nheko-0.8.1.ebuild b/net-im/nheko/nheko-0.8.1.ebuild
27 deleted file mode 100644
28 index e89aaaa6d..000000000
29 --- a/net-im/nheko/nheko-0.8.1.ebuild
30 +++ /dev/null
31 @@ -1,54 +0,0 @@
32 -# Copyright 2020-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit cmake xdg
38 -
39 -DESCRIPTION="Desktop client for Matrix using Qt and C++14"
40 -HOMEPAGE="https://github.com/Nheko-Reborn/nheko"
41 -SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64"
46 -IUSE=""
47 -
48 -RDEPEND="
49 - dev-qt/qtmultimedia:5[gstreamer,qml]
50 - dev-qt/qtquickcontrols2:5
51 - dev-qt/qtgraphicaleffects:5
52 - dev-qt/qtsvg:5
53 - dev-qt/qtconcurrent:5
54 - app-text/cmark
55 - <dev-libs/mtxclient-0.5.0
56 - dev-cpp/nlohmann_json
57 - dev-libs/qtkeychain
58 -"
59 -DEPEND="
60 - ${RDEPEND}
61 - dev-libs/spdlog
62 - dev-libs/tweeny
63 - <dev-db/lmdb++-1.0.0
64 -"
65 -BDEPEND="dev-qt/linguist-tools:5"
66 -
67 -src_prepare() {
68 - cmake_src_prepare
69 - xdg_src_prepare
70 -}
71 -
72 -# # Preparation for when gstreamer >= 1.18 lands in ::gentoo.
73 -# MY_GSTREAMER_V="1.18"
74 -#
75 -# voip? (
76 -# >=media-libs/gstreamer-${MY_GSTREAMER_V}
77 -# >=media-plugins/gst-plugins-meta-${MY_GSTREAMER_V}[opus,vpx]
78 -# >=media-libs/gst-plugins-base-${MY_GSTREAMER_V}[opengl]
79 -# >=media-libs/gst-plugins-good-${MY_GSTREAMER_V}
80 -# >=media-libs/gst-plugins-bad-${MY_GSTREAMER_V}
81 -# >=media-plugins/gst-plugins-dtls-${MY_GSTREAMER_V}
82 -# >=media-plugins/gst-plugins-srtp-${MY_GSTREAMER_V}
83 -# >=media-plugins/gst-plugins-webrtc-${MY_GSTREAMER_V}
84 -# net-libs/libnice
85 -# )
86
87 diff --git a/net-im/nheko/nheko-0.8.2.ebuild b/net-im/nheko/nheko-0.8.2.ebuild
88 deleted file mode 100644
89 index 462407d6a..000000000
90 --- a/net-im/nheko/nheko-0.8.2.ebuild
91 +++ /dev/null
92 @@ -1,53 +0,0 @@
93 -# Copyright 2020-2021 Gentoo Authors
94 -# Distributed under the terms of the GNU General Public License v2
95 -
96 -EAPI=7
97 -
98 -inherit cmake xdg
99 -
100 -DESCRIPTION="Desktop client for Matrix using Qt and C++14"
101 -HOMEPAGE="https://github.com/Nheko-Reborn/nheko"
102 -SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
103 -
104 -LICENSE="GPL-3"
105 -SLOT="0"
106 -KEYWORDS="~amd64"
107 -IUSE=""
108 -
109 -RDEPEND="
110 - dev-qt/qtmultimedia:5[gstreamer,qml]
111 - dev-qt/qtquickcontrols2:5
112 - dev-qt/qtgraphicaleffects:5
113 - dev-qt/qtsvg:5
114 - dev-qt/qtconcurrent:5
115 - app-text/cmark
116 - >=dev-libs/mtxclient-0.5.1
117 - dev-cpp/nlohmann_json
118 - dev-libs/qtkeychain
119 -"
120 -DEPEND="
121 - ${RDEPEND}
122 - dev-libs/spdlog
123 - >=dev-db/lmdb++-1.0.0
124 -"
125 -BDEPEND="dev-qt/linguist-tools:5"
126 -
127 -src_prepare() {
128 - cmake_src_prepare
129 - xdg_src_prepare
130 -}
131 -
132 -# # Preparation for when gstreamer >= 1.18 lands in ::gentoo.
133 -# MY_GSTREAMER_V="1.18"
134 -#
135 -# voip? (
136 -# >=media-libs/gstreamer-${MY_GSTREAMER_V}
137 -# >=media-plugins/gst-plugins-meta-${MY_GSTREAMER_V}[opus,vpx]
138 -# >=media-libs/gst-plugins-base-${MY_GSTREAMER_V}[opengl]
139 -# >=media-libs/gst-plugins-good-${MY_GSTREAMER_V}
140 -# >=media-libs/gst-plugins-bad-${MY_GSTREAMER_V}
141 -# >=media-plugins/gst-plugins-dtls-${MY_GSTREAMER_V}
142 -# >=media-plugins/gst-plugins-srtp-${MY_GSTREAMER_V}
143 -# >=media-plugins/gst-plugins-webrtc-${MY_GSTREAMER_V}
144 -# net-libs/libnice
145 -# )