+++ /dev/null
-diff -ur pvrinput-2011-08-18.orig/common.h pvrinput-2011-08-18/common.h
---- pvrinput-2011-08-18.orig/common.h 2011-03-29 21:59:42.000000000 +0200
-+++ pvrinput-2011-08-18/common.h 2012-04-11 23:05:24.870618177 +0200
-@@ -7,6 +7,7 @@
- #include <sys/ioctl.h>
- #include <stdarg.h>
-
-+#include <vdr/device.h>
- #include <vdr/plugin.h>
- #if VDRVERSNUM > 10712
- #include <vdr/sourceparams.h>
-
+++ /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>
- <longdescription lang="en">
- Plugin to use a PVR* card as input device for VDR
- </longdescription>
-</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: Use a PVR* card as input device"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-pvrinput"
-SRC_URI="mirror://gentoo/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.6.0"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/vdr-plugin-pvrinput-3ee6b964382f38715f4a4fe57bd4760044f9a58a"
-
-src_prepare() {
- # remove untranslated po files, i18n fix
- rm "${S}"/po2i18n.pl "${S}"/po/{i18n-template.c,i18n.h} \
- "${S}"/po/{ca_ES,cs_CZ,da_DK,el_GR,es_ES,et_EE,fi_FI,fr_FR,hr_HR,hu_HU,nl_NL,nn_NO,pl_PL,pt_PT,ro_RO,ru_RU,sl_SI}.po
- vdr-plugin-2_src_prepare
-
- fix_vdr_libsi_include reader.c
-
- eapply "${FILESDIR}/missing-include.diff"
-}
-
-src_install() {
- vdr-plugin-2_src_install
-
- local DOCS=( TODO FAQ example/channels.conf_* )
-}