commit: 859a445c0a5e9b59503c6695623a9543779f6ed3 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Sun Dec 29 16:41:31 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Aug 1 04:25:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859a445c
media-plugins/vdr-recsearch: update EAPI 7 -> 8 fix pkgcheck issues Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/39898 Signed-off-by: Sam James <sam <AT> gentoo.org> media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild b/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild index 576bbfbf6011..c26d6fad707a 100644 --- a/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild +++ b/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild @@ -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
