From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1F715138222 for ; Thu, 5 May 2016 12:00:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 002AC21C130; Thu, 5 May 2016 12:00:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FD0B21C130 for ; Thu, 5 May 2016 12:00:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F3B6634027D for ; Thu, 5 May 2016 12:00:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD3AD33E for ; Thu, 5 May 2016 12:00:04 +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: <1462449586.b802509c3146551f1b55fc176a43d0ca1f044ffc.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild X-VCS-Directories: media-plugins/vdr-fritzbox/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: b802509c3146551f1b55fc176a43d0ca1f044ffc X-VCS-Branch: master Date: Thu, 5 May 2016 12:00:04 +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-Archives-Salt: e6a19c66-78d6-48d9-a04c-cf3164e6ea91 X-Archives-Hash: cffaaa917698c1a53f945f98b9680fcf commit: b802509c3146551f1b55fc176a43d0ca1f044ffc Author: Joerg Bornkessel gentoo org> AuthorDate: Thu May 5 11:59:46 2016 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Thu May 5 11:59:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b802509c fixed Homepage, download url, description size; thx to J.Stein, wrt bug #575576 Package-Manager: portage-2.2.28 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild index 17c9a55..8119d68 100644 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild +++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild @@ -6,9 +6,9 @@ EAPI=5 inherit vdr-plugin-2 -DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook from vdr menu" -HOMEPAGE="http://www.joachim-wilke.de/show.htm?alias=vdr-fritz" -SRC_URI="http://joachim-wilke.de/vdr-fritz/${P}.tgz" +DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook" +HOMEPAGE="https://github.com/jowi24/vdr-fritz" +SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/1.5.3/${P}.tgz" SLOT="0" LICENSE="GPL-2"