diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-02-23 20:30:46 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-02-23 20:30:46 +0000 |
commit | 82f19bb25fa7e446a452870f232793c61a003f44 (patch) | |
tree | 04e4ac7a85515248ef896c3ea0a8d20bdcfb2ecb /media-plugins/vdr-nordlichtsepg | |
parent | cleanup old; converted to vdr-plugin-2.eclass (diff) | |
download | gentoo-2-82f19bb25fa7e446a452870f232793c61a003f44.tar.gz gentoo-2-82f19bb25fa7e446a452870f232793c61a003f44.tar.bz2 gentoo-2-82f19bb25fa7e446a452870f232793c61a003f44.zip |
cleanup old; eapi=5; converted to vdr-plugin-2.eclass
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-nordlichtsepg')
4 files changed, 12 insertions, 58 deletions
diff --git a/media-plugins/vdr-nordlichtsepg/ChangeLog b/media-plugins/vdr-nordlichtsepg/ChangeLog index b78c5d2f8a5b..30ce9b734b4c 100644 --- a/media-plugins/vdr-nordlichtsepg/ChangeLog +++ b/media-plugins/vdr-nordlichtsepg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-plugins/vdr-nordlichtsepg -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-nordlichtsepg/ChangeLog,v 1.15 2008/03/30 18:36:25 zzam Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-nordlichtsepg/ChangeLog,v 1.16 2014/02/23 20:30:46 hd_brummy Exp $ + + 23 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org> + -vdr-nordlichtsepg-0.8a.ebuild, -files/vdr-nordlichtsepg-0.8a_vdr-1.5.3.diff, + vdr-nordlichtsepg-0.9_pre1.ebuild: + cleanup old; eapi=5; converted to vdr-plugin-2.eclass *vdr-nordlichtsepg-0.9_pre1 (30 Mar 2008) diff --git a/media-plugins/vdr-nordlichtsepg/files/vdr-nordlichtsepg-0.8a_vdr-1.5.3.diff b/media-plugins/vdr-nordlichtsepg/files/vdr-nordlichtsepg-0.8a_vdr-1.5.3.diff deleted file mode 100644 index 3ed0cc6341c6..000000000000 --- a/media-plugins/vdr-nordlichtsepg/files/vdr-nordlichtsepg-0.8a_vdr-1.5.3.diff +++ /dev/null @@ -1,34 +0,0 @@ -patch from http://www.vdr-portal.de/board/thread.php?postid=624285#post624285 - -diff -ruN nordlichtsepg-0.8a/nordlichtsepg.c nordlichtsepg-0.8a-patched/nordlichtsepg.c ---- nordlichtsepg-0.8a/nordlichtsepg.c 2006-03-21 14:41:24.000000000 +0100 -+++ nordlichtsepg-0.8a-patched/nordlichtsepg.c 2007-06-19 10:27:25.000000000 +0200 -@@ -114,8 +114,10 @@ - - myMenuWhatsOn::~myMenuWhatsOn() - { -+#if VDRVERSNUM < 10503 - if(Setup.UseSmallFont==2)cFont::SetFont(fontSml); - else cFont::SetFont(fontOsd); -+#endif - } - - void myMenuWhatsOn::LoadSchedules(int shift) -diff -ruN nordlichtsepg-0.8a/patchfont.c nordlichtsepg-0.8a-patched/patchfont.c ---- nordlichtsepg-0.8a/patchfont.c 2006-03-18 11:53:21.000000000 +0100 -+++ nordlichtsepg-0.8a-patched/patchfont.c 2007-06-19 10:29:03.000000000 +0200 -@@ -7,6 +7,7 @@ - // most of this function is from the epgsearch-plugin - void PatchFont(eDvbFont DvbFont) - { -+#if VDRVERSNUM < 10503 - const cFont *font = cFont::GetFont(DvbFont); - int num_rows_global = font->Height(); - int num_rows = num_rows_global+2; -@@ -322,4 +323,5 @@ - } - - cFont::SetFont(DvbFont, font_data); -+#endif - } - diff --git a/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.8a.ebuild b/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.8a.ebuild deleted file mode 100644 index b50220d6f4b5..000000000000 --- a/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.8a.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.8a.ebuild,v 1.4 2007/07/09 23:06:22 mr_bones_ Exp $ - -inherit vdr-plugin - -IUSE="" -SLOT="0" - -DESCRIPTION="vdr Plugin: Better EPG view than default vdr" -HOMEPAGE="http://martins-kabuff.de/nordlichtsepg.html" -SRC_URI="http://martins-kabuff.de/download/${P}.tgz" -LICENSE="GPL-2" - -KEYWORDS="~amd64 x86" - -DEPEND=">=media-video/vdr-1.3.31" - -PATCHES="${FILESDIR}/${P}_vdr-1.5.3.diff" diff --git a/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild b/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild index b65d957e16ca..6eca45e3db47 100644 --- a/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild +++ b/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild,v 1.2 2008/03/31 01:58:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-nordlichtsepg/vdr-nordlichtsepg-0.9_pre1.ebuild,v 1.3 2014/02/23 20:30:46 hd_brummy Exp $ -inherit vdr-plugin +EAPI=5 + +inherit vdr-plugin-2 IUSE="" SLOT="0" |