Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-fritzbox: ChangeLog vdr-fritzbox-0.0.13.ebuild
Date: Sun, 30 Mar 2008 12:58:20
Message-Id: E1Jfx73-0004M9-Aa@stork.gentoo.org
1 zzam 08/03/30 12:58:17
2
3 Modified: ChangeLog
4 Added: vdr-fritzbox-0.0.13.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.5 media-plugins/vdr-fritzbox/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 3 Feb 2008 16:01:48 -0000 1.4
23 +++ ChangeLog 30 Mar 2008 12:58:16 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for media-plugins/vdr-fritzbox
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v 1.4 2008/02/03 16:01:48 hd_brummy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-fritzbox/ChangeLog,v 1.5 2008/03/30 12:58:16 zzam Exp $
29 +
30 +*vdr-fritzbox-0.0.13 (30 Mar 2008)
31 +
32 + 30 Mar 2008; Matthias Schwarzott <zzam@g.o>
33 + +vdr-fritzbox-0.0.13.ebuild:
34 + Version bumped.
35
36 *vdr-fritzbox-0.0.11 (03 Feb 2008)
37
38
39
40
41 1.1 media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.13.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.13.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-fritzbox/vdr-fritzbox-0.0.13.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vdr-fritzbox-0.0.13.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 inherit vdr-plugin
53
54 DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook from vdr menu."
55 HOMEPAGE="http://www.joachim-wilke.de/show.htm?alias=vdr-fritz"
56 SRC_URI="http://joachim-wilke.de/vdr-fritz/${P}.tgz"
57
58 SLOT="0"
59 LICENSE="GPL-2"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 DEPEND=">=media-video/vdr-1.4.6"
64
65 pkg_postinst() {
66 echo
67 elog "The integrated call monitor (available in Fritz!Box official"
68 elog "firmware releases >= 29.04.29) has to be enabled in order to"
69 elog "have the vdr-fritzbox plugin display anything on your tv. To"
70 elog "enable it call #96*5* from your telephone. If that doesn't"
71 elog "work for you, read the documentation for further instructions."
72 echo
73 }
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list