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 29EF7138334 for ; Sun, 15 Dec 2019 19:01:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6091CE082F; Sun, 15 Dec 2019 19:01:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 46159E0831 for ; Sun, 15 Dec 2019 19:01:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F190534D8B4 for ; Sun, 15 Dec 2019 19:01:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76A4230C for ; Sun, 15 Dec 2019 19:01:25 +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: <1576436463.89c371e538a35ffdf3d00bf36cdffe11148e183c.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-calc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.ebuild X-VCS-Directories: media-plugins/vdr-calc/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: 89c371e538a35ffdf3d00bf36cdffe11148e183c X-VCS-Branch: master Date: Sun, 15 Dec 2019 19:01:25 +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: 048ea32d-1e9a-4831-aa85-d247e081e356 X-Archives-Hash: 7bc0def6c25e27aaca6c2f0d4d253087 commit: 89c371e538a35ffdf3d00bf36cdffe11148e183c Author: Joerg Bornkessel gentoo org> AuthorDate: Sun Dec 15 18:30:02 2019 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sun Dec 15 19:01:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c371e5 media-plugins/vdr-calc: HOMEPAGE, SRC_URI fixed Bug: https://bugs.gentoo.org/638458 Package-Manager: Portage-2.3.81, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.ebuild b/media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.ebuild index 36e6dc34c38..4b8c51e500a 100644 --- a/media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.ebuild +++ b/media-plugins/vdr-calc/vdr-calc-0.0.1_rc5.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: OSD Calculator" -HOMEPAGE="http://www.vdrcalc.bmschneider.de/index2.html" -SRC_URI="http://www.vdrcalc.bmschneider.de/dateien/${PN}-0[1].0.1-rc5.tgz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://vdr.websitec.de/download/${PN}/${PN}-0[1].0.1-rc5.tgz" KEYWORDS="~amd64 x86" SLOT="0"