diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2011-01-03 05:03:15 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2011-01-03 05:03:15 +0000 |
commit | e1605f17e626d70149d787f1099a9b9aac0ca5aa (patch) | |
tree | 63edeecd77e0c6646d35e953e67bec27472ce236 /media-plugins/vdr-fritzbox | |
parent | Old. (diff) | |
download | gentoo-2-e1605f17e626d70149d787f1099a9b9aac0ca5aa.tar.gz gentoo-2-e1605f17e626d70149d787f1099a9b9aac0ca5aa.tar.bz2 gentoo-2-e1605f17e626d70149d787f1099a9b9aac0ca5aa.zip |
version bump
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'media-plugins/vdr-fritzbox')
-rw-r--r-- | media-plugins/vdr-fritzbox/ChangeLog | 10 | ||||
-rw-r--r-- | media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.6.ebuild | 33 |
2 files changed, 41 insertions, 2 deletions
diff --git a/media-plugins/vdr-fritzbox/ChangeLog b/media-plugins/vdr-fritzbox/ChangeLog index 7fa30e788cbf..4b1a8345b3fc 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v 1.12 2010/12/31 09:18:18 hd_brummy Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v 1.13 2011/01/03 05:03:15 hd_brummy Exp $ + +*vdr-fritzbox-1.3.6 (03 Jan 2011) + + 03 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org> + +vdr-fritzbox-1.3.6.ebuild: + version bump *vdr-fritzbox-1.3.5 (31 Dec 2010) diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.6.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.6.ebuild new file mode 100644 index 000000000000..da1270afa24d --- /dev/null +++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.6.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2011 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.3.6.ebuild,v 1.1 2011/01/03 05:03:15 hd_brummy Exp $ + +EAPI="2" + +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 + dev-libs/libgcrypt + dev-cpp/commoncpp2" +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 >= 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 +} |