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: Mon, 29 Aug 2022 18:40:00
Message-Id: 1661798349.da1ec30617792ac301ae0da390a8d464de0c3c82.asturm@gentoo
1 commit: da1ec30617792ac301ae0da390a8d464de0c3c82
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 21:47:29 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 29 18:39:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1ec306
7
8 media-plugins/vdr-fritzbox: drop 1.5.3-r2, EAPI-6--
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild | 34 ----------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild
16 deleted file mode 100644
17 index 566439ba3e3a..000000000000
18 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r2.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit vdr-plugin-2
27 -
28 -DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook"
29 -HOMEPAGE="https://github.com/jowi24/vdr-fritz"
30 -SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/${PV}/${P}.tgz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE=""
36 -
37 -DEPEND="
38 - dev-libs/libgcrypt:=
39 - dev-libs/boost:=[threads(+)]
40 - >=media-video/vdr-1.7.34
41 -"
42 -RDEPEND="${DEPEND}"
43 -
44 -PATCHES=( "${FILESDIR}/${P}-boost-1.67.patch" )
45 -
46 -pkg_postinst() {
47 - elog "It is recommend to update your firmware release to the latest."
48 - elog
49 - elog "The integrated call monitor (available in Fritz!Box official"
50 - elog "firmware releases >= *.04.29) has to be enabled in order to"
51 - elog "have the vdr-fritzbox plugin display anything on your tv. To"
52 - elog "enable it call #96*5* from your telephone. If that doesn't"
53 - elog "work for you, read the documentation for further instructions."
54 -}