diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 20:33:34 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 21:01:03 +0100 |
commit | 8a953d8f488050691567b72d557e7e828b959d7a (patch) | |
tree | 1a8e25fba8aa49e9c9bf68438e89b7a5803b2a59 /media-plugins/vdr-recstatus | |
parent | media-plugins/vdr-proxy: fixed HOMEPAGE, SRC_URI (diff) | |
download | gentoo-8a953d8f488050691567b72d557e7e828b959d7a.tar.gz gentoo-8a953d8f488050691567b72d557e7e828b959d7a.tar.bz2 gentoo-8a953d8f488050691567b72d557e7e828b959d7a.zip |
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 <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-recstatus')
-rw-r--r-- | media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |