From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C85FE138350 for ; Tue, 4 Feb 2020 19:29:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAA86E08AB; Tue, 4 Feb 2020 19:29:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B0DBE08AB for ; Tue, 4 Feb 2020 19:29:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7887534E76F for ; Tue, 4 Feb 2020 19:29:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7084B134 for ; Tue, 4 Feb 2020 19:29:20 +0000 (UTC) From: "Jörg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jörg Bornkessel" Message-ID: <1580844482.83cf833b6e69e619c9ce0641d9bd0f26a5d70617.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-zaphistory/, media-plugins/vdr-zaphistory/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-zaphistory/Manifest media-plugins/vdr-zaphistory/files/vdr-zaphistory-0.9.6-fix-crash-no-info.diff media-plugins/vdr-zaphistory/metadata.xml media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.6.ebuild X-VCS-Directories: media-plugins/vdr-zaphistory/files/ media-plugins/vdr-zaphistory/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: 83cf833b6e69e619c9ce0641d9bd0f26a5d70617 X-VCS-Branch: master Date: Tue, 4 Feb 2020 19:29:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 483367aa-56ed-438f-b5ab-55c903f4680c X-Archives-Hash: f81c68d65d3302128883a31175d7e066 commit: 83cf833b6e69e619c9ce0641d9bd0f26a5d70617 Author: Joerg Bornkessel gentoo org> AuthorDate: Tue Feb 4 19:18:20 2020 +0000 Commit: Jörg Bornkessel gentoo org> CommitDate: Tue Feb 4 19:28:02 2020 +0000 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..00000000000 --- 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..00000000000 --- 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.000000000 +0200 -+++ zaphistory-0.9.6/zaphistoryosd.c 2013-09-15 15:24:42.000000000 +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..00000000000 --- a/media-plugins/vdr-zaphistory/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - -vdr@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..00000000000 --- 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")