diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2011-03-26 12:57:36 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2011-03-26 12:57:36 +0000 |
commit | 2b26a2ab5f0828def40caa7a5ee314be25784c50 (patch) | |
tree | 0b4acaf6f35e2a6a0f94cf2aaa3743bf2555b49e /media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.9.ebuild | |
parent | Initial version (diff) | |
download | gentoo-2-2b26a2ab5f0828def40caa7a5ee314be25784c50.tar.gz gentoo-2-2b26a2ab5f0828def40caa7a5ee314be25784c50.tar.bz2 gentoo-2-2b26a2ab5f0828def40caa7a5ee314be25784c50.zip |
version bump
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.9.ebuild')
-rw-r--r-- | media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.9.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.9.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.9.ebuild new file mode 100644 index 000000000000..39f74a95950c --- /dev/null +++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.9.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.9.ebuild,v 1.1 2011/03/26 12:57:36 hd_brummy Exp $ + +EAPI="3" + +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 >= *.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 +} |