commit:     157895134a9c78b1440d1725b84fc2fc95267cb0
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun May 12 11:10:58 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 12:45:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15789513

media-plugins/vdr-epgsync: update EAPI 7 -> 8

fix pkgcheck issues

Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-plugins/vdr-epgsync/vdr-epgsync-1.0.1.ebuild | 10 +++++-----
 media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-plugins/vdr-epgsync/vdr-epgsync-1.0.1.ebuild 
b/media-plugins/vdr-epgsync/vdr-epgsync-1.0.1.ebuild
index 62ef6ca8f4f1..9e857b008846 100644
--- a/media-plugins/vdr-epgsync/vdr-epgsync-1.0.1.ebuild
+++ b/media-plugins/vdr-epgsync/vdr-epgsync-1.0.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit vdr-plugin-2
 
@@ -9,10 +9,10 @@ DESCRIPTION="VDR Plugin: Import the EPG of another VDR via 
vdr-svdrpservice"
 HOMEPAGE="https://vdr.schmirler.de/";
 SRC_URI="https://vdr.schmirler.de/epgsync/${P}.tgz";
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="amd64 ~arm x86"
-IUSE=""
 
-DEPEND=">=media-video/vdr-2.0.0"
+# this plugin version is for use with media-video/vdr-2.2
+DEPEND="media-video/vdr"
 RDEPEND="${DEPEND}"

diff --git a/media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild 
b/media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild
index fdfb96196901..955ad678523a 100644
--- a/media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild
+++ b/media-plugins/vdr-epgsync/vdr-epgsync-1.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,8 +10,8 @@ HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-epgsync/ 
https://vdr.schmir
 
SRC_URI="https://github.com/vdr-projects/vdr-plugin-epgsync/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
 S="${WORKDIR}/vdr-plugin-epgsync-${PV}"
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="amd64 ~arm x86"
 
 DEPEND=">=media-video/vdr-2.4"

Reply via email to