Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-fritzbox/
Date: Wed, 31 Jul 2019 13:56:02
Message-Id: 1564581016.75c206427536f7cff12143ea2a15d0817ad5dad3.asturm@gentoo
1 commit: 75c206427536f7cff12143ea2a15d0817ad5dad3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 31 13:22:07 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 31 13:50:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c20642
7
8 media-plugins/vdr-fritzbox: Drop 1.5.3 (r0)
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild | 32 ----------------------
14 1 file changed, 32 deletions(-)
15
16 diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
17 deleted file mode 100644
18 index 1916317801c..00000000000
19 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
20 +++ /dev/null
21 @@ -1,32 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit vdr-plugin-2
28 -
29 -DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook"
30 -HOMEPAGE="https://github.com/jowi24/vdr-fritz"
31 -SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/1.5.3/${P}.tgz"
32 -
33 -SLOT="0"
34 -LICENSE="GPL-2"
35 -KEYWORDS="amd64 x86"
36 -IUSE=""
37 -
38 -DEPEND=">=media-video/vdr-1.7.34
39 - dev-libs/libgcrypt:0
40 - dev-libs/boost[threads]"
41 -RDEPEND="${DEPEND}"
42 -
43 -pkg_postinst() {
44 - echo
45 - elog "It is recommend to update your firmware release to the latest."
46 - echo
47 - elog "The integrated call monitor (available in Fritz!Box official"
48 - elog "firmware releases >= *.04.29) has to be enabled in order to"
49 - elog "have the vdr-fritzbox plugin display anything on your tv. To"
50 - elog "enable it call #96*5* from your telephone. If that doesn't"
51 - elog "work for you, read the documentation for further instructions."
52 - echo
53 -}