Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/murmur/files/, media-sound/murmur/, net-analyzer/ostinato/, ...
Date: Tue, 07 Aug 2018 07:28:27
Message-Id: 1533626825.ca35690759de9af60e467999e97a33999e33e574.asturm@gentoo
1 commit: ca35690759de9af60e467999e97a33999e33e574
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 1 17:00:11 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 7 07:27:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca356907
7
8 profiles: Last-rited media-sound/mu{mble,rmur}, net-analyzer/ostinato
9
10 Closes: https://bugs.gentoo.org/644374
11 Closes: https://bugs.gentoo.org/656826
12 Closes: https://bugs.gentoo.org/655382
13 Package-Manager: Portage-2.3.41, Repoman-2.3.9
14
15 media-sound/mumble/Manifest | 1 -
16 .../files/mumble-1.2.4-speech-dispatcher.patch | 49 --------
17 media-sound/mumble/mumble-1.2.19.ebuild | 122 -------------------
18 media-sound/murmur/Manifest | 1 -
19 .../files/murmur-1.2.17-ice-3.6.3-compat.patch | 11 --
20 media-sound/murmur/murmur-1.2.19.ebuild | 130 ---------------------
21 net-analyzer/ostinato/Manifest | 3 -
22 net-analyzer/ostinato/ostinato-0.5.1.ebuild | 25 ----
23 net-analyzer/ostinato/ostinato-0.8.ebuild | 25 ----
24 net-analyzer/ostinato/ostinato-0.9.ebuild | 27 -----
25 profiles/package.mask | 6 -
26 11 files changed, 400 deletions(-)
27
28 diff --git a/media-sound/mumble/Manifest b/media-sound/mumble/Manifest
29 deleted file mode 100644
30 index 723cab8c1ec..00000000000
31 --- a/media-sound/mumble/Manifest
32 +++ /dev/null
33 @@ -1 +0,0 @@
34 -DIST mumble-1.2.19.tar.gz 3210865 BLAKE2B 7ce466ab9d5ca761308d08633abf8efb6105b3097b7fde0a886f957dff4a16442d1f12c93123bd0291b37d14b412e0087b89f781d0f63a5182bd6ca2d3f2d3fe SHA512 f91111194a899149b500a94afcf7cc5b9691c7ce8669f07fca2c66adbb3916ddb863bf703d04fb8387133fb75f3c8edb52974d1acf3febfafa1f73da19946de4
35
36 diff --git a/media-sound/mumble/files/mumble-1.2.4-speech-dispatcher.patch b/media-sound/mumble/files/mumble-1.2.4-speech-dispatcher.patch
37 deleted file mode 100644
38 index 3a2c21675a5..00000000000
39 --- a/media-sound/mumble/files/mumble-1.2.4-speech-dispatcher.patch
40 +++ /dev/null
41 @@ -1,49 +0,0 @@
42 -From 22d18212acec9e97231a13a6dc02a0c451df9b89 Mon Sep 17 00:00:00 2001
43 -From: Mikkel Krautz <mikkel@××××××.dk>
44 -Date: Thu, 6 Jun 2013 22:17:31 +0200
45 -Subject: [PATCH] mumble.pro: add speech-dispatcher 0.8 compatibiltiy.
46 -
47 -Based on initial patch by Timo Gurr <timo.gurr@×××××.com>
48 ----
49 - src/mumble/TextToSpeech_unix.cpp | 6 +++++-
50 - src/mumble/mumble.pro | 7 ++++++-
51 - 2 files changed, 11 insertions(+), 2 deletions(-)
52 -
53 -diff --git a/src/mumble/TextToSpeech_unix.cpp b/src/mumble/TextToSpeech_unix.cpp
54 -index d0fbb82..6443c07 100644
55 ---- a/src/mumble/TextToSpeech_unix.cpp
56 -+++ b/src/mumble/TextToSpeech_unix.cpp
57 -@@ -33,7 +33,11 @@
58 - #include "TextToSpeech.h"
59 -
60 - #ifdef USE_SPEECHD
61 --#include <libspeechd.h>
62 -+# ifdef USE_SPEECHD_PKGCONFIG
63 -+# include <speech-dispatcher/libspeechd.h>
64 -+# else
65 -+# include <libspeechd.h>
66 -+# endif
67 - #endif
68 -
69 - #include "Global.h"
70 -diff --git a/src/mumble/mumble.pro b/src/mumble/mumble.pro
71 -index 04f5a36..ff3c02f 100644
72 ---- a/src/mumble/mumble.pro
73 -+++ b/src/mumble/mumble.pro
74 -@@ -279,7 +279,12 @@ dbus {
75 -
76 - speechd {
77 - DEFINES *= USE_SPEECHD
78 -- LIBS *= -lspeechd
79 -+ system(pkg-config --atleast-version=0.8 speech-dispatcher) {
80 -+ DEFINES *= USE_SPEECHD_PKGCONFIG
81 -+ PKGCONFIG *= speech-dispatcher
82 -+ } else {
83 -+ LIBS *= -lspeechd
84 -+ }
85 - }
86 -
87 - directsound {
88 ---
89 -1.8.1.6
90 -
91
92 diff --git a/media-sound/mumble/mumble-1.2.19.ebuild b/media-sound/mumble/mumble-1.2.19.ebuild
93 deleted file mode 100644
94 index 381385109b5..00000000000
95 --- a/media-sound/mumble/mumble-1.2.19.ebuild
96 +++ /dev/null
97 @@ -1,122 +0,0 @@
98 -# Copyright 1999-2018 Gentoo Foundation
99 -# Distributed under the terms of the GNU General Public License v2
100 -
101 -EAPI=6
102 -
103 -inherit eutils multilib qmake-utils
104 -
105 -MY_P="${PN}-${PV/_/~}"
106 -
107 -DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software"
108 -HOMEPAGE="https://wiki.mumble.info"
109 -SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz"
110 -
111 -LICENSE="BSD MIT"
112 -SLOT="0"
113 -KEYWORDS="amd64 ~arm64 x86"
114 -IUSE="+alsa +dbus debug g15 libressl oss pch portaudio pulseaudio speech zeroconf"
115 -
116 -RDEPEND=">=dev-libs/boost-1.41.0
117 - !libressl? ( >=dev-libs/openssl-1.0.0b:0 )
118 - libressl? ( dev-libs/libressl )
119 - >=dev-libs/protobuf-2.2.0:=
120 - >=media-libs/libsndfile-1.0.20[-minimal]
121 - >=media-libs/opus-1.0.1
122 - >=media-libs/speex-1.2.0
123 - media-libs/speexdsp
124 - sys-apps/lsb-release
125 - x11-libs/libX11
126 - x11-libs/libXi
127 - dev-qt/qtcore:4[ssl]
128 - dev-qt/qtgui:4
129 - dev-qt/qtopengl:4
130 - dev-qt/qtsql:4[sqlite]
131 - dev-qt/qtsvg:4
132 - dev-qt/qtxmlpatterns:4
133 - alsa? ( media-libs/alsa-lib )
134 - dbus? ( dev-qt/qtdbus:4 )
135 - g15? ( app-misc/g15daemon )
136 - portaudio? ( media-libs/portaudio )
137 - pulseaudio? ( media-sound/pulseaudio )
138 - speech? ( app-accessibility/speech-dispatcher )
139 - zeroconf? ( net-dns/avahi[mdnsresponder-compat] )"
140 -DEPEND="${RDEPEND}
141 - virtual/pkgconfig
142 - x11-base/xorg-proto
143 -"
144 -
145 -PATCHES=(
146 - "${FILESDIR}"/${PN}-1.2.4-speech-dispatcher.patch
147 -)
148 -
149 -S="${WORKDIR}/${MY_P}"
150 -
151 -src_configure() {
152 - local conf_add
153 -
154 - if has_version '<=sys-devel/gcc-4.2'; then
155 - conf_add="${conf_add} no-pch"
156 - else
157 - use pch || conf_add="${conf_add} no-pch"
158 - fi
159 -
160 - use alsa || conf_add="${conf_add} no-alsa"
161 - use dbus || conf_add="${conf_add} no-dbus"
162 - use debug && conf_add="${conf_add} symbols debug" || conf_add="${conf_add} release"
163 - use g15 || conf_add="${conf_add} no-g15"
164 - use oss || conf_add="${conf_add} no-oss"
165 - use portaudio || conf_add="${conf_add} no-portaudio"
166 - use pulseaudio || conf_add="${conf_add} no-pulseaudio"
167 - use speech || conf_add="${conf_add} no-speechd"
168 - use zeroconf || conf_add="${conf_add} no-bonjour"
169 -
170 - eqmake4 "${S}/main.pro" -recursive \
171 - CONFIG+="${conf_add} \
172 - bundled-celt \
173 - no-bundled-opus \
174 - no-bundled-speex \
175 - no-embed-qt-translations \
176 - no-server \
177 - no-update" \
178 - DEFINES+="PLUGIN_PATH=/usr/$(get_libdir)/mumble"
179 -}
180 -
181 -src_install() {
182 - newdoc README.Linux README
183 - dodoc CHANGES
184 -
185 - local dir
186 - if use debug; then
187 - dir=debug
188 - else
189 - dir=release
190 - fi
191 -
192 - dobin "${dir}"/mumble
193 - dobin scripts/mumble-overlay
194 -
195 - insinto /usr/share/services
196 - doins scripts/mumble.protocol
197 -
198 - domenu scripts/mumble.desktop
199 -
200 - insinto /usr/share/icons/hicolor/scalable/apps
201 - doins icons/mumble.svg
202 -
203 - doman man/mumble-overlay.1
204 - doman man/mumble.1
205 -
206 - insopts -o root -g root -m 0755
207 - insinto "/usr/$(get_libdir)/mumble"
208 - doins "${dir}"/libmumble.so.${PV}
209 - dosym libmumble.so.${PV} /usr/$(get_libdir)/mumble/libmumble.so.1
210 - doins "${dir}"/libcelt0.so.0.{7,11}.0
211 - doins "${dir}"/plugins/lib*.so*
212 -}
213 -
214 -pkg_postinst() {
215 - echo
216 - elog "Visit http://mumble.sourceforge.net/ for futher configuration instructions."
217 - elog "Run mumble-overlay to start the OpenGL overlay (after starting mumble)."
218 - echo
219 -}
220
221 diff --git a/media-sound/murmur/Manifest b/media-sound/murmur/Manifest
222 deleted file mode 100644
223 index 723cab8c1ec..00000000000
224 --- a/media-sound/murmur/Manifest
225 +++ /dev/null
226 @@ -1 +0,0 @@
227 -DIST mumble-1.2.19.tar.gz 3210865 BLAKE2B 7ce466ab9d5ca761308d08633abf8efb6105b3097b7fde0a886f957dff4a16442d1f12c93123bd0291b37d14b412e0087b89f781d0f63a5182bd6ca2d3f2d3fe SHA512 f91111194a899149b500a94afcf7cc5b9691c7ce8669f07fca2c66adbb3916ddb863bf703d04fb8387133fb75f3c8edb52974d1acf3febfafa1f73da19946de4
228
229 diff --git a/media-sound/murmur/files/murmur-1.2.17-ice-3.6.3-compat.patch b/media-sound/murmur/files/murmur-1.2.17-ice-3.6.3-compat.patch
230 deleted file mode 100644
231 index a8ad91e4493..00000000000
232 --- a/media-sound/murmur/files/murmur-1.2.17-ice-3.6.3-compat.patch
233 +++ /dev/null
234 @@ -1,11 +0,0 @@
235 ---- mumble-1.2.17/src/murmur/murmur.pro 2016-09-24 14:37:47.000000000 +0200
236 -+++ mumble-1.2.17.new/src/murmur/murmur.pro 2016-10-21 13:52:31.470049513 +0200
237 -@@ -74,7 +74,7 @@
238 - win32 {
239 - slice.commands = slice2cpp --checksum -I\"$$ICE_PATH/slice\" ${QMAKE_FILE_NAME}
240 - } else {
241 -- slice.commands = slice2cpp --checksum -I/usr/local/share/Ice -I/usr/share/Ice/slice -I/usr/share/slice -I/usr/share/Ice-3.4.1/slice/ -I/usr/share/Ice-3.3.1/slice/ -I/usr/share/Ice-3.4.2/slice/ ${QMAKE_FILE_NAME}
242 -+ slice.commands = slice2cpp --checksum -I/usr/local/share/Ice -I/usr/share/Ice/slice -I/usr/share/slice -I/usr/share/Ice-3.4.1/slice/ -I/usr/share/Ice-3.3.1/slice/ -I/usr/share/Ice-3.4.2/slice/ -I/usr/share/Ice-3.5.1/slice/ -I/usr/share/Ice-3.6.3/slice/ ${QMAKE_FILE_NAME}
243 - }
244 - slice.input = SLICEFILES
245 - slice.CONFIG *= no_link explicit_dependencies
246
247 diff --git a/media-sound/murmur/murmur-1.2.19.ebuild b/media-sound/murmur/murmur-1.2.19.ebuild
248 deleted file mode 100644
249 index 6f1603e9893..00000000000
250 --- a/media-sound/murmur/murmur-1.2.19.ebuild
251 +++ /dev/null
252 @@ -1,130 +0,0 @@
253 -# Copyright 1999-2018 Gentoo Foundation
254 -# Distributed under the terms of the GNU General Public License v2
255 -
256 -EAPI=6
257 -
258 -inherit eutils qmake-utils systemd user readme.gentoo-r1
259 -
260 -MY_P="mumble-${PV/_/~}"
261 -
262 -DESCRIPTION="Mumble is an open source, low-latency, high quality voice chat software"
263 -HOMEPAGE="https://wiki.mumble.info"
264 -SRC_URI="https://mumble.info/snapshot/${MY_P}.tar.gz"
265 -
266 -LICENSE="BSD"
267 -SLOT="0"
268 -KEYWORDS="amd64 ~arm x86"
269 -IUSE="+dbus debug +ice pch zeroconf"
270 -
271 -RDEPEND=">=dev-libs/openssl-1.0.0b:0=
272 - >=dev-libs/protobuf-2.2.0:=
273 - sys-apps/lsb-release
274 - >=sys-libs/libcap-2.15
275 - dev-qt/qtcore:4[ssl]
276 - || ( dev-qt/qtsql:4[sqlite] dev-qt/qtsql:4[mysql] )
277 - dev-qt/qtxmlpatterns:4
278 - dbus? ( dev-qt/qtdbus:4 )
279 - ice? ( dev-libs/Ice:= )
280 - zeroconf? ( net-dns/avahi[mdnsresponder-compat] )"
281 -
282 -DEPEND="${RDEPEND}
283 - >=dev-libs/boost-1.41.0
284 - virtual/pkgconfig"
285 -
286 -S="${WORKDIR}/${MY_P}"
287 -
288 -PATCHES=(
289 - "${FILESDIR}"/${PN}-1.2.17-ice-3.6.3-compat.patch
290 -)
291 -
292 -DOC_CONTENTS="
293 - Useful scripts are located in /usr/share/doc/${PF}/scripts.\n
294 - Please execute:\n
295 - murmurd -ini /etc/murmur/murmur.ini -supw <pw>\n
296 - chown murmur:murmur /var/lib/murmur/murmur.sqlite\n
297 - to set the build-in 'SuperUser' password before starting murmur.
298 - Please restart dbus before starting murmur, or else dbus
299 - registration will fail.
300 -"
301 -
302 -pkg_setup() {
303 - enewgroup murmur
304 - enewuser murmur -1 -1 /var/lib/murmur murmur
305 -}
306 -
307 -src_prepare() {
308 - default
309 -
310 - sed \
311 - -e 's:mumble-server:murmur:g' \
312 - -e 's:/var/run:/run:g' \
313 - -i "${S}"/scripts/murmur.{conf,ini.system} || die
314 -}
315 -
316 -src_configure() {
317 - local conf_add
318 -
319 - use dbus || conf_add="${conf_add} no-dbus"
320 - use debug && conf_add="${conf_add} symbols debug" || conf_add="${conf_add} release"
321 - use ice || conf_add="${conf_add} no-ice"
322 - use pch || conf_add="${conf_add} no-pch"
323 - use zeroconf || conf_add="${conf_add} no-bonjour"
324 -
325 - eqmake4 main.pro -recursive \
326 - CONFIG+="${conf_add} no-client"
327 -}
328 -
329 -src_install() {
330 - dodoc README CHANGES
331 -
332 - docinto scripts
333 - dodoc scripts/*.php scripts/*.pl
334 -
335 - local dir
336 - if use debug; then
337 - dir=debug
338 - else
339 - dir=release
340 - fi
341 -
342 - dobin "${dir}"/murmurd
343 -
344 - insinto /etc/murmur/
345 - newins scripts/murmur.ini.system murmur.ini
346 -
347 - insinto /etc/logrotate.d/
348 - newins "${FILESDIR}"/murmur.logrotate murmur
349 -
350 - insinto /etc/dbus-1/system.d/
351 - doins scripts/murmur.conf
352 -
353 - insinto /usr/share/murmur/
354 - doins src/murmur/Murmur.ice
355 -
356 - newinitd "${FILESDIR}"/murmur.initd-r1 murmur
357 - newconfd "${FILESDIR}"/murmur.confd murmur
358 -
359 - if use dbus; then
360 - systemd_newunit "${FILESDIR}"/murmurd-dbus.service "${PN}".service
361 - systemd_newtmpfilesd "${FILESDIR}"/murmurd-dbus.tmpfiles "${PN}".conf
362 - else
363 - systemd_newunit "${FILESDIR}"/murmurd-no-dbus.service "${PN}".service
364 - fi
365 -
366 - keepdir /var/lib/murmur /var/log/murmur
367 - fowners -R murmur /var/lib/murmur /var/log/murmur
368 - fperms 750 /var/lib/murmur /var/log/murmur
369 -
370 - # Fix permissions on config file as it might contain passwords.
371 - # (bug #559362)
372 - fowners root:murmur /etc/murmur/murmur.ini
373 - fperms 640 /etc/murmur/murmur.ini
374 -
375 - doman man/murmurd.1
376 -
377 - readme.gentoo_create_doc
378 -}
379 -
380 -pkg_postinst() {
381 - readme.gentoo_print_elog
382 -}
383
384 diff --git a/net-analyzer/ostinato/Manifest b/net-analyzer/ostinato/Manifest
385 index 22111433f3b..44c30549ab5 100644
386 --- a/net-analyzer/ostinato/Manifest
387 +++ b/net-analyzer/ostinato/Manifest
388 @@ -1,4 +1 @@
389 -DIST ostinato-0.8.tar.gz 424104 BLAKE2B 5244ac9577da3fc99b714044a349e4003f0e64034fad04e241b43288a234f86f282ba0169c7e27c358d7ee3f4dc255b2408ef23f030d25f1edfec891e8ae17f7 SHA512 ecb3581736bd8dff44fe21082c270febc2ead4530cfb57997f218bd0b61a85993208937729374dd09c67fdc24eb2b9adfe5b3750ee6daef90b1e7dac2ea0737b
390 -DIST ostinato-0.9.tar.gz 413756 BLAKE2B cc1cb6d4db614b1968c27d7cdbebb977f39e6be8ec1a39b08f7e34d9a1a4d6b7c0c034f245b6b562c72b5dbdba9fc04c03b1cfc0c01044c249bcc2bc67af357d SHA512 a50f6e20d8a2a4d76ca43a89feaa774778981377ce1f4c731ad8b1a97aa658013082fb85cc3f4dfdd888d708c45c8093e55facaa7f02cecbd2ce5228f57e2e14
391 DIST ostinato-0.9_p20180522.tar.gz 424128 BLAKE2B 69a15e523986cd34f89669fab0ed64987f68ea7d82d481de418c2d86f3b325b5c1ff9081db8c77532b603b01f504c37c24a4f7f5b7244657cac8b2f707bc7bdf SHA512 7d8359b193c98165ea376ad0ad57e01b782e35a7b887465d74c67ae1cd434036e8beb67593c569e15a87d5d0c7f602c9f01acf068e9ffff0c0496ab4f889a83a
392 -DIST ostinato-src-0.5.1.tar.gz 291529 BLAKE2B 207a3b423040e82042e7e68e2c7ffaf304a0c7e7d1578a994caf090ee934e10f169b9fce96724c0527268fb9f656b25bf3baa19b5f1ab6a06ffc2b8925b1c952 SHA512 d06b59dc2129aba01e5a42a677339d6e8f353f9c7c027226e66c8a5af94ecb48e8450e7770ae5e179131fa4cfeefcc827fb9a18be4294ddfcd7a471ec26ee06a
393
394 diff --git a/net-analyzer/ostinato/ostinato-0.5.1.ebuild b/net-analyzer/ostinato/ostinato-0.5.1.ebuild
395 deleted file mode 100644
396 index ab172d3770c..00000000000
397 --- a/net-analyzer/ostinato/ostinato-0.5.1.ebuild
398 +++ /dev/null
399 @@ -1,25 +0,0 @@
400 -# Copyright 1999-2018 Gentoo Foundation
401 -# Distributed under the terms of the GNU General Public License v2
402 -
403 -EAPI=5
404 -inherit qt4-r2
405 -
406 -DESCRIPTION="A packet generator and analyzer"
407 -HOMEPAGE="https://ostinato.org"
408 -SRC_URI="https://ostinato.googlecode.com/files/${PN}-src-${PV}.tar.gz"
409 -
410 -LICENSE="GPL-3"
411 -SLOT="0"
412 -KEYWORDS="amd64 arm x86"
413 -IUSE=""
414 -
415 -DEPEND="dev-libs/protobuf:=
416 - net-libs/libpcap
417 - dev-qt/qtcore:4
418 - dev-qt/qtgui:4
419 - dev-qt/qtscript:4"
420 -RDEPEND="${DEPEND}"
421 -
422 -src_configure(){
423 - eqmake4 PREFIX=/usr ost.pro
424 -}
425
426 diff --git a/net-analyzer/ostinato/ostinato-0.8.ebuild b/net-analyzer/ostinato/ostinato-0.8.ebuild
427 deleted file mode 100644
428 index 3642909eb53..00000000000
429 --- a/net-analyzer/ostinato/ostinato-0.8.ebuild
430 +++ /dev/null
431 @@ -1,25 +0,0 @@
432 -# Copyright 1999-2018 Gentoo Foundation
433 -# Distributed under the terms of the GNU General Public License v2
434 -
435 -EAPI=5
436 -inherit qt4-r2
437 -
438 -DESCRIPTION="A packet generator and analyzer"
439 -HOMEPAGE="https://ostinato.org"
440 -SRC_URI="https://bintray.com/pstavirs/ostinato/download_file?file_path=${PN}-src-${PV}.tar.gz -> ${P}.tar.gz"
441 -
442 -LICENSE="GPL-3"
443 -SLOT="0"
444 -KEYWORDS="~amd64 ~arm ~x86"
445 -IUSE=""
446 -
447 -DEPEND="dev-libs/protobuf:=
448 - net-libs/libpcap
449 - dev-qt/qtcore:4
450 - dev-qt/qtgui:4
451 - dev-qt/qtscript:4"
452 -RDEPEND="${DEPEND}"
453 -
454 -src_configure(){
455 - eqmake4 PREFIX=/usr ost.pro
456 -}
457
458 diff --git a/net-analyzer/ostinato/ostinato-0.9.ebuild b/net-analyzer/ostinato/ostinato-0.9.ebuild
459 deleted file mode 100644
460 index 12457724076..00000000000
461 --- a/net-analyzer/ostinato/ostinato-0.9.ebuild
462 +++ /dev/null
463 @@ -1,27 +0,0 @@
464 -# Copyright 1999-2018 Gentoo Foundation
465 -# Distributed under the terms of the GNU General Public License v2
466 -
467 -EAPI=6
468 -inherit qmake-utils
469 -
470 -DESCRIPTION="A packet generator and analyzer"
471 -HOMEPAGE="https://ostinato.org"
472 -SRC_URI="https://github.com/pstavirs/ostinato/archive/v${PV}.tar.gz -> ${P}.tar.gz"
473 -
474 -LICENSE="GPL-3"
475 -SLOT="0"
476 -KEYWORDS="~amd64 ~arm ~x86"
477 -IUSE=""
478 -
479 -#https://github.com/pstavirs/ostinato/issues/173
480 -# libpcap dep is versioned to pull in the fix for #602098
481 -DEPEND="dev-libs/protobuf:=
482 - >=net-libs/libpcap-1.8.1-r2
483 - dev-qt/qtscript:4
484 - dev-qt/qtcore:4
485 - dev-qt/qtgui:4"
486 -RDEPEND="${DEPEND}"
487 -
488 -src_configure(){
489 - eqmake4 PREFIX="${ED}/usr" ost.pro
490 -}
491
492 diff --git a/profiles/package.mask b/profiles/package.mask
493 index 59ef5e0ae28..64276a12759 100644
494 --- a/profiles/package.mask
495 +++ b/profiles/package.mask
496 @@ -204,12 +204,6 @@ app-crypt/gkeys-gen
497 =dev-qt/qtxmlpatterns-4.8.7
498 app-eselect/eselect-qtgraphicssystem
499
500 -# Andreas Sturmlechner <asturm@g.o> (26 Jun 2018)
501 -# Depends on dead Qt4. Bugs #644360, #644374, #656826, #655382
502 -<media-sound/mumble-1.3
503 -<media-sound/murmur-1.3
504 -<net-analyzer/ostinato-0.9_p20180522
505 -
506 # Thomas Deutschmann <whissi@g.o> (23 Jun 2018)
507 # Doesn't pass QA full boot test
508 =sys-kernel/ck-sources-4.16.17