commit: 5fffd93385896f8ace34a06dd03c64524c0c61cf Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Sun Oct 19 08:24:44 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 19 17:07:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fffd933
media-plugins/vdr-remoteosd: update EAPI 7 -> 8 introduce subslot dependency on media-video/vdr Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Part-of: https://github.com/gentoo/gentoo/pull/44238 Signed-off-by: Sam James <sam <AT> gentoo.org> .../vdr-remoteosd/vdr-remoteosd-1.0.1-r1.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.1-r1.ebuild b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.1-r1.ebuild new file mode 100644 index 000000000000..b4fd5cf33220 --- /dev/null +++ b/media-plugins/vdr-remoteosd/vdr-remoteosd-1.0.1-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 2021-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vdr-plugin-2 + +DESCRIPTION="VDR Plugin: server/client remoteosd" +HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-remoteosd/" +SRC_URI="https://github.com/vdr-projects/vdr-plugin-remoteosd/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/vdr-plugin-remoteosd-${PV}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" + +DEPEND=">=media-video/vdr-2.4:=" +RDEPEND="${DEPEND}"
