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 37157138336 for ; Sun, 15 Dec 2019 20:25:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A6F8E0875; Sun, 15 Dec 2019 20:25:13 +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 4E589E0875 for ; Sun, 15 Dec 2019 20:25:13 +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 6696134D8C3 for ; Sun, 15 Dec 2019 20:25:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20F7A905 for ; Sun, 15 Dec 2019 20:25:11 +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: <1576441496.ede29b9ccada1c5222ed88582bcde963d2c0b3e5.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-r1.ebuild X-VCS-Directories: media-plugins/vdr-fritzbox/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: ede29b9ccada1c5222ed88582bcde963d2c0b3e5 X-VCS-Branch: master Date: Sun, 15 Dec 2019 20:25:11 +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: 2d4306e0-79c9-4009-b1d7-9baeaeebc6ec X-Archives-Hash: 3b75fa50665949076f529c16218573c8 commit: ede29b9ccada1c5222ed88582bcde963d2c0b3e5 Author: Joerg Bornkessel gentoo org> AuthorDate: Sun Dec 15 20:18:26 2019 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Sun Dec 15 20:24:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede29b9c media-plugins/vdr-fritzbox: QA StaticSrcUri fixed Package-Manager: Portage-2.3.81, Repoman-2.3.18 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild index 9722986e6a3..792c195f12f 100644 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild +++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild @@ -7,7 +7,7 @@ inherit vdr-plugin-2 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" +SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/${PV}/${P}.tgz" LICENSE="GPL-2" SLOT="0"