media-plugins/vdr-svdrposd: 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/44238
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Martin Dummer
2025-10-19 10:22:12 +02:00
committed by Sam James
parent 90ae5534d8
commit 471a93f017
3 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST vdr-svdrposd-1.0.0.tar.gz 12501 BLAKE2B 2f0cdafae999452fa25e12f5af40712b14ced7d115e4d43394f6b8b0c76ba6ff91b2b948c441b6ab147a30a2588b7a76c15846ccfec468d72cd189212750fecb SHA512 1cead20b2b90369a2f23be82e0907b28fed70b85b0e7c82a1c300cb3a78a5c20d91a9640eb246f4c7fc97e8d9eecbfae43609c09c6fe808df35116cb0b36a53a
DIST vdr-svdrposd-1.0.0.tgz 12470 BLAKE2B adcbb99981973f455ab332bc7a8d1d41cac0fd18727ec59baa91680d3f2c928c64948793b4415a86342a3a7e88c89c139d816e6be9bf8364f8ac22ebb93ff7af SHA512 77e624c666ad6fe0a2afce0d2ca421af19a1310f5d65fb5cf9f289e28bbaaecb36c5efc542416c13edf5278859cb6b08ee6467dec9ef4b3daeb4f43915a82aa6

View File

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

View File

@@ -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: export OSD via TCP to vdr-remoteosd"
HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-svdrposd/"
SRC_URI="https://github.com/vdr-projects/vdr-plugin-svdrposd/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/vdr-plugin-svdrposd-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="media-video/vdr:="
RDEPEND="${DEPEND}"