summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-03-30 12:58:16 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-03-30 12:58:16 +0000
commitbd56de1ef6d7225f62004bfbb0fe01ae8343c353 (patch)
tree2c57bdd5fe3fc23f113693696b0e23c2ddaea3aa /media-plugins/vdr-fritzbox
parentamd64 stable wrt bug #215371 (diff)
downloadgentoo-2-bd56de1ef6d7225f62004bfbb0fe01ae8343c353.tar.gz
gentoo-2-bd56de1ef6d7225f62004bfbb0fe01ae8343c353.tar.bz2
gentoo-2-bd56de1ef6d7225f62004bfbb0fe01ae8343c353.zip
Version bumped.
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-plugins/vdr-fritzbox')
-rw-r--r--media-plugins/vdr-fritzbox/ChangeLog8
-rw-r--r--media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.13.ebuild26
2 files changed, 33 insertions, 1 deletions
diff --git a/media-plugins/vdr-fritzbox/ChangeLog b/media-plugins/vdr-fritzbox/ChangeLog
index ca41be26186b..35ad736ce3fb 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-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v 1.4 2008/02/03 16:01:48 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v 1.5 2008/03/30 12:58:16 zzam Exp $
+
+*vdr-fritzbox-0.0.13 (30 Mar 2008)
+
+ 30 Mar 2008; Matthias Schwarzott <zzam@gentoo.org>
+ +vdr-fritzbox-0.0.13.ebuild:
+ Version bumped.
*vdr-fritzbox-0.0.11 (03 Feb 2008)
diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.13.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.13.ebuild
new file mode 100644
index 000000000000..494920f53813
--- /dev/null
+++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.13.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.13.ebuild,v 1.1 2008/03/30 12:58:16 zzam Exp $
+
+inherit vdr-plugin
+
+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.4.6"
+
+pkg_postinst() {
+ echo
+ elog "The integrated call monitor (available in Fritz!Box official"
+ elog "firmware releases >= 29.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
+}