summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2019-12-27 14:33:27 +0100
committerJoerg Bornkessel <hd_brummy@gentoo.org>2019-12-27 14:33:59 +0100
commit8ca5f282c1751a8221fff18d0a273809f1f6fc9e (patch)
treeb2df0b5b0611f95d2653addc3acf3056f5c0f8d7 /media-plugins/vdr-wirbelscan/vdr-wirbelscan-0.0.7-r1.ebuild
parentsys-auth/libfprint: Version bump (v1.90.0) (diff)
downloadgentoo-8ca5f282c1751a8221fff18d0a273809f1f6fc9e.tar.gz
gentoo-8ca5f282c1751a8221fff18d0a273809f1f6fc9e.tar.bz2
gentoo-8ca5f282c1751a8221fff18d0a273809f1f6fc9e.zip
media-plugins/vdr-wirbelscan: version bump
this version need >=vdr-2.4 thx to klaus818@gmail.com for reporting this moved to eapi 7 fixed Homepage Bug: https://bugs.gentoo.org/703810 Closes: https://bugs.gentoo.org/703810 Package-Manager: Portage-2.3.83, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-wirbelscan/vdr-wirbelscan-0.0.7-r1.ebuild')
-rw-r--r--media-plugins/vdr-wirbelscan/vdr-wirbelscan-0.0.7-r1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/media-plugins/vdr-wirbelscan/vdr-wirbelscan-0.0.7-r1.ebuild b/media-plugins/vdr-wirbelscan/vdr-wirbelscan-0.0.7-r1.ebuild
index 5bdd8471ddc8..7920122c681b 100644
--- a/media-plugins/vdr-wirbelscan/vdr-wirbelscan-0.0.7-r1.ebuild
+++ b/media-plugins/vdr-wirbelscan/vdr-wirbelscan-0.0.7-r1.ebuild
@@ -1,21 +1,19 @@
-# Copyright 1999-2014 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: Scan for channels on DVB-? and on PVR*-Cards"
-HOMEPAGE="http://wirbel.htpc-forum.de/wirbelscan/index2.html"
+HOMEPAGE="https://github.com/CvH/vdr-plugin-wirbelscan"
SRC_URI="http://wirbel.htpc-forum.de/wirbelscan/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND=">=media-video/vdr-2"
-RDEPEND="${DEPEND}"
src_prepare() {
# remove untranslated po files
@@ -24,7 +22,7 @@ src_prepare() {
# new Makefile handling
cp "${FILESDIR}/wirbelscan.mk" "${S}/Makefile"
- epatch "${FILESDIR}/receiver-api-fixes.patch"
+ eapply "${FILESDIR}/receiver-api-fixes.patch"
vdr-plugin-2_src_prepare