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

new SRC_URI and HOME
fix pkgcheck issues

Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Martin Dummer
2024-05-11 13:33:37 +02:00
committed by Joonas Niilola
parent a39295d7fe
commit da2dbf2da1
3 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST vdr-duplicates-1.0.1.tar.gz 17836 BLAKE2B e48b8fae13ef0ff8e310045dfd40eef2722dd3cc797e49c3601ab4df2d92ec7a8d490e135a57808806f42db86e295d602183b879ebc87922e6dc4218e7cea230 SHA512 ba1476c3705a4f9a982887833ecba7d22be84c391908f4d9e0d938337615d46b11b9c7cb97f6f80edc5348321afcd1a5535eebe0f71fb67615ae8d75ccf53507
DIST vdr-duplicates-1.0.1.tgz 17847 BLAKE2B e5185a5961927504c47a5b5f7660fd184c5f47a7540c976c2f2efad94c3b0e554ce3044b640bfcf5cb5002ecd394f7ef24e897c59171f8e49df15fcc08a6ca23 SHA512 d011430be3153d0cfde28eed580637bb0ab7aee4662d047fd7c1005efd32333eac3b3b13246a470d3d7d4a1249cdd1d661ca8a02809a21615d2e0feca3913f15

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-duplicates</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit vdr-plugin-2
DESCRIPTION="VDR Plugin: show duplicated records"
HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-duplicates"
SRC_URI="https://github.com/vdr-projects/vdr-plugin-duplicates/archive/refs/tags/${PV}.tar.gz -> ${P}.tgz"
S="${WORKDIR}/vdr-plugin-duplicates-${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="media-video/vdr"
RDEPEND="${DEPEND}"