+++ /dev/null
-DIST vdr-pilotskin-0.0.2.tgz 15871 BLAKE2B 94a5f12ccc257234e58b1ee786fb755e6f1eb5a01896c3ef8f037fee4d8b7bef25a2be031c191e9d217db138e41602a167ebfef13e5392f0ca32a4ae0f2c4ee5 SHA512 2a15525900147a541968df6f49a206ee410c0e3e5079adcb2ebbc932f96a1539c62b1fa110d211a6b7215c1312ccfcf0b0a4c1a998c2f3fd65c0b9735d02cf87
+++ /dev/null
-Index: pilotskin-0.0.2/pilotskinosd.h
-===================================================================
---- pilotskin-0.0.2.orig/pilotskinosd.h
-+++ pilotskin-0.0.2/pilotskinosd.h
-@@ -12,8 +12,6 @@
- #include "config.h"
-
-
--static const cFont *font = cFont::GetFont(fontOsd);
--static const int LINEHEIGHT = font->Height();
- #define NBLINES 4
-
- class cPilotskinOsd : public cOsdObject {
+++ /dev/null
-<?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>
+++ /dev/null
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR plugin: fork of vdr-pilot - navigate through channels with skinnable design"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.3.36"
-
-PATCHES=("${FILESDIR}/${P}-vdr-1.5.diff")
-
-src_prepare() {
- vdr-plugin-2_src_prepare
-
- sed -i pilotskin.c -e "s:RegisterI18n://RegisterI18n:"
- vdr_remove_i18n_include pilotskin.c
-}