commit:     8e6c7e5c4116950c4cd1cbf85fedfc9b3d11bf6f
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Dec 29 15:44:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug  1 04:18:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6c7e5c

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

fix some pkgcheck issues
new HOMEPAGE SRC_URI

Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Part-of: https://github.com/gentoo/gentoo/pull/39896
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-plugins/vdr-pvr350/metadata.xml            |  3 +++
 media-plugins/vdr-pvr350/vdr-pvr350-1.7.5.ebuild | 15 ++++++---------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/media-plugins/vdr-pvr350/metadata.xml 
b/media-plugins/vdr-pvr350/metadata.xml
index b4dbb6eb43d2..1c068e02323d 100644
--- a/media-plugins/vdr-pvr350/metadata.xml
+++ b/media-plugins/vdr-pvr350/metadata.xml
@@ -13,4 +13,7 @@
                <email>[email protected]</email>
                <name>Gentoo VDR Project</name>
        </maintainer>
+       <upstream>
+               <remote-id 
type="github">vdr-projects/vdr-plugin-pvr350</remote-id>
+       </upstream>
 </pkgmetadata>

diff --git a/media-plugins/vdr-pvr350/vdr-pvr350-1.7.5.ebuild 
b/media-plugins/vdr-pvr350/vdr-pvr350-1.7.5.ebuild
index 326a91d890ab..d6cb3964f20b 100644
--- a/media-plugins/vdr-pvr350/vdr-pvr350-1.7.5.ebuild
+++ b/media-plugins/vdr-pvr350/vdr-pvr350-1.7.5.ebuild
@@ -1,28 +1,25 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit vdr-plugin-2
 
-VERSION="1657" # every bump, new version
-
 DESCRIPTION="VDR plugin: use a PVR350 as output device"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-pvr350";
-SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
+HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-pvr350/";
+SRC_URI="https://github.com/vdr-projects/vdr-plugin-pvr350/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tgz"
+S="${WORKDIR}/pvr350-${PV}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 DEPEND=">=media-video/vdr-2
-       media-sound/mpg123
        media-sound/twolame
+       media-sound/mpg123-base
        media-libs/a52dec"
 RDEPEND="${DEPEND}"
 
-S="${WORKDIR}/${P#vdr-}"
-
 QA_FLAGS_IGNORED="
        usr/lib/vdr/plugins/libvdr-.*
        usr/lib64/vdr/plugins/libvdr-.*"

Reply via email to