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 D1C13138353 for ; Wed, 12 Feb 2020 21:02:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDF12E0841; Wed, 12 Feb 2020 21:02:29 +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 D183AE0841 for ; Wed, 12 Feb 2020 21:02:29 +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 9D22934EC61 for ; Wed, 12 Feb 2020 21:02:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 451D112F for ; Wed, 12 Feb 2020 21:02:26 +0000 (UTC) From: "Jörg 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, "Jörg Bornkessel" Message-ID: <1581541328.37eebb36fcb41eb002cd10daf6ce371aefe51b0a.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-clock/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild X-VCS-Directories: media-plugins/vdr-clock/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: 37eebb36fcb41eb002cd10daf6ce371aefe51b0a X-VCS-Branch: master Date: Wed, 12 Feb 2020 21:02:26 +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: 652117df-f4ec-4302-a3dd-d2b5553a23d2 X-Archives-Hash: b4b7e24bec2870a8016573bebe3198bd commit: 37eebb36fcb41eb002cd10daf6ce371aefe51b0a Author: Joerg Bornkessel gentoo org> AuthorDate: Wed Feb 12 20:40:31 2020 +0000 Commit: Jörg Bornkessel gentoo org> CommitDate: Wed Feb 12 21:02:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37eebb36 media-plugins/vdr-clock: fxed dead homepage Bug: https://bugs.gentoo.org/638458 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild b/media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild index 8d4b8f4c9d5..03ee96d98eb 100644 --- a/media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild +++ b/media-plugins/vdr-clock/vdr-clock-1.0.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit vdr-plugin-2 DESCRIPTION="VDR Plugin: Tea clock, clock" -HOMEPAGE="http://vdr.aistleitner.info https://github.com/madmartin/vdr-clock" +HOMEPAGE="https://github.com/madmartin/vdr-clock" SRC_URI="https://github.com/madmartin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0"