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

fix pkgcheck issues

Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/37556
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Martin Dummer 2024-07-14 23:14:18 +02:00 committed by Conrad Kostecki
parent 1a44711c96
commit 0ec0559f81
No known key found for this signature in database
GPG Key ID: 7A96AB564BF498FB
2 changed files with 12 additions and 11 deletions

View File

@ -13,4 +13,7 @@
<email>vdr@gentoo.org</email>
<name>Gentoo VDR Project</name>
</maintainer>
<upstream>
<remote-id type="github">jowi24/vdr-mlist</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,20 +1,18 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit vdr-plugin-2
DESCRIPTION="VDR plugin: Show a history of the last OSD message"
HOMEPAGE="https://github.com/jowi24/vdr-mlist"
SRC_URI="https://github.com/jowi24/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
DEPEND=">=media-video/vdr-2.0"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${P}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
DEPEND="media-video/vdr"
RDEPEND="${DEPEND}"