[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-zaphistory/, media-plugins/vdr-zaphistory/files/

2020-02-04 Thread Jörg Bornkessel
commit: 83cf833b6e69e619c9ce0641d9bd0f26a5d70617
Author: Joerg Bornkessel  gentoo  org>
AuthorDate: Tue Feb  4 19:18:20 2020 +
Commit: Jörg Bornkessel  gentoo  org>
CommitDate: Tue Feb  4 19:28:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83cf833b

media-plugins/vdr-zaphistory: pmasked removal

bug 703966

Closes: https://bugs.gentoo.org/703966
Signed-off-by: Joerg Bornkessel  gentoo.org>

 media-plugins/vdr-zaphistory/Manifest  |  1 -
 .../vdr-zaphistory-0.9.6-fix-crash-no-info.diff| 15 ---
 media-plugins/vdr-zaphistory/metadata.xml  |  8 
 .../vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild | 22 --
 4 files changed, 46 deletions(-)

diff --git a/media-plugins/vdr-zaphistory/Manifest 
b/media-plugins/vdr-zaphistory/Manifest
deleted file mode 100644
index c4c52ca97c1..000
--- a/media-plugins/vdr-zaphistory/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zaphistory-0.9.6.tar.gz 19874 BLAKE2B 
a42544b060b98114a4e6f6a95ed98e93950cb15725472dfb7bf112818d164b792e81d5243fabc595bbfe3f23c1efc05f004bcd5f8604cb4dfd199bdb1f3ee0c5
 SHA512 
7be51da0917f183edd5b74e240a7eca0a07d06df0d63b3194765f2744182fd9548b869f134f968ae30360272e199065a3500a194dc61a4c015fb22daaf54c18f

diff --git 
a/media-plugins/vdr-zaphistory/files/vdr-zaphistory-0.9.6-fix-crash-no-info.diff
 
b/media-plugins/vdr-zaphistory/files/vdr-zaphistory-0.9.6-fix-crash-no-info.diff
deleted file mode 100644
index 274012d731e..000
--- 
a/media-plugins/vdr-zaphistory/files/vdr-zaphistory-0.9.6-fix-crash-no-info.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur zaphistory-0.9.6.orig/zaphistoryosd.c 
zaphistory-0.9.6/zaphistoryosd.c
 zaphistory-0.9.6.orig/zaphistoryosd.c  2013-09-15 15:22:41.0 
+0200
-+++ zaphistory-0.9.6/zaphistoryosd.c   2013-09-15 15:24:42.0 +0200
-@@ -217,6 +217,11 @@
- 
- return AddSubMenu( new cMenuEvent(schedule->GetEventAround(time(NULL)) ) 
);
- 
-+const cEvent *event = schedule->GetEventAround(time(NULL));
-+if (event)
-+return AddSubMenu( new cMenuEvent(event) );
-+else
-+return osUnknown;
- }
- 
- eOSState cMenuZappedChannels::ProcessKey(eKeys Key)

diff --git a/media-plugins/vdr-zaphistory/metadata.xml 
b/media-plugins/vdr-zaphistory/metadata.xml
deleted file mode 100644
index 27f419c289c..000
--- a/media-plugins/vdr-zaphistory/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-v...@gentoo.org
-Gentoo VDR Project
-
-

diff --git a/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild 
b/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild
deleted file mode 100644
index 52542a46d85..000
--- a/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-VERSION="1437" # every bump, new Version
-
-DESCRIPTION="VDR Plugin: Shows the least recently used channels"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-zaphistory;
-SRC_URI="mirror://vdr-developerorg/${VERSION}/zaphistory-${PV}.tar.gz"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.0.0"
-RDEPEND="${DEPEND}"
-
-PATCHES=("${FILESDIR}/${P}-fix-crash-no-info.diff")



[gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-zaphistory/

2018-03-26 Thread Aaron Bauman
commit: 335e92d8ea9e69c3dbfa25f9e048f20d5ae1cd13
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Mar 11 17:29:36 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Mon Mar 26 19:15:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335e92d8

media-plugins/vdr-zaphistory: use HTTPS

 media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild 
b/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild
index f2ba053ff6f..52542a46d85 100644
--- a/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild
+++ b/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,7 @@ inherit vdr-plugin-2
 VERSION="1437" # every bump, new Version
 
 DESCRIPTION="VDR Plugin: Shows the least recently used channels"
-HOMEPAGE="http://projects.vdr-developer.org/projects/plg-zaphistory;
+HOMEPAGE="https://projects.vdr-developer.org/projects/plg-zaphistory;
 SRC_URI="mirror://vdr-developerorg/${VERSION}/zaphistory-${PV}.tar.gz"
 
 KEYWORDS="amd64 x86"