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

introduce subslot dependency on media-video/vdr

Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Part-of: https://github.com/gentoo/gentoo/pull/44230
Closes: https://github.com/gentoo/gentoo/pull/44230
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Martin Dummer 2025-10-17 22:34:34 +02:00 committed by Sam James
parent 6305bd2087
commit 0f27c09cce
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,29 +1,28 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2025 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 content of menu in a shell window"
HOMEPAGE="http://www.tvdr.de/"
SRC_URI="mirror://gentoo/${P}.tar.gz
https://dev.gentoo.org/~hd_brummy/distfiles/${P}.tar.gz"
HOMEPAGE="https://www.tvdr.de/"
SRC_URI="https://md11.it.cx/download/vdr/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="~media-video/vdr-2.2.0"
src_prepare() {
if has_version ">=media-video/vdr-2.4"; then
einfo "\nvdr-skincurses-2.2.0 needs exact media-video/vdr-2.2.x"
einfo "\nvdr-skincurses-2.2.0 needs exactly media-video/vdr-2.2.x"
einfo "media-plugins/vdr-skincurses is part of the core VDR"
einfo "To get this plugin in a later version"
einfo "emerge --unmerge vdr-skincurses"
einfo "emerge media-video/vdr with use-flag demoplugins\n"
die "plugin to old for >=media-video/vdr-2.4"
die "plugin too old for >=media-video/vdr-2.4"
fi
vdr-plugin-2_src_prepare