From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60C32138334 for ; Sun, 15 Dec 2019 20:01:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA82FE0875; Sun, 15 Dec 2019 20:01:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E16BE0875 for ; Sun, 15 Dec 2019 20:01:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 451A934D8AB for ; Sun, 15 Dec 2019 20:01:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A74CE906 for ; Sun, 15 Dec 2019 20:01:31 +0000 (UTC) From: "Joerg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joerg Bornkessel" Message-ID: <1576440063.8a953d8f488050691567b72d557e7e828b959d7a.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-recstatus/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild X-VCS-Directories: media-plugins/vdr-recstatus/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: 8a953d8f488050691567b72d557e7e828b959d7a X-VCS-Branch: master Date: Sun, 15 Dec 2019 20:01:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 887f7410-57e7-458e-8616-92a740c0e41b X-Archives-Hash: 4104c84ff92230b6aa2cc51a4effca81 commit: 8a953d8f488050691567b72d557e7e828b959d7a Author: Joerg Bornkessel gentoo org> AuthorDate: Sun Dec 15 19:33:34 2019 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sun Dec 15 20:01:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a953d8f 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 gentoo.org> media-plugins/vdr-recstatus/vdr-recstatus-0.0.8.ebuild | 6 +++--- 1 file 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 541445f07ae..fab40310d72 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"