Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-fritzbox: ChangeLog vdr-fritzbox-1.3.6.ebuild
Date: Mon, 03 Jan 2011 05:03:27
Message-Id: 20110103050315.5BD2E20057@flycatcher.gentoo.org
1 hd_brummy 11/01/03 05:03:15
2
3 Modified: ChangeLog
4 Added: vdr-fritzbox-1.3.6.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.1.9.24/cvs/Linux i686)
9
10 Revision Changes Path
11 1.13 media-plugins/vdr-fritzbox/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 31 Dec 2010 09:18:18 -0000 1.12
24 +++ ChangeLog 3 Jan 2011 05:03:15 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-plugins/vdr-fritzbox
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v 1.12 2010/12/31 09:18:18 hd_brummy Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v 1.13 2011/01/03 05:03:15 hd_brummy Exp $
31 +
32 +*vdr-fritzbox-1.3.6 (03 Jan 2011)
33 +
34 + 03 Jan 2011; Joerg Bornkessel <hd_brummy@g.o>
35 + +vdr-fritzbox-1.3.6.ebuild:
36 + version bump
37
38 *vdr-fritzbox-1.3.5 (31 Dec 2010)
39
40
41
42
43 1.1 media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.6.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-fritzbox/vdr-fritzbox-1.3.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: vdr-fritzbox-1.3.6.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $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 $
53
54 EAPI="2"
55
56 inherit vdr-plugin
57
58 DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook from vdr menu."
59 HOMEPAGE="http://www.joachim-wilke.de/show.htm?alias=vdr-fritz"
60 SRC_URI="http://joachim-wilke.de/vdr-fritz/${P}.tgz"
61
62 SLOT="0"
63 LICENSE="GPL-2"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 DEPEND=">=media-video/vdr-1.4.6
68 dev-libs/libgcrypt
69 dev-cpp/commoncpp2"
70 RDEPEND="${DEPEND}"
71
72 pkg_postinst() {
73 echo
74 elog "It is recommend to update your firmware release to the latest."
75 echo
76 elog "The integrated call monitor (available in Fritz!Box official"
77 elog "firmware releases >= 29.04.29) has to be enabled in order to"
78 elog "have the vdr-fritzbox plugin display anything on your tv. To"
79 elog "enable it call #96*5* from your telephone. If that doesn't"
80 elog "work for you, read the documentation for further instructions."
81 echo
82 }