commit: 0ec0559f813fbd81f0cbe223733e7df0d03e1586 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Sun Jul 14 21:14:18 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Jul 21 15:07:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec0559f
media-plugins/vdr-mlist: update EAPI 7 -> 8 fix pkgcheck issues Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Closes: https://github.com/gentoo/gentoo/pull/37556 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> media-plugins/vdr-mlist/metadata.xml | 3 +++ media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild | 14 ++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/media-plugins/vdr-mlist/metadata.xml b/media-plugins/vdr-mlist/metadata.xml index c08751971fb3..47a159d8839a 100644 --- a/media-plugins/vdr-mlist/metadata.xml +++ b/media-plugins/vdr-mlist/metadata.xml @@ -13,4 +13,7 @@ <email>[email protected]</email> <name>Gentoo VDR Project</name> </maintainer> + <upstream> + <remote-id type="github">jowi24/vdr-mlist</remote-id> + </upstream> </pkgmetadata> diff --git a/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild index c7348b5082b8..7e51373fd9eb 100644 --- a/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild +++ b/media-plugins/vdr-mlist/vdr-mlist-1.0.2.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vdr-plugin-2 DESCRIPTION="VDR plugin: Show a history of the last OSD message" HOMEPAGE="https://github.com/jowi24/vdr-mlist" SRC_URI="https://github.com/jowi24/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${P}" -KEYWORDS="amd64 x86" -SLOT="0" LICENSE="GPL-2" -IUSE="" +SLOT="0" +KEYWORDS="amd64 x86" -DEPEND=">=media-video/vdr-2.0" +DEPEND="media-video/vdr" RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}"
