From: Joerg Bornkessel Date: Sun, 15 Dec 2019 19:33:34 +0000 (+0100) Subject: media-plugins/vdr-recstatus: fixed HOMEPAGE, SRC_URI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8a953d8f488050691567b72d557e7e828b959d7a;p=gentoo.git media-plugins/vdr-recstatus: fixed HOMEPAGE, SRC_URI Bug: https://bugs.gentoo.org/638458 Note: plugin is dead on upstream, there is a replacement vdr-devstatus Package-Manager: Portage-2.3.81, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel --- diff --git a/media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild b/media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild index 541445f07ae8..fab40310d727 100644 --- a/media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild +++ b/media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit vdr-plugin-2 DESCRIPTION="VDR plugin: displays the recording status of the available devices" -HOMEPAGE="http://www.constabel.net/projects/recstatus/wiki" -SRC_URI="https://www.constabel.net/files/vdr/${P}.tgz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz" SLOT="0" LICENSE="GPL-2"