summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2014-05-10 15:12:31 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2014-05-10 15:12:31 +0000
commit8507218519a6ba800f8215c56a620e3cccda88b9 (patch)
tree19c890f500662497bd0215305c76c1743b822b04 /media-plugins/vdr-fritzbox
parentRemove old (diff)
downloadgentoo-2-8507218519a6ba800f8215c56a620e3cccda88b9.tar.gz
gentoo-2-8507218519a6ba800f8215c56a620e3cccda88b9.tar.bz2
gentoo-2-8507218519a6ba800f8215c56a620e3cccda88b9.zip
bump
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-plugins/vdr-fritzbox')
-rw-r--r--media-plugins/vdr-fritzbox/ChangeLog8
-rw-r--r--media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild33
2 files changed, 40 insertions, 1 deletions
diff --git a/media-plugins/vdr-fritzbox/ChangeLog b/media-plugins/vdr-fritzbox/ChangeLog
index 44d7e8315c2d..2aa213551b11 100644
--- a/media-plugins/vdr-fritzbox/ChangeLog
+++ b/media-plugins/vdr-fritzbox/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/vdr-fritzbox
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v 1.28 2014/03/01 22:14:39 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v 1.29 2014/05/10 15:12:31 hd_brummy Exp $
+
+*vdr-fritzbox-1.5.3 (10 May 2014)
+
+ 10 May 2014; Joerg Bornkessel <hd_brummy@gentoo.org>
+ +vdr-fritzbox-1.5.3.ebuild:
+ bump
01 Mar 2014; Michał Górny <mgorny@gentoo.org> vdr-fritzbox-1.5.2-r1.ebuild,
vdr-fritzbox-1.5.2.ebuild:
diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
new file mode 100644
index 000000000000..93529451ce9d
--- /dev/null
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3.ebuild,v 1.1 2014/05/10 15:12:31 hd_brummy Exp $
+
+EAPI=5
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook from vdr menu."
+HOMEPAGE="http://www.joachim-wilke.de/show.htm?alias=vdr-fritz"
+SRC_URI="http://joachim-wilke.de/vdr-fritz/${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"
+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
+}