commit: 86b8afbfaa1e93c836431e9b251ba2bf1bac9197 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Thu Sep 29 20:30:27 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Thu Sep 29 20:30:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b8afbf
Remove some masked for removal packages app-editors/gobby/Manifest | 2 - app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch | 222 --------------------- .../gobby/files/gobby-0.4.94-missing-icon.patch | 44 ---- app-editors/gobby/gobby-0.4.13-r1.ebuild | 42 ---- app-editors/gobby/gobby-0.4.13.ebuild | 39 ---- app-editors/gobby/gobby-0.4.94.ebuild | 58 ------ app-editors/gobby/metadata.xml | 6 - net-libs/libzrtpcpp/Manifest | 2 - net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild | 23 --- net-libs/libzrtpcpp/libzrtpcpp-4.2.4.ebuild | 41 ---- net-libs/libzrtpcpp/metadata.xml | 5 - profiles/package.mask | 18 -- 12 files changed, 502 deletions(-) diff --git a/app-editors/gobby/Manifest b/app-editors/gobby/Manifest deleted file mode 100644 index 3a2167d..00000000 --- a/app-editors/gobby/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST gobby-0.4.13.tar.gz 507676 SHA256 8cbd89ffbe3e056160a8d76e11d641f3b045793e35897546f98d2de368001871 SHA512 15017de52c8e627b2c1999b68e53862ca6387b83c1486c5bf7c98e9abba5ea73c9f001077518458883d82c1af0f756da50428a8707fd05260715df13ed0cc978 WHIRLPOOL 6b4826cd838d4841cc59a0d05e77f27906ba85f27e6ebeac87b8c5aa9739aceb3b369803194ed732be7066505cbcf0762fdedd9f2b2f3991fadaf01dc2416403 -DIST gobby-0.4.94.tar.gz 645815 SHA256 b9798808447cd94178430f0fb273d0e45d0ca30ab04560e3790bac469e03bb00 SHA512 62089e4f21c3eb6d822b7e240f694473b3f5b1585ddc3e42593503d68f8058645b04be137eb70a59c841b766f69791cbdfcfd82be1c9d126fca0ffd49ee7fe07 WHIRLPOOL 519d8b3ff8dacb3749a157c2fd641b33122751fe28ad0bc35ea5bb0cb6096dbbb89072799d14a1c2ee53a029a8f3f12b496052f27ffccc87cfa9ae6fc011dd02 diff --git a/app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch b/app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch deleted file mode 100644 index e1fda8b..00000000 --- a/app-editors/gobby/files/gobby-0.4.94-gtkmm3.patch +++ /dev/null @@ -1,222 +0,0 @@ -From 5932bfb4cf653b0588872fd6f8cc106b248ad964 Mon Sep 17 00:00:00 2001 -From: Armin Burgmeier <[email protected]> -Date: Sun, 29 Apr 2012 14:43:06 +0200 -Subject: [PATCH] Fix build against recent gtkmm3 versions - -2012-04-29 Armin Burgmeier <[email protected]> - - * code/commands/autosave-commands.cpp: - * code/commands/folder-commands.cpp: - * code/commands/user-join-commands.cpp: - * code/core/filechooser.cpp: - * code/core/folder.cpp: - * code/core/header.cpp: - * code/core/preferences.cpp: - * code/core/statusbar.cpp: - * code/core/textsessionview.cpp: - * code/dialogs/initial-dialog.cpp: - * code/dialogs/preferences-dialog.cpp: - * code/operations/operation-open.cpp: - * code/operations/operation-open.hpp: - * code/operations/operation-save.hpp: Add some missing glibmm includes - that are no longer pulled in by gtkmm since recent gtkmm3 versions. ---- - ChangeLog | 18 ++++++++++++++++++ - code/commands/autosave-commands.cpp | 2 ++ - code/commands/folder-commands.cpp | 2 ++ - code/commands/user-join-commands.cpp | 2 ++ - code/core/filechooser.cpp | 2 ++ - code/core/folder.cpp | 2 ++ - code/core/header.cpp | 1 + - code/core/preferences.cpp | 4 ++++ - code/core/statusbar.cpp | 1 + - code/core/textsessionview.cpp | 3 +++ - code/dialogs/initial-dialog.cpp | 1 + - code/dialogs/preferences-dialog.cpp | 1 + - code/operations/operation-open.cpp | 2 ++ - code/operations/operation-open.hpp | 1 + - code/operations/operation-save.hpp | 1 + - 15 files changed, 43 insertions(+) - -diff --git a/code/commands/autosave-commands.cpp b/code/commands/autosave-commands.cpp -index 0759b0d..827ffaf 100644 ---- a/code/commands/autosave-commands.cpp -+++ b/code/commands/autosave-commands.cpp -@@ -23,6 +23,8 @@ - - #include "core/sessionuserview.hpp" - -+#include <glibmm/main.h> -+ - #include <ctime> - - class Gobby::AutosaveCommands::Info -diff --git a/code/commands/folder-commands.cpp b/code/commands/folder-commands.cpp -index 92b7d71..8cc2bee 100644 ---- a/code/commands/folder-commands.cpp -+++ b/code/commands/folder-commands.cpp -@@ -20,6 +20,8 @@ - #include "commands/folder-commands.hpp" - #include "core/sessionuserview.hpp" - -+#include <glibmm/main.h> -+ - #include <libinftextgtk/inf-text-gtk-buffer.h> - - // TODO: Make this work with non-text documents also... maybe split & -diff --git a/code/commands/user-join-commands.cpp b/code/commands/user-join-commands.cpp -index ebb0810..89ffdf2 100644 ---- a/code/commands/user-join-commands.cpp -+++ b/code/commands/user-join-commands.cpp -@@ -20,6 +20,8 @@ - #include "commands/user-join-commands.hpp" - #include "util/i18n.hpp" - -+#include <glibmm/main.h> -+ - #include <libinfinity/common/inf-error.h> - - namespace -diff --git a/code/core/filechooser.cpp b/code/core/filechooser.cpp -index fbd7a67..23b85cf 100644 ---- a/code/core/filechooser.cpp -+++ b/code/core/filechooser.cpp -@@ -19,6 +19,8 @@ - - #include "core/filechooser.hpp" - -+#include <glibmm/miscutils.h> -+#include <glibmm/convert.h> - #include <gtkmm/stock.h> - - Gobby::FileChooser::Dialog::Dialog(Gobby::FileChooser& chooser, -diff --git a/code/core/folder.cpp b/code/core/folder.cpp -index f9ebadc..7c84206 100644 ---- a/code/core/folder.cpp -+++ b/code/core/folder.cpp -@@ -24,6 +24,8 @@ - #include "core/texttablabel.hpp" - #include "util/file.hpp" - -+#include <glibmm/miscutils.h> -+ - #include <gdk/gdkkeysyms.h> - #include <stdexcept> - #include <iostream> // For std::cerr -diff --git a/code/core/header.cpp b/code/core/header.cpp -index d5d0c94..8f7f9f4 100644 ---- a/code/core/header.cpp -+++ b/code/core/header.cpp -@@ -22,6 +22,7 @@ - #include "util/i18n.hpp" - #include "features.hpp" // For PLATFORM_OSX_NATIVE - -+#include <glibmm/markup.h> - #include <gtkmm/stock.h> - - #ifdef PLATFORM_OSX_NATIVE -diff --git a/code/core/preferences.cpp b/code/core/preferences.cpp -index 9b8bfb3..a2952c6 100644 ---- a/code/core/preferences.cpp -+++ b/code/core/preferences.cpp -@@ -20,6 +20,10 @@ - #include "features.hpp" - #include "core/preferences.hpp" - -+#include <glibmm/miscutils.h> -+#include <glibmm/fileutils.h> -+#include <glibmm/random.h> -+ - // TODO: Support direct enum config storage via context specialization for - // enums. - Gobby::Preferences::User::User(Config::ParentEntry& entry): -diff --git a/code/core/statusbar.cpp b/code/core/statusbar.cpp -index 9b302b8..0a06a33 100644 ---- a/code/core/statusbar.cpp -+++ b/code/core/statusbar.cpp -@@ -21,6 +21,7 @@ - #include "util/gtk-compat.hpp" - #include "util/i18n.hpp" - -+#include <glibmm/main.h> - #include <gtkmm/frame.h> - #include <gtkmm/stock.h> - -diff --git a/code/core/textsessionview.cpp b/code/core/textsessionview.cpp -index 2246957..45eae14 100644 ---- a/code/core/textsessionview.cpp -+++ b/code/core/textsessionview.cpp -@@ -21,6 +21,9 @@ - #include "util/i18n.hpp" - #include "util/color.hpp" - -+#include <glibmm/main.h> -+#include <glibmm/markup.h> -+#include <glibmm/pattern.h> - #include <gtkmm/scrolledwindow.h> - #include <gtkmm/textiter.h> - -diff --git a/code/dialogs/initial-dialog.cpp b/code/dialogs/initial-dialog.cpp -index 031bc2c..494c859 100644 ---- a/code/dialogs/initial-dialog.cpp -+++ b/code/dialogs/initial-dialog.cpp -@@ -24,6 +24,7 @@ - #include "util/gtk-compat.hpp" - #include "features.hpp" - -+#include <glibmm/markup.h> - #include <gtkmm/stock.h> - #include <gtkmm/alignment.h> - -diff --git a/code/dialogs/preferences-dialog.cpp b/code/dialogs/preferences-dialog.cpp -index d0af7a0..be3690a 100644 ---- a/code/dialogs/preferences-dialog.cpp -+++ b/code/dialogs/preferences-dialog.cpp -@@ -22,6 +22,7 @@ - #include "util/i18n.hpp" - #include "util/gtk-compat.hpp" - -+#include <glibmm/markup.h> - #include <gtkmm/messagedialog.h> - #include <gtkmm/scrolledwindow.h> - #include <gtkmm/stock.h> -diff --git a/code/operations/operation-open.cpp b/code/operations/operation-open.cpp -index 80b795f..26c53fd 100644 ---- a/code/operations/operation-open.cpp -+++ b/code/operations/operation-open.cpp -@@ -22,6 +22,8 @@ - #include "core/noteplugin.hpp" - #include "util/i18n.hpp" - -+#include <glibmm/main.h> -+ - #include <libinftextgtk/inf-text-gtk-buffer.h> - #include <gtksourceview/gtksourcebuffer.h> - -diff --git a/code/operations/operation-open.hpp b/code/operations/operation-open.hpp -index 3e0e6f5..acf63ed 100644 ---- a/code/operations/operation-open.hpp -+++ b/code/operations/operation-open.hpp -@@ -26,6 +26,7 @@ - - #include <giomm/file.h> - #include <giomm/inputstream.h> -+#include <glibmm/convert.h> - - namespace Gobby - { -diff --git a/code/operations/operation-save.hpp b/code/operations/operation-save.hpp -index f7f2eb7..8fed55d 100644 ---- a/code/operations/operation-save.hpp -+++ b/code/operations/operation-save.hpp -@@ -25,6 +25,7 @@ - - #include <giomm/file.h> - #include <giomm/outputstream.h> -+#include <glibmm/convert.h> - - #include <ctime> - --- -1.7.10 - 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 deleted file mode 100644 index db167df..00000000 --- a/app-editors/gobby/files/gobby-0.4.94-missing-icon.patch +++ /dev/null @@ -1,44 +0,0 @@ -From ba98f5e531f915637c535e0a0f90e4cd87ac4f74 Mon Sep 17 00:00:00 2001 -From: Philipp Kern <[email protected]> -Date: Sun, 18 Mar 2012 19:01:44 +0100 -Subject: [PATCH 2/2] code/util/gtk-compat.hpp: fix render_icon with missing - icons and Gtk3 - -2012-03-18 Philipp Kern <[email protected]> - - * code/util/gtk-compat.hpp: Fix the call of - gtk-widget-render-icon-pixbuf, which is allowed to return NULL if - the stock icon does not exist. Guard it with MISSING_IMAGE. ---- - ChangeLog | 6 ++++++ - code/util/gtk-compat.hpp | 7 ++++++- - 2 files changed, 12 insertions(+), 1 deletions(-) - -diff --git a/code/util/gtk-compat.hpp b/code/util/gtk-compat.hpp -index 1de7383..73332ab 100644 ---- a/code/util/gtk-compat.hpp -+++ b/code/util/gtk-compat.hpp -@@ -27,6 +27,7 @@ - # define USE_GTKMM3 - #endif - -+#include <gtkmm/stock.h> - #include <gtkmm/combobox.h> - #include <gtkmm/notebook.h> - #ifndef USE_GTKMM3 -@@ -122,7 +123,11 @@ inline Glib::RefPtr<Gdk::Pixbuf> render_icon(Gtk::Widget& widget, - Gtk::IconSize size) - { - #ifdef USE_GTKMM3 -- return widget.render_icon_pixbuf(stock_id, size); -+ Glib::RefPtr<Gdk::Pixbuf> pixbuf = widget.render_icon_pixbuf(stock_id, size); -+ if(!pixbuf) // icon not found -+ pixbuf = widget.render_icon_pixbuf(Gtk::Stock::MISSING_IMAGE, size); -+ g_assert(pixbuf); -+ return pixbuf; - #else - return widget.render_icon(stock_id, size); - #endif --- -1.7.9.1 - diff --git a/app-editors/gobby/gobby-0.4.13-r1.ebuild b/app-editors/gobby/gobby-0.4.13-r1.ebuild deleted file mode 100644 index f8ef4e9..00000000 --- a/app-editors/gobby/gobby-0.4.13-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit eutils flag-o-matic - -DESCRIPTION="GTK-based collaborative editor" -HOMEPAGE="http://gobby.0x539.de/" -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="gnome zeroconf" - -RDEPEND=" - dev-cpp/glibmm:2 - dev-cpp/gtkmm:2.4 - dev-libs/libsigc++:2 - >=net-libs/obby-0.4.6[zeroconf?] - dev-cpp/libxmlpp:2.6 - x11-libs/gtksourceview:2.0 - gnome? ( gnome-base/gnome-vfs ) -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -# There's only one test and it needs X -RESTRICT="test" - -src_configure() { - append-cxxflags -std=c++11 - econf \ - --with-gtksourceview2 \ - $(use_with gnome) -} - -src_install() { - default - domenu contrib/gobby.desktop -} diff --git a/app-editors/gobby/gobby-0.4.13.ebuild b/app-editors/gobby/gobby-0.4.13.ebuild deleted file mode 100644 index 5ada8e9..00000000 --- a/app-editors/gobby/gobby-0.4.13.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils - -DESCRIPTION="GTK-based collaborative editor" -HOMEPAGE="http://gobby.0x539.de/" -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="avahi gnome" - -RDEPEND="dev-cpp/glibmm:2 - dev-cpp/gtkmm:2.4 - dev-libs/libsigc++:2 - >=net-libs/obby-0.4.6[avahi?] - dev-cpp/libxmlpp:2.6 - x11-libs/gtksourceview:2.0 - gnome? ( gnome-base/gnome-vfs )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -# There's only one test and it needs X -RESTRICT="test" - -src_configure() { - econf \ - --with-gtksourceview2 \ - $(use_with gnome) -} - -src_install() { - default - domenu contrib/gobby.desktop -} diff --git a/app-editors/gobby/gobby-0.4.94.ebuild b/app-editors/gobby/gobby-0.4.94.ebuild deleted file mode 100644 index d0bc9f6..00000000 --- a/app-editors/gobby/gobby-0.4.94.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=2 - -inherit eutils gnome2-utils toolchain-funcs - -DESCRIPTION="GTK-based collaborative editor" -HOMEPAGE="http://gobby.0x539.de/" -SRC_URI="http://releases.0x539.de/${PN}/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0.5" -KEYWORDS="~amd64 ~x86" -IUSE="avahi doc nls" - -RDEPEND="dev-cpp/glibmm:2 - dev-cpp/gtkmm:3.0 - dev-libs/libsigc++:2 - >=net-libs/libinfinity-0.4[gtk,avahi?] - x11-libs/gtk+:3 - dev-cpp/libxmlpp:2.6 - x11-libs/gtksourceview:3.0" -DEPEND="${RDEPEND} - virtual/pkgconfig - doc? ( - app-text/gnome-doc-utils - app-text/scrollkeeper - ) - nls? ( >=sys-devel/gettext-0.12.1 )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-missing-icon.patch \ - "${FILESDIR}"/${P}-gtkmm3.patch -} - -src_configure() { - econf $(use_enable nls) \ - --with-gtk3 -} - -src_install() { - emake DESTDIR="${D}" install || die - domenu contrib/gobby-0.5.desktop - doicon gobby-0.5.xpm -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/app-editors/gobby/metadata.xml b/app-editors/gobby/metadata.xml deleted file mode 100644 index 08d9265..00000000 --- a/app-editors/gobby/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription>Multiuser text editor.</longdescription> -</pkgmetadata> diff --git a/net-libs/libzrtpcpp/Manifest b/net-libs/libzrtpcpp/Manifest deleted file mode 100644 index 350f445..00000000 --- a/net-libs/libzrtpcpp/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST ZRTPCPP-4.2.4.tar.gz 1924579 SHA256 976e24d9e0520fcce77c58c2e1a247988296c517fa980c5abf548f7cd6f06c8d SHA512 cf8ee70891b29b86f252e28f70d546ed150c7c0adcd69f8b3b7b4a6d773f1a6aa7d800fded6dfecb224e1682ea21d3edc8a57a64563b4ac2b300e2dddd594b4a WHIRLPOOL e6f14617a51d3d231a0c60ca12501fbff8256d7d9548a4eca23769efa75ceb86e1da0f7b1b97eaea9584ec175c0d5f596a0c6e001b8cf6ad4372708bd30110e0 -DIST libzrtpcpp-2.3.4.tar.gz 257234 SHA256 03e5d4de487fd154177cf2b7a45600b1c8df783136e4f01a9ebc6104b3771008 SHA512 fbadb826ae26b2729e10d64197c58d545e0e6e7bd9524775cbf4838d2ce3e6ae559932b5c20bb579a3e0cab33abd50251adf129e761cfdcf3fb25347e71ffc36 WHIRLPOOL 9bf31917100605f46242bdc6ab4fc4e7db79f445ceeb23c24b313eb1e010f42b848f1ccbeeedb21a3856cbf9ba1a56091b5e9b272d1c23559bca73ab659babcf diff --git a/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild deleted file mode 100644 index 251d196..00000000 --- a/net-libs/libzrtpcpp/libzrtpcpp-2.3.4.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann" -HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP" -SRC_URI="mirror://gnu/ccrtp/${P}.tar.gz" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -LICENSE="GPL-3" -IUSE="" -SLOT="0" - -RDEPEND=">=net-libs/ccrtp-2 - >=dev-cpp/commoncpp2-1.5.1 - >=dev-libs/openssl-0.9.8:0=[-bindist]" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS README.md ) diff --git a/net-libs/libzrtpcpp/libzrtpcpp-4.2.4.ebuild b/net-libs/libzrtpcpp/libzrtpcpp-4.2.4.ebuild deleted file mode 100644 index 34558b0..00000000 --- a/net-libs/libzrtpcpp/libzrtpcpp-4.2.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -MY_P=ZRTPCPP-${PV} - -DESCRIPTION="GNU RTP stack for the zrtp protocol developed by Phil Zimmermann" -HOMEPAGE="http://www.gnutelephony.org/index.php/GNU_ZRTP" -# https://github.com/wernerd/ZRTPCPP/releases -SRC_URI="https://dev.gentoo.org/~mgorny/dist/${MY_P}.tar.gz" - -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -LICENSE="GPL-3" -IUSE="sqlite" -SLOT="0/4" - -RDEPEND=" - dev-libs/openssl:0= - sqlite? ( dev-db/sqlite:3= )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS README.md ) - -S=${WORKDIR}/${MY_P} - -src_configure() { - # note: building only core since that's what ortp wants - - local mycmakeargs=( - -DCORE_LIB=yes - -DCRYPTO_STANDALONE=no - -DSQLITE=$(usex sqlite) - ) - - cmake-utils_src_configure -} diff --git a/net-libs/libzrtpcpp/metadata.xml b/net-libs/libzrtpcpp/metadata.xml deleted file mode 100644 index 6f49eba..00000000 --- a/net-libs/libzrtpcpp/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 0cf0e87..7fbe58d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -246,11 +246,6 @@ app-admin/389-admin-console www-apps/389-dsgw # Pacho Ramos <[email protected]> (21 Aug 2016) -# Unmaintained, all versions broken in several ways, bug #465604 -# Removal in a month. -app-editors/gobby - -# Pacho Ramos <[email protected]> (21 Aug 2016) # Unmaintained, pending major version bump, doesn't integrate well with # portage, bug #477798. Removal in a month. app-benchmarks/phoronix-test-suite @@ -322,10 +317,6 @@ app-misc/ddccontrol app-misc/ddccontrol-db # Pacho Ramos <[email protected]> (21 Aug 2016) -# Broken, unmaintained, bug #528514. Removal in a month. -net-libs/libzrtpcpp - -# Pacho Ramos <[email protected]> (21 Aug 2016) # Broken (#530756), removal in a month. dev-libs/log4c @@ -917,11 +908,6 @@ dev-python/south # disabling GLX indirect rendering protocol support on the X server. <x11-drivers/nvidia-drivers-304 -# Michał Górny <[email protected]> (15 Sep 2014) -# Causes undefined references few layers down (in mediastreamer), -# someone needs to investigate. ->=net-libs/libzrtpcpp-4 - # Sergey Popov <[email protected]> (28 Aug 2014) # Security mask, wrt bug #519650 # If your application is broken due to this mask, @@ -1068,10 +1054,6 @@ app-text/cuneiform <sys-libs/e2fsprogs-libs-1.41.8 <sys-fs/e2fsprogs-1.41.9 -# Tiziano Müller <[email protected]> (08 Apr 2009) -# pre-releases ->=app-editors/gobby-0.4.91 - # Diego E. Pettenò <[email protected]> (03 Jan 2009) # These packages are not supposed to be merged directly, instead # please use sys-devel/crossdev to install them.
