From c1ccc2f5dc498ee90ed9ea32b6fabc2de659edfd Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Sat, 18 Oct 2025 20:14:22 +0200 Subject: [PATCH] media-plugins/vdr-serial: fix EAPI 8 fix src_install change maintainer introduce subslot dependency on media-video/vdr Closes: https://bugs.gentoo.org/925813 Closes: https://bugs.gentoo.org/925814 Closes: https://bugs.gentoo.org/925815 Closes: https://bugs.gentoo.org/925816 Closes: https://bugs.gentoo.org/945699 Signed-off-by: Martin Dummer Part-of: https://github.com/gentoo/gentoo/pull/44238 Signed-off-by: Sam James --- media-plugins/vdr-serial/metadata.xml | 16 +++++++++++---- ...-r2.ebuild => vdr-serial-0.0.6a-r3.ebuild} | 20 +++++++++---------- 2 files changed, 22 insertions(+), 14 deletions(-) rename media-plugins/vdr-serial/{vdr-serial-0.0.6a-r2.ebuild => vdr-serial-0.0.6a-r3.ebuild} (59%) diff --git a/media-plugins/vdr-serial/metadata.xml b/media-plugins/vdr-serial/metadata.xml index b038c919cd23..c08751971fb3 100644 --- a/media-plugins/vdr-serial/metadata.xml +++ b/media-plugins/vdr-serial/metadata.xml @@ -1,8 +1,16 @@ - -vdr@gentoo.org -Gentoo VDR Project - + + martin.dummer@gmx.net + Martin Dummer + + + proxy-maint@gentoo.org + Proxy Maintainers + + + vdr@gentoo.org + Gentoo VDR Project + diff --git a/media-plugins/vdr-serial/vdr-serial-0.0.6a-r2.ebuild b/media-plugins/vdr-serial/vdr-serial-0.0.6a-r3.ebuild similarity index 59% rename from media-plugins/vdr-serial/vdr-serial-0.0.6a-r2.ebuild rename to media-plugins/vdr-serial/vdr-serial-0.0.6a-r3.ebuild index 5fcf0a93776c..a04a4fd5c45d 100644 --- a/media-plugins/vdr-serial/vdr-serial-0.0.6a-r2.ebuild +++ b/media-plugins/vdr-serial/vdr-serial-0.0.6a-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,20 +13,20 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND=" - media-video/vdr -" - -RDEPEND=" - ${DEPEND} - acct-user/vdr[serial] -" +DEPEND="media-video/vdr:=" +RDEPEND="${DEPEND} + acct-user/vdr[serial]" src_prepare() { vdr-plugin-2_src_prepare - sed -i serial.c -e "s:RegisterI18n://RegisterI18n:" + sed -i serial.c -e "s:RegisterI18n://RegisterI18n:" || die cd "${S}"/tools emake clean } + +src_install() { + local DOCS=( README circuit.jpg tools/Connector.txt ) + vdr-plugin-2_src_install +}