Gentoo Archives: gentoo-commits

From: Joerg Bornkessel <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
Date: Thu, 05 May 2016 12:00:15
Message-Id: 1462449586.b802509c3146551f1b55fc176a43d0ca1f044ffc.hd_brummy@gentoo
1 commit: b802509c3146551f1b55fc176a43d0ca1f044ffc
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 11:59:46 2016 +0000
4 Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 11:59:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b802509c
7
8 fixed Homepage, download url, description size; thx to J.Stein, wrt bug #575576
9
10 Package-Manager: portage-2.2.28
11
12 media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
16 index 17c9a55..8119d68 100644
17 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
18 +++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
19 @@ -6,9 +6,9 @@ EAPI=5
20
21 inherit vdr-plugin-2
22
23 -DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook from vdr menu"
24 -HOMEPAGE="http://www.joachim-wilke.de/show.htm?alias=vdr-fritz"
25 -SRC_URI="http://joachim-wilke.de/vdr-fritz/${P}.tgz"
26 +DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook"
27 +HOMEPAGE="https://github.com/jowi24/vdr-fritz"
28 +SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/1.5.3/${P}.tgz"
29
30 SLOT="0"
31 LICENSE="GPL-2"