diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-08-31 11:47:28 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-08-31 11:47:28 +0000 |
commit | ae25e696f2860fbe0603f409817270c618372e2e (patch) | |
tree | ff07f77268ec46cb994355cc985b795dd9b360b7 /media-plugins/vdr-zaphistory | |
parent | cleanup old (diff) | |
download | gentoo-2-ae25e696f2860fbe0603f409817270c618372e2e.tar.gz gentoo-2-ae25e696f2860fbe0603f409817270c618372e2e.tar.bz2 gentoo-2-ae25e696f2860fbe0603f409817270c618372e2e.zip |
cleanup old
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-zaphistory')
3 files changed, 6 insertions, 39 deletions
diff --git a/media-plugins/vdr-zaphistory/ChangeLog b/media-plugins/vdr-zaphistory/ChangeLog index 02712b68905a..09eff8363ee2 100644 --- a/media-plugins/vdr-zaphistory/ChangeLog +++ b/media-plugins/vdr-zaphistory/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/vdr-zaphistory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-zaphistory/ChangeLog,v 1.18 2014/03/02 19:34:45 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-zaphistory/ChangeLog,v 1.19 2014/08/31 11:47:28 hd_brummy Exp $ + + 31 Aug 2014; Joerg Bornkessel <hd_brummy@gentoo.org> + -vdr-zaphistory-0.9.5.ebuild, + -files/vdr-zaphistory-0.9.4-fix-crash-no-info.diff: + cleanup old 02 Mar 2014; Joerg Bornkessel <hd_brummy@gentoo.org> vdr-zaphistory-0.9.6.ebuild: diff --git a/media-plugins/vdr-zaphistory/files/vdr-zaphistory-0.9.4-fix-crash-no-info.diff b/media-plugins/vdr-zaphistory/files/vdr-zaphistory-0.9.4-fix-crash-no-info.diff deleted file mode 100644 index 866b162beeae..000000000000 --- a/media-plugins/vdr-zaphistory/files/vdr-zaphistory-0.9.4-fix-crash-no-info.diff +++ /dev/null @@ -1,17 +0,0 @@ -diff -u zaphistory-0.9.4-orig/zaphistoryosd.c zaphistory-0.9.4/zaphistoryosd.c ---- zaphistory-0.9.4-orig/zaphistoryosd.c 2006-05-17 21:56:05.000000000 +0200 -+++ zaphistory-0.9.4/zaphistoryosd.c 2006-05-17 21:58:28.000000000 +0200 -@@ -205,8 +205,11 @@ - if (schedule == NULL) - return osUnknown; - -- 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/vdr-zaphistory-0.9.5.ebuild b/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.5.ebuild deleted file mode 100644 index 6be4628652a8..000000000000 --- a/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.5.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-zaphistory/vdr-zaphistory-0.9.5.ebuild,v 1.5 2014/02/23 21:12:46 hd_brummy Exp $ - -EAPI=5 - -inherit vdr-plugin-2 - -IUSE="" -SLOT="0" - -DESCRIPTION="vdr Plugin: Shows the least recently used channels" -HOMEPAGE="http://vaasa.wi-bw.tfh-wildau.de/~pjuszack/digicam/#zaphistory" -SRC_URI="http://vaasa.wi-bw.tfh-wildau.de/~pjuszack/digicam/download/${P}.tgz" -LICENSE="GPL-2" - -KEYWORDS="x86" - -DEPEND=">=media-video/vdr-1.3.34" - -PATCHES=("${FILESDIR}/${PN}-0.9.4-fix-crash-no-info.diff") |