media-plugins/vdr-pvrinput: QA StaticSrcUri fixed
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 15 Dec 2019 20:14:52 +0000 (21:14 +0100)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 15 Dec 2019 20:24:54 +0000 (21:24 +0100)
Package-Manager: Portage-2.3.81, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
media-plugins/vdr-pvrinput/vdr-pvrinput-2011.09.17.ebuild

index bebc08091b5ea4be9f7910e5ea7a8a3012b43866..69043e7b44502cce0c72dbd22a9bf0307436fbde 100644 (file)
@@ -1,13 +1,13 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+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/vdr-pvrinput-2011.09.17.tgz"
+SRC_URI="mirror://gentoo/${P}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -27,11 +27,11 @@ src_prepare() {
 
        fix_vdr_libsi_include reader.c
 
-       epatch "${FILESDIR}/missing-include.diff"
+       eapply "${FILESDIR}/missing-include.diff"
 }
 
 src_install() {
        vdr-plugin-2_src_install
 
-       dodoc TODO FAQ example/channels.conf_*
+       local DOCS=( TODO FAQ example/channels.conf_* )
 }