+++ /dev/null
-compile fix gcc-6
-https://bugs.gentoo.org/show_bug.cgi?id=593946
-Signed-of-by: Joerg Bornkessel <hd_brummy@gentoo.org> (2016/Oct/16)
---- mailbox-0.7.0/Makefile.old 2016-09-21 20:42:01.505376511 -0400
-+++ mailbox-0.7.0/Makefile 2016-09-21 20:42:06.071280736 -0400
-@@ -149,7 +149,7 @@
-
- INCLUDES +=
-
--DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
-+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D__STL_CONFIG_H
-
- ### The object files (add further files here):
-
---- mailbox-0.7.0/AxLib/include/Ax/Tools/Trace.h.old 2016-09-21 20:35:30.849775089 -0400
-+++ mailbox-0.7.0/AxLib/include/Ax/Tools/Trace.h 2016-09-21 20:35:35.926564690 -0400
-@@ -40,9 +40,9 @@
- //-----------------------------------------------------------------------------
- // define macros for users
- //-----------------------------------------------------------------------------
--#define wsdebugsyslog(Y...) dsyslog("mailbox: "Y)
--#define wswarnsyslog(Y...) isyslog("mailbox: "Y)
--#define wserrorsyslog(Y...) esyslog("mailbox: "Y)
-+#define wsdebugsyslog(Y...) dsyslog("mailbox: " Y)
-+#define wswarnsyslog(Y...) isyslog("mailbox: " Y)
-+#define wserrorsyslog(Y...) esyslog("mailbox: " Y)
-
- #define wsdebug(X) do { } while(0);
- #define wsinfo(X) do { wsdebugsyslog X ;} while(0);
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
-<email>vdr@gentoo.org</email>
-<name>Gentoo VDR Project</name>
-</maintainer>
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR plugin: MailBox provides access to multiple e-mail accounts"
-HOMEPAGE="http://alex.vdr-developer.org"
-SRC_URI="http://alex.vdr-developer.org/download/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.7.41
- >=net-libs/c-client-2002e-r1"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}_gcc-6.patch" )