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

fix pkgcheck issues

Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Part-of: https://github.com/gentoo/gentoo/pull/39898
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Martin Dummer 2024-12-29 17:41:31 +01:00 committed by Sam James
parent 8803ca807c
commit 859a445c0a
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,21 +1,22 @@
# Copyright 1999-2020 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: Search through your recordings and find the one you are looking for"
HOMEPAGE="https://github.com/flensrocker/vdr-plugin-recsearch"
SRC_URI="https://github.com/flensrocker/vdr-plugin-recsearch/releases/download/v${PV}/${P}.tgz"
S="${WORKDIR}/recsearch-${PV}"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="media-video/vdr"
S="${WORKDIR}/recsearch-${PV}"
BDEPEND="${DEPEND}"
RDEPEND="acct-user/vdr"
src_install() {
vdr-plugin-2_src_install