Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/gobby/files/, app-editors/gobby/, profiles/, net-libs/libzrtpcpp/
Date: Thu, 29 Sep 2016 20:31:04
Message-Id: 1475181053.86b8afbfaa1e93c836431e9b251ba2bf1bac9197.pacho@gentoo
1 commit: 86b8afbfaa1e93c836431e9b251ba2bf1bac9197
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 20:30:27 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 20:30:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b8afbf
7
8 Remove some masked for removal packages
9
10 app-editors/gobby/Manifest | 2 -
11 app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch | 222 ---------------------
12 .../gobby/files/gobby-0.4.94-missing-icon.patch | 44 ----
13 app-editors/gobby/gobby-0.4.13-r1.ebuild | 42 ----
14 app-editors/gobby/gobby-0.4.13.ebuild | 39 ----
15 app-editors/gobby/gobby-0.4.94.ebuild | 58 ------
16 app-editors/gobby/metadata.xml | 6 -
17 net-libs/libzrtpcpp/Manifest | 2 -
18 net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild | 23 ---
19 net-libs/libzrtpcpp/libzrtpcpp-4.2.4.ebuild | 41 ----
20 net-libs/libzrtpcpp/metadata.xml | 5 -
21 profiles/package.mask | 18 --
22 12 files changed, 502 deletions(-)
23
24 diff --git a/app-editors/gobby/Manifest b/app-editors/gobby/Manifest
25 deleted file mode 100644
26 index 3a2167d..00000000
27 --- a/app-editors/gobby/Manifest
28 +++ /dev/null
29 @@ -1,2 +0,0 @@
30 -DIST gobby-0.4.13.tar.gz 507676 SHA256 8cbd89ffbe3e056160a8d76e11d641f3b045793e35897546f98d2de368001871 SHA512 15017de52c8e627b2c1999b68e53862ca6387b83c1486c5bf7c98e9abba5ea73c9f001077518458883d82c1af0f756da50428a8707fd05260715df13ed0cc978 WHIRLPOOL 6b4826cd838d4841cc59a0d05e77f27906ba85f27e6ebeac87b8c5aa9739aceb3b369803194ed732be7066505cbcf0762fdedd9f2b2f3991fadaf01dc2416403
31 -DIST gobby-0.4.94.tar.gz 645815 SHA256 b9798808447cd94178430f0fb273d0e45d0ca30ab04560e3790bac469e03bb00 SHA512 62089e4f21c3eb6d822b7e240f694473b3f5b1585ddc3e42593503d68f8058645b04be137eb70a59c841b766f69791cbdfcfd82be1c9d126fca0ffd49ee7fe07 WHIRLPOOL 519d8b3ff8dacb3749a157c2fd641b33122751fe28ad0bc35ea5bb0cb6096dbbb89072799d14a1c2ee53a029a8f3f12b496052f27ffccc87cfa9ae6fc011dd02
32
33 diff --git a/app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch b/app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch
34 deleted file mode 100644
35 index e1fda8b..00000000
36 --- a/app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch
37 +++ /dev/null
38 @@ -1,222 +0,0 @@
39 -From 5932bfb4cf653b0588872fd6f8cc106b248ad964 Mon Sep 17 00:00:00 2001
40 -From: Armin Burgmeier <armin@×××××.net>
41 -Date: Sun, 29 Apr 2012 14:43:06 +0200
42 -Subject: [PATCH] Fix build against recent gtkmm3 versions
43 -
44 -2012-04-29 Armin Burgmeier <armin@×××××.net>
45 -
46 - * code/commands/autosave-commands.cpp:
47 - * code/commands/folder-commands.cpp:
48 - * code/commands/user-join-commands.cpp:
49 - * code/core/filechooser.cpp:
50 - * code/core/folder.cpp:
51 - * code/core/header.cpp:
52 - * code/core/preferences.cpp:
53 - * code/core/statusbar.cpp:
54 - * code/core/textsessionview.cpp:
55 - * code/dialogs/initial-dialog.cpp:
56 - * code/dialogs/preferences-dialog.cpp:
57 - * code/operations/operation-open.cpp:
58 - * code/operations/operation-open.hpp:
59 - * code/operations/operation-save.hpp: Add some missing glibmm includes
60 - that are no longer pulled in by gtkmm since recent gtkmm3 versions.
61 ----
62 - ChangeLog | 18 ++++++++++++++++++
63 - code/commands/autosave-commands.cpp | 2 ++
64 - code/commands/folder-commands.cpp | 2 ++
65 - code/commands/user-join-commands.cpp | 2 ++
66 - code/core/filechooser.cpp | 2 ++
67 - code/core/folder.cpp | 2 ++
68 - code/core/header.cpp | 1 +
69 - code/core/preferences.cpp | 4 ++++
70 - code/core/statusbar.cpp | 1 +
71 - code/core/textsessionview.cpp | 3 +++
72 - code/dialogs/initial-dialog.cpp | 1 +
73 - code/dialogs/preferences-dialog.cpp | 1 +
74 - code/operations/operation-open.cpp | 2 ++
75 - code/operations/operation-open.hpp | 1 +
76 - code/operations/operation-save.hpp | 1 +
77 - 15 files changed, 43 insertions(+)
78 -
79 -diff --git a/code/commands/autosave-commands.cpp b/code/commands/autosave-commands.cpp
80 -index 0759b0d..827ffaf 100644
81 ---- a/code/commands/autosave-commands.cpp
82 -+++ b/code/commands/autosave-commands.cpp
83 -@@ -23,6 +23,8 @@
84 -
85 - #include "core/sessionuserview.hpp"
86 -
87 -+#include <glibmm/main.h>
88 -+
89 - #include <ctime>
90 -
91 - class Gobby::AutosaveCommands::Info
92 -diff --git a/code/commands/folder-commands.cpp b/code/commands/folder-commands.cpp
93 -index 92b7d71..8cc2bee 100644
94 ---- a/code/commands/folder-commands.cpp
95 -+++ b/code/commands/folder-commands.cpp
96 -@@ -20,6 +20,8 @@
97 - #include "commands/folder-commands.hpp"
98 - #include "core/sessionuserview.hpp"
99 -
100 -+#include <glibmm/main.h>
101 -+
102 - #include <libinftextgtk/inf-text-gtk-buffer.h>
103 -
104 - // TODO: Make this work with non-text documents also... maybe split &
105 -diff --git a/code/commands/user-join-commands.cpp b/code/commands/user-join-commands.cpp
106 -index ebb0810..89ffdf2 100644
107 ---- a/code/commands/user-join-commands.cpp
108 -+++ b/code/commands/user-join-commands.cpp
109 -@@ -20,6 +20,8 @@
110 - #include "commands/user-join-commands.hpp"
111 - #include "util/i18n.hpp"
112 -
113 -+#include <glibmm/main.h>
114 -+
115 - #include <libinfinity/common/inf-error.h>
116 -
117 - namespace
118 -diff --git a/code/core/filechooser.cpp b/code/core/filechooser.cpp
119 -index fbd7a67..23b85cf 100644
120 ---- a/code/core/filechooser.cpp
121 -+++ b/code/core/filechooser.cpp
122 -@@ -19,6 +19,8 @@
123 -
124 - #include "core/filechooser.hpp"
125 -
126 -+#include <glibmm/miscutils.h>
127 -+#include <glibmm/convert.h>
128 - #include <gtkmm/stock.h>
129 -
130 - Gobby::FileChooser::Dialog::Dialog(Gobby::FileChooser& chooser,
131 -diff --git a/code/core/folder.cpp b/code/core/folder.cpp
132 -index f9ebadc..7c84206 100644
133 ---- a/code/core/folder.cpp
134 -+++ b/code/core/folder.cpp
135 -@@ -24,6 +24,8 @@
136 - #include "core/texttablabel.hpp"
137 - #include "util/file.hpp"
138 -
139 -+#include <glibmm/miscutils.h>
140 -+
141 - #include <gdk/gdkkeysyms.h>
142 - #include <stdexcept>
143 - #include <iostream> // For std::cerr
144 -diff --git a/code/core/header.cpp b/code/core/header.cpp
145 -index d5d0c94..8f7f9f4 100644
146 ---- a/code/core/header.cpp
147 -+++ b/code/core/header.cpp
148 -@@ -22,6 +22,7 @@
149 - #include "util/i18n.hpp"
150 - #include "features.hpp" // For PLATFORM_OSX_NATIVE
151 -
152 -+#include <glibmm/markup.h>
153 - #include <gtkmm/stock.h>
154 -
155 - #ifdef PLATFORM_OSX_NATIVE
156 -diff --git a/code/core/preferences.cpp b/code/core/preferences.cpp
157 -index 9b8bfb3..a2952c6 100644
158 ---- a/code/core/preferences.cpp
159 -+++ b/code/core/preferences.cpp
160 -@@ -20,6 +20,10 @@
161 - #include "features.hpp"
162 - #include "core/preferences.hpp"
163 -
164 -+#include <glibmm/miscutils.h>
165 -+#include <glibmm/fileutils.h>
166 -+#include <glibmm/random.h>
167 -+
168 - // TODO: Support direct enum config storage via context specialization for
169 - // enums.
170 - Gobby::Preferences::User::User(Config::ParentEntry& entry):
171 -diff --git a/code/core/statusbar.cpp b/code/core/statusbar.cpp
172 -index 9b302b8..0a06a33 100644
173 ---- a/code/core/statusbar.cpp
174 -+++ b/code/core/statusbar.cpp
175 -@@ -21,6 +21,7 @@
176 - #include "util/gtk-compat.hpp"
177 - #include "util/i18n.hpp"
178 -
179 -+#include <glibmm/main.h>
180 - #include <gtkmm/frame.h>
181 - #include <gtkmm/stock.h>
182 -
183 -diff --git a/code/core/textsessionview.cpp b/code/core/textsessionview.cpp
184 -index 2246957..45eae14 100644
185 ---- a/code/core/textsessionview.cpp
186 -+++ b/code/core/textsessionview.cpp
187 -@@ -21,6 +21,9 @@
188 - #include "util/i18n.hpp"
189 - #include "util/color.hpp"
190 -
191 -+#include <glibmm/main.h>
192 -+#include <glibmm/markup.h>
193 -+#include <glibmm/pattern.h>
194 - #include <gtkmm/scrolledwindow.h>
195 - #include <gtkmm/textiter.h>
196 -
197 -diff --git a/code/dialogs/initial-dialog.cpp b/code/dialogs/initial-dialog.cpp
198 -index 031bc2c..494c859 100644
199 ---- a/code/dialogs/initial-dialog.cpp
200 -+++ b/code/dialogs/initial-dialog.cpp
201 -@@ -24,6 +24,7 @@
202 - #include "util/gtk-compat.hpp"
203 - #include "features.hpp"
204 -
205 -+#include <glibmm/markup.h>
206 - #include <gtkmm/stock.h>
207 - #include <gtkmm/alignment.h>
208 -
209 -diff --git a/code/dialogs/preferences-dialog.cpp b/code/dialogs/preferences-dialog.cpp
210 -index d0af7a0..be3690a 100644
211 ---- a/code/dialogs/preferences-dialog.cpp
212 -+++ b/code/dialogs/preferences-dialog.cpp
213 -@@ -22,6 +22,7 @@
214 - #include "util/i18n.hpp"
215 - #include "util/gtk-compat.hpp"
216 -
217 -+#include <glibmm/markup.h>
218 - #include <gtkmm/messagedialog.h>
219 - #include <gtkmm/scrolledwindow.h>
220 - #include <gtkmm/stock.h>
221 -diff --git a/code/operations/operation-open.cpp b/code/operations/operation-open.cpp
222 -index 80b795f..26c53fd 100644
223 ---- a/code/operations/operation-open.cpp
224 -+++ b/code/operations/operation-open.cpp
225 -@@ -22,6 +22,8 @@
226 - #include "core/noteplugin.hpp"
227 - #include "util/i18n.hpp"
228 -
229 -+#include <glibmm/main.h>
230 -+
231 - #include <libinftextgtk/inf-text-gtk-buffer.h>
232 - #include <gtksourceview/gtksourcebuffer.h>
233 -
234 -diff --git a/code/operations/operation-open.hpp b/code/operations/operation-open.hpp
235 -index 3e0e6f5..acf63ed 100644
236 ---- a/code/operations/operation-open.hpp
237 -+++ b/code/operations/operation-open.hpp
238 -@@ -26,6 +26,7 @@
239 -
240 - #include <giomm/file.h>
241 - #include <giomm/inputstream.h>
242 -+#include <glibmm/convert.h>
243 -
244 - namespace Gobby
245 - {
246 -diff --git a/code/operations/operation-save.hpp b/code/operations/operation-save.hpp
247 -index f7f2eb7..8fed55d 100644
248 ---- a/code/operations/operation-save.hpp
249 -+++ b/code/operations/operation-save.hpp
250 -@@ -25,6 +25,7 @@
251 -
252 - #include <giomm/file.h>
253 - #include <giomm/outputstream.h>
254 -+#include <glibmm/convert.h>
255 -
256 - #include <ctime>
257 -
258 ---
259 -1.7.10
260 -
261
262 diff --git a/app-editors/gobby/files/gobby-0.4.94-missing-icon.patch b/app-editors/gobby/files/gobby-0.4.94-missing-icon.patch
263 deleted file mode 100644
264 index db167df..00000000
265 --- a/app-editors/gobby/files/gobby-0.4.94-missing-icon.patch
266 +++ /dev/null
267 @@ -1,44 +0,0 @@
268 -From ba98f5e531f915637c535e0a0f90e4cd87ac4f74 Mon Sep 17 00:00:00 2001
269 -From: Philipp Kern <pkern@××××××.org>
270 -Date: Sun, 18 Mar 2012 19:01:44 +0100
271 -Subject: [PATCH 2/2] code/util/gtk-compat.hpp: fix render_icon with missing
272 - icons and Gtk3
273 -
274 -2012-03-18 Philipp Kern <phil@×××××.de>
275 -
276 - * code/util/gtk-compat.hpp: Fix the call of
277 - gtk-widget-render-icon-pixbuf, which is allowed to return NULL if
278 - the stock icon does not exist. Guard it with MISSING_IMAGE.
279 ----
280 - ChangeLog | 6 ++++++
281 - code/util/gtk-compat.hpp | 7 ++++++-
282 - 2 files changed, 12 insertions(+), 1 deletions(-)
283 -
284 -diff --git a/code/util/gtk-compat.hpp b/code/util/gtk-compat.hpp
285 -index 1de7383..73332ab 100644
286 ---- a/code/util/gtk-compat.hpp
287 -+++ b/code/util/gtk-compat.hpp
288 -@@ -27,6 +27,7 @@
289 - # define USE_GTKMM3
290 - #endif
291 -
292 -+#include <gtkmm/stock.h>
293 - #include <gtkmm/combobox.h>
294 - #include <gtkmm/notebook.h>
295 - #ifndef USE_GTKMM3
296 -@@ -122,7 +123,11 @@ inline Glib::RefPtr<Gdk::Pixbuf> render_icon(Gtk::Widget& widget,
297 - Gtk::IconSize size)
298 - {
299 - #ifdef USE_GTKMM3
300 -- return widget.render_icon_pixbuf(stock_id, size);
301 -+ Glib::RefPtr<Gdk::Pixbuf> pixbuf = widget.render_icon_pixbuf(stock_id, size);
302 -+ if(!pixbuf) // icon not found
303 -+ pixbuf = widget.render_icon_pixbuf(Gtk::Stock::MISSING_IMAGE, size);
304 -+ g_assert(pixbuf);
305 -+ return pixbuf;
306 - #else
307 - return widget.render_icon(stock_id, size);
308 - #endif
309 ---
310 -1.7.9.1
311 -
312
313 diff --git a/app-editors/gobby/gobby-0.4.13-r1.ebuild b/app-editors/gobby/gobby-0.4.13-r1.ebuild
314 deleted file mode 100644
315 index f8ef4e9..00000000
316 --- a/app-editors/gobby/gobby-0.4.13-r1.ebuild
317 +++ /dev/null
318 @@ -1,42 +0,0 @@
319 -# Copyright 1999-2015 Gentoo Foundation
320 -# Distributed under the terms of the GNU General Public License v2
321 -# $Id$
322 -
323 -EAPI=5
324 -inherit eutils flag-o-matic
325 -
326 -DESCRIPTION="GTK-based collaborative editor"
327 -HOMEPAGE="http://gobby.0x539.de/"
328 -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
329 -LICENSE="GPL-2"
330 -SLOT="0"
331 -KEYWORDS="amd64 ~ppc x86"
332 -IUSE="gnome zeroconf"
333 -
334 -RDEPEND="
335 - dev-cpp/glibmm:2
336 - dev-cpp/gtkmm:2.4
337 - dev-libs/libsigc++:2
338 - >=net-libs/obby-0.4.6[zeroconf?]
339 - dev-cpp/libxmlpp:2.6
340 - x11-libs/gtksourceview:2.0
341 - gnome? ( gnome-base/gnome-vfs )
342 -"
343 -DEPEND="${RDEPEND}
344 - virtual/pkgconfig
345 -"
346 -
347 -# There's only one test and it needs X
348 -RESTRICT="test"
349 -
350 -src_configure() {
351 - append-cxxflags -std=c++11
352 - econf \
353 - --with-gtksourceview2 \
354 - $(use_with gnome)
355 -}
356 -
357 -src_install() {
358 - default
359 - domenu contrib/gobby.desktop
360 -}
361
362 diff --git a/app-editors/gobby/gobby-0.4.13.ebuild b/app-editors/gobby/gobby-0.4.13.ebuild
363 deleted file mode 100644
364 index 5ada8e9..00000000
365 --- a/app-editors/gobby/gobby-0.4.13.ebuild
366 +++ /dev/null
367 @@ -1,39 +0,0 @@
368 -# Copyright 1999-2015 Gentoo Foundation
369 -# Distributed under the terms of the GNU General Public License v2
370 -# $Id$
371 -
372 -EAPI=4
373 -
374 -inherit eutils
375 -
376 -DESCRIPTION="GTK-based collaborative editor"
377 -HOMEPAGE="http://gobby.0x539.de/"
378 -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
379 -LICENSE="GPL-2"
380 -SLOT="0"
381 -KEYWORDS="amd64 ~ppc x86"
382 -IUSE="avahi gnome"
383 -
384 -RDEPEND="dev-cpp/glibmm:2
385 - dev-cpp/gtkmm:2.4
386 - dev-libs/libsigc++:2
387 - >=net-libs/obby-0.4.6[avahi?]
388 - dev-cpp/libxmlpp:2.6
389 - x11-libs/gtksourceview:2.0
390 - gnome? ( gnome-base/gnome-vfs )"
391 -DEPEND="${RDEPEND}
392 - virtual/pkgconfig"
393 -
394 -# There's only one test and it needs X
395 -RESTRICT="test"
396 -
397 -src_configure() {
398 - econf \
399 - --with-gtksourceview2 \
400 - $(use_with gnome)
401 -}
402 -
403 -src_install() {
404 - default
405 - domenu contrib/gobby.desktop
406 -}
407
408 diff --git a/app-editors/gobby/gobby-0.4.94.ebuild b/app-editors/gobby/gobby-0.4.94.ebuild
409 deleted file mode 100644
410 index d0bc9f6..00000000
411 --- a/app-editors/gobby/gobby-0.4.94.ebuild
412 +++ /dev/null
413 @@ -1,58 +0,0 @@
414 -# Copyright 1999-2012 Gentoo Foundation
415 -# Distributed under the terms of the GNU General Public License v2
416 -# $Id$
417 -
418 -EAPI=2
419 -
420 -inherit eutils gnome2-utils toolchain-funcs
421 -
422 -DESCRIPTION="GTK-based collaborative editor"
423 -HOMEPAGE="http://gobby.0x539.de/"
424 -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz"
425 -LICENSE="GPL-2"
426 -SLOT="0.5"
427 -KEYWORDS="~amd64 ~x86"
428 -IUSE="avahi doc nls"
429 -
430 -RDEPEND="dev-cpp/glibmm:2
431 - dev-cpp/gtkmm:3.0
432 - dev-libs/libsigc++:2
433 - >=net-libs/libinfinity-0.4[gtk,avahi?]
434 - x11-libs/gtk+:3
435 - dev-cpp/libxmlpp:2.6
436 - x11-libs/gtksourceview:3.0"
437 -DEPEND="${RDEPEND}
438 - virtual/pkgconfig
439 - doc? (
440 - app-text/gnome-doc-utils
441 - app-text/scrollkeeper
442 - )
443 - nls? ( >=sys-devel/gettext-0.12.1 )"
444 -
445 -src_prepare() {
446 - epatch "${FILESDIR}"/${P}-missing-icon.patch \
447 - "${FILESDIR}"/${P}-gtkmm3.patch
448 -}
449 -
450 -src_configure() {
451 - econf $(use_enable nls) \
452 - --with-gtk3
453 -}
454 -
455 -src_install() {
456 - emake DESTDIR="${D}" install || die
457 - domenu contrib/gobby-0.5.desktop
458 - doicon gobby-0.5.xpm
459 -}
460 -
461 -pkg_preinst() {
462 - gnome2_icon_savelist
463 -}
464 -
465 -pkg_postinst() {
466 - gnome2_icon_cache_update
467 -}
468 -
469 -pkg_postrm() {
470 - gnome2_icon_cache_update
471 -}
472
473 diff --git a/app-editors/gobby/metadata.xml b/app-editors/gobby/metadata.xml
474 deleted file mode 100644
475 index 08d9265..00000000
476 --- a/app-editors/gobby/metadata.xml
477 +++ /dev/null
478 @@ -1,6 +0,0 @@
479 -<?xml version="1.0" encoding="UTF-8"?>
480 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
481 -<pkgmetadata>
482 - <!-- maintainer-needed -->
483 - <longdescription>Multiuser text editor.</longdescription>
484 -</pkgmetadata>
485
486 diff --git a/net-libs/libzrtpcpp/Manifest b/net-libs/libzrtpcpp/Manifest
487 deleted file mode 100644
488 index 350f445..00000000
489 --- a/net-libs/libzrtpcpp/Manifest
490 +++ /dev/null
491 @@ -1,2 +0,0 @@
492 -DIST ZRTPCPP-4.2.4.tar.gz 1924579 SHA256 976e24d9e0520fcce77c58c2e1a247988296c517fa980c5abf548f7cd6f06c8d SHA512 cf8ee70891b29b86f252e28f70d546ed150c7c0adcd69f8b3b7b4a6d773f1a6aa7d800fded6dfecb224e1682ea21d3edc8a57a64563b4ac2b300e2dddd594b4a WHIRLPOOL e6f14617a51d3d231a0c60ca12501fbff8256d7d9548a4eca23769efa75ceb86e1da0f7b1b97eaea9584ec175c0d5f596a0c6e001b8cf6ad4372708bd30110e0
493 -DIST libzrtpcpp-2.3.4.tar.gz 257234 SHA256 03e5d4de487fd154177cf2b7a45600b1c8df783136e4f01a9ebc6104b3771008 SHA512 fbadb826ae26b2729e10d64197c58d545e0e6e7bd9524775cbf4838d2ce3e6ae559932b5c20bb579a3e0cab33abd50251adf129e761cfdcf3fb25347e71ffc36 WHIRLPOOL 9bf31917100605f46242bdc6ab4fc4e7db79f445ceeb23c24b313eb1e010f42b848f1ccbeeedb21a3856cbf9ba1a56091b5e9b272d1c23559bca73ab659babcf
494
495 diff --git a/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild
496 deleted file mode 100644
497 index 251d196..00000000
498 --- a/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild
499 +++ /dev/null
500 @@ -1,23 +0,0 @@
501 -# Copyright 1999-2016 Gentoo Foundation
502 -# Distributed under the terms of the GNU General Public License v2
503 -# $Id$
504 -
505 -EAPI=5
506 -
507 -inherit cmake-utils
508 -
509 -DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann"
510 -HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP"
511 -SRC_URI="mirror://gnu/ccrtp/${P}.tar.gz"
512 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
513 -LICENSE="GPL-3"
514 -IUSE=""
515 -SLOT="0"
516 -
517 -RDEPEND=">=net-libs/ccrtp-2
518 - >=dev-cpp/commoncpp2-1.5.1
519 - >=dev-libs/openssl-0.9.8:0=[-bindist]"
520 -DEPEND="${RDEPEND}
521 - virtual/pkgconfig"
522 -
523 -DOCS=( AUTHORS README.md )
524
525 diff --git a/net-libs/libzrtpcpp/libzrtpcpp-4.2.4.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-4.2.4.ebuild
526 deleted file mode 100644
527 index 34558b0..00000000
528 --- a/net-libs/libzrtpcpp/libzrtpcpp-4.2.4.ebuild
529 +++ /dev/null
530 @@ -1,41 +0,0 @@
531 -# Copyright 1999-2014 Gentoo Foundation
532 -# Distributed under the terms of the GNU General Public License v2
533 -# $Id$
534 -
535 -EAPI=5
536 -
537 -inherit cmake-utils
538 -
539 -MY_P=ZRTPCPP-${PV}
540 -
541 -DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann"
542 -HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP"
543 -# https://github.com/wernerd/ZRTPCPP/releases
544 -SRC_URI="https://dev.gentoo.org/~mgorny/dist/${MY_P}.tar.gz"
545 -
546 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
547 -LICENSE="GPL-3"
548 -IUSE="sqlite"
549 -SLOT="0/4"
550 -
551 -RDEPEND="
552 - dev-libs/openssl:0=
553 - sqlite? ( dev-db/sqlite:3= )"
554 -DEPEND="${RDEPEND}
555 - virtual/pkgconfig"
556 -
557 -DOCS=( AUTHORS README.md )
558 -
559 -S=${WORKDIR}/${MY_P}
560 -
561 -src_configure() {
562 - # note: building only core since that's what ortp wants
563 -
564 - local mycmakeargs=(
565 - -DCORE_LIB=yes
566 - -DCRYPTO_STANDALONE=no
567 - -DSQLITE=$(usex sqlite)
568 - )
569 -
570 - cmake-utils_src_configure
571 -}
572
573 diff --git a/net-libs/libzrtpcpp/metadata.xml b/net-libs/libzrtpcpp/metadata.xml
574 deleted file mode 100644
575 index 6f49eba..00000000
576 --- a/net-libs/libzrtpcpp/metadata.xml
577 +++ /dev/null
578 @@ -1,5 +0,0 @@
579 -<?xml version="1.0" encoding="UTF-8"?>
580 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
581 -<pkgmetadata>
582 -<!-- maintainer-needed -->
583 -</pkgmetadata>
584
585 diff --git a/profiles/package.mask b/profiles/package.mask
586 index 0cf0e87..7fbe58d 100644
587 --- a/profiles/package.mask
588 +++ b/profiles/package.mask
589 @@ -246,11 +246,6 @@ app-admin/389-admin-console
590 www-apps/389-dsgw
591
592 # Pacho Ramos <pacho@g.o> (21 Aug 2016)
593 -# Unmaintained, all versions broken in several ways, bug #465604
594 -# Removal in a month.
595 -app-editors/gobby
596 -
597 -# Pacho Ramos <pacho@g.o> (21 Aug 2016)
598 # Unmaintained, pending major version bump, doesn't integrate well with
599 # portage, bug #477798. Removal in a month.
600 app-benchmarks/phoronix-test-suite
601 @@ -322,10 +317,6 @@ app-misc/ddccontrol
602 app-misc/ddccontrol-db
603
604 # Pacho Ramos <pacho@g.o> (21 Aug 2016)
605 -# Broken, unmaintained, bug #528514. Removal in a month.
606 -net-libs/libzrtpcpp
607 -
608 -# Pacho Ramos <pacho@g.o> (21 Aug 2016)
609 # Broken (#530756), removal in a month.
610 dev-libs/log4c
611
612 @@ -917,11 +908,6 @@ dev-python/south
613 # disabling GLX indirect rendering protocol support on the X server.
614 <x11-drivers/nvidia-drivers-304
615
616 -# Michał Górny <mgorny@g.o> (15 Sep 2014)
617 -# Causes undefined references few layers down (in mediastreamer),
618 -# someone needs to investigate.
619 ->=net-libs/libzrtpcpp-4
620 -
621 # Sergey Popov <pinkbyte@g.o> (28 Aug 2014)
622 # Security mask, wrt bug #519650
623 # If your application is broken due to this mask,
624 @@ -1068,10 +1054,6 @@ app-text/cuneiform
625 <sys-libs/e2fsprogs-libs-1.41.8
626 <sys-fs/e2fsprogs-1.41.9
627
628 -# Tiziano Müller <dev-zero@g.o> (08 Apr 2009)
629 -# pre-releases
630 ->=app-editors/gobby-0.4.91
631 -
632 # Diego E. Pettenò <flameeyes@g.o> (03 Jan 2009)
633 # These packages are not supposed to be merged directly, instead
634 # please use sys-devel/crossdev to install them.