public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-mailbox/, media-plugins/vdr-mailbox/files/
@ 2016-10-16 16:25 Joerg Bornkessel
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Bornkessel @ 2016-10-16 16:25 UTC (permalink / raw
  To: gentoo-commits

commit:     eeaf86ea76a58a3289bb6127979e1a060937025a
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 16 16:24:16 2016 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Oct 16 16:25:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeaf86ea

media-plugins/vdr-mailbox: compilefix gcc-6; thx to P.Levine on wrt bug 593946

Package-Manager: portage-2.3.0

 .../files/vdr-mailbox-0.7.0_gcc-6.patch            | 29 ++++++++++++++++++++++
 .../vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild        | 22 ++++++++++++++++
 2 files changed, 51 insertions(+)

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
new file mode 100644
index 00000000..9647ccb
--- /dev/null
+++ b/media-plugins/vdr-mailbox/files/vdr-mailbox-0.7.0_gcc-6.patch
@@ -0,0 +1,29 @@
+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/vdr-mailbox-0.7.0-r1.ebuild b/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild
new file mode 100644
index 00000000..0dd397f
--- /dev/null
+++ b/media-plugins/vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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" )
\ No newline at end of file


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-mailbox/, media-plugins/vdr-mailbox/files/
@ 2020-02-12 20:14 Jörg Bornkessel
  0 siblings, 0 replies; 2+ messages in thread
From: Jörg Bornkessel @ 2020-02-12 20:14 UTC (permalink / raw
  To: gentoo-commits

commit:     698f4706f28c7a537447462da81cf10c03fd15ef
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 20:12:02 2020 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 20:12:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=698f4706

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 <AT> gentoo.org>

 media-plugins/vdr-mailbox/Manifest                 |  1 -
 .../files/vdr-mailbox-0.7.0_gcc-6.patch            | 29 ----------------------
 media-plugins/vdr-mailbox/metadata.xml             |  8 ------
 .../vdr-mailbox/vdr-mailbox-0.7.0-r1.ebuild        | 21 ----------------
 4 files changed, 59 deletions(-)

diff --git a/media-plugins/vdr-mailbox/Manifest b/media-plugins/vdr-mailbox/Manifest
deleted file mode 100644
index 3833ad2fddc..00000000000
--- 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 9647ccb09bb..00000000000
--- 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 27f419c289c..00000000000
--- 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 2e3678691a9..00000000000
--- 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" )


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-12 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-16 16:25 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-mailbox/, media-plugins/vdr-mailbox/files/ Joerg Bornkessel
  -- strict thread matches above, loose matches on Subject: below --
2020-02-12 20:14 Jörg Bornkessel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox