From 31ab458043b0b6f53b910aae80977c5ed29ad240 Mon Sep 17 00:00:00 2001 From: Martin Dummer Date: Mon, 22 Feb 2021 23:13:31 +0100 Subject: media-plugins/vdr-imonlcd: new EAPI and maintainer update homepage remove maintainer-needed zero bugs open Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Martin Dummer Closes: https://github.com/gentoo/gentoo/pull/19604 Signed-off-by: Joonas Niilola --- media-plugins/vdr-imonlcd/metadata.xml | 13 +++++++++- media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild | 29 ++++++++++++++-------- 2 files changed, 30 insertions(+), 12 deletions(-) (limited to 'media-plugins') diff --git a/media-plugins/vdr-imonlcd/metadata.xml b/media-plugins/vdr-imonlcd/metadata.xml index 6f49eba8f496..cd73dfdd5965 100644 --- a/media-plugins/vdr-imonlcd/metadata.xml +++ b/media-plugins/vdr-imonlcd/metadata.xml @@ -1,5 +1,16 @@ - + + martin.dummer@gmx.net + Martin Dummer + + + proxy-maint@gentoo.org + Proxy Maintainers + + + vdr@gentoo.org + Gentoo VDR Project + diff --git a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild b/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild index 9010c74f2f13..7f33b6998b59 100644 --- a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild +++ b/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild @@ -1,29 +1,33 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit vdr-plugin-2 linux-info udev +inherit linux-info udev vdr-plugin-2 VERSION="2086" # every bump, new version DESCRIPTION="VDR Plugin: shows information about the current state of VDR on iMON LCD" -HOMEPAGE="http://projects.vdr-developer.org/wiki/plg-imonlcd" -SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" +HOMEPAGE="https://projects.vdr-developer.org/projects/plg-imonlcd/wiki" +SRC_URI="https://projects.vdr-developer.org/attachments/download/${VERSION}/${P}.tgz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -RDEPEND="media-libs/freetype" +RDEPEND=" + media-libs/freetype + virtual/udev" DEPEND="${RDEPEND} - media-video/vdr" + media-video/vdr" +DOCS=( + HISTORY + README +) PATCHES=( "${FILESDIR}/${PN}-1.0.2-freetype_pkgconfig.patch" ) - CONFIG_CHECK="~IR_IMON" pkg_setup() { @@ -35,6 +39,9 @@ src_install() { rm -f README.git vdr-plugin-2_src_install - insinto $(get_udevdir)/rules.d - doins "${FILESDIR}"/99-imonlcd.rules + udev_dorules "${FILESDIR}"/99-imonlcd.rules +} + +pkg_postinst() { + udev_reload } -- cgit v1.2.3-65-gdbad