diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-02-12 21:12:02 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2020-02-12 21:12:02 +0100 |
commit | 698f4706f28c7a537447462da81cf10c03fd15ef (patch) | |
tree | 9de4f37374d0977c3165ea1e9966e0e742618b4c /media-plugins | |
parent | dev-python/python-systemd: stable 234 for sparc, bug #708766 (diff) | |
download | gentoo-698f4706f28c7a537447462da81cf10c03fd15ef.tar.gz gentoo-698f4706f28c7a537447462da81cf10c03fd15ef.tar.bz2 gentoo-698f4706f28c7a537447462da81cf10c03fd15ef.zip |
media-plugins/vdr-mailbox: delet media-plugins/vdr-mailbox from tree
package has open bugs,
upstream has give up the project
Closes: https://bugs.gentoo.org/704004
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-mailbox/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/vdr-mailbox/files/vdr-mailbox-0.7.0_gcc-6.patch | 29 | ||||
-rw-r--r-- | media-plugins/vdr-mailbox/metadata.xml | 8 | ||||
-rw-r--r-- | media-plugins/vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild | 21 |
4 files changed, 0 insertions, 59 deletions
diff --git a/media-plugins/vdr-mailbox/Manifest b/media-plugins/vdr-mailbox/Manifest deleted file mode 100644 index 3833ad2fddca..000000000000 --- a/media-plugins/vdr-mailbox/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST vdr-mailbox-0.7.0.tgz 171886 BLAKE2B 37f731b1dcab7bb53ff2e0792af1f2947a3429521de8e4ffdc155cc1d059b33a980b3c49d24151a4a162964bbb7d3c0c1805ec109c2852c0d4ac6d96552ed4ec SHA512 ec20b675e9c92fd2e8dda1e2bb1799a6b725e0a8a879e9f45f3876bf2ef2a85fab3303c94db669e6f259cf6ef83cd417260fcbca5290c74c59f5585a1c28be3e diff --git a/media-plugins/vdr-mailbox/files/vdr-mailbox-0.7.0_gcc-6.patch b/media-plugins/vdr-mailbox/files/vdr-mailbox-0.7.0_gcc-6.patch deleted file mode 100644 index 9647ccb09bb9..000000000000 --- a/media-plugins/vdr-mailbox/files/vdr-mailbox-0.7.0_gcc-6.patch +++ /dev/null @@ -1,29 +0,0 @@ -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); diff --git a/media-plugins/vdr-mailbox/metadata.xml b/media-plugins/vdr-mailbox/metadata.xml deleted file mode 100644 index 27f419c289c3..000000000000 --- a/media-plugins/vdr-mailbox/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?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> diff --git a/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild b/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild deleted file mode 100644 index 2e3678691a98..000000000000 --- a/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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" ) |