commit: 82a953c524d17d928132d00538cc75184805d2cc Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net> AuthorDate: Mon Jun 20 18:11:14 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Jul 3 08:57:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82a953c5
media-plugins/vdr-imonlcd: fix current version - EAPI 8 - fix QA issue about missing pkg_postrm function - retirement of http://projects.vdr-developer.org: move HOMEPAGE to github.com/vdr-projects Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net> Closes: https://github.com/gentoo/gentoo/pull/26007 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-plugins/vdr-imonlcd/metadata.xml | 3 +++ .../{vdr-imonlcd-1.0.3.ebuild => vdr-imonlcd-1.0.3-r1.ebuild} | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-imonlcd/metadata.xml b/media-plugins/vdr-imonlcd/metadata.xml index b4dbb6eb43d2..69d5c1131185 100644 --- a/media-plugins/vdr-imonlcd/metadata.xml +++ b/media-plugins/vdr-imonlcd/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-imonlcd</remote-id> + </upstream> </pkgmetadata> diff --git a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.3.ebuild b/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.3-r1.ebuild similarity index 90% rename from media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.3.ebuild rename to media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.3-r1.ebuild index 05e6d56bd235..f9428c7ba1b4 100644 --- a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.3.ebuild +++ b/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.3-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit linux-info toolchain-funcs udev vdr-plugin-2 DESCRIPTION="VDR Plugin: shows information about the current state of VDR on iMON LCD" -HOMEPAGE="https://projects.vdr-developer.org/projects/plg-imonlcd/wiki" +HOMEPAGE="https://github.com/vdr-projects/vdr-plugin-imonlcd/wiki" SRC_URI="https://github.com/vdr-projects/vdr-plugin-imonlcd/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/vdr-plugin-imonlcd-${PV}" @@ -49,3 +49,7 @@ src_install() { pkg_postinst() { udev_reload } + +pkg_postrm() { + udev_reload +}
