summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-31 15:22:07 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-31 15:50:16 +0200
commit75c206427536f7cff12143ea2a15d0817ad5dad3 (patch)
tree6cdbb3a24815a126c130e7d3b09126d2c9a94c29 /media-plugins
parentapp-editors/xvile: ia64 stable wrt bug #690978 (diff)
downloadgentoo-75c206427536f7cff12143ea2a15d0817ad5dad3.tar.gz
gentoo-75c206427536f7cff12143ea2a15d0817ad5dad3.tar.bz2
gentoo-75c206427536f7cff12143ea2a15d0817ad5dad3.zip
media-plugins/vdr-fritzbox: Drop 1.5.3 (r0)
Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild32
1 files changed, 0 insertions, 32 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
deleted file mode 100644
index 1916317801ce..000000000000
--- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.7.34
- dev-libs/libgcrypt:0
- dev-libs/boost[threads]"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- echo
- elog "It is recommend to update your firmware release to the latest."
- echo
- elog "The integrated call monitor (available in Fritz!Box official"
- elog "firmware releases >= *.04.29) has to be enabled in order to"
- elog "have the vdr-fritzbox plugin display anything on your tv. To"
- elog "enable it call #96*5* from your telephone. If that doesn't"
- elog "work for you, read the documentation for further instructions."
- echo
-}