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-streamdev: vdr-streamdev-0.3.4.ebuild ChangeLog
Date: Sat, 21 Jun 2008 19:48:07
Message-Id: E1KA945-0002Vy-Gg@stork.gentoo.org
1 hd_brummy 08/06/21 19:48:01
2
3 Modified: vdr-streamdev-0.3.4.ebuild ChangeLog
4 Log:
5 fixed pkg_postinst; thanks to M.Happe
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?r1=1.1&r2=1.2
14
15 Index: vdr-streamdev-0.3.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- vdr-streamdev-0.3.4.ebuild 18 Jun 2008 16:36:36 -0000 1.1
22 +++ vdr-streamdev-0.3.4.ebuild 21 Jun 2008 19:48:00 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v 1.1 2008/06/18 16:36:36 zzam Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v 1.2 2008/06/21 19:48:00 hd_brummy Exp $
28
29 inherit vdr-plugin eutils
30
31 @@ -48,7 +48,15 @@
32 }
33
34 pkg_postinst() {
35 - vdr-plugin_pkg_postinst
36 + echo
37 + elog "To activate the client part for this vdr-plugin execute the following command:"
38 + elog "\teselect vdr-plugin enable ${PN#vdr-}-client"
39 + elog
40 + echo
41 + elog "To activate the server part for this vdr-plugin execute the following command:"
42 + elog "\teselect vdr-plugin enable ${PN#vdr-}-server"
43 + elog
44 + echo
45 elog "If you want to use the externremux-feature, then put"
46 elog "your custom script as ${EXTERNREMUX_PATH}."
47
48
49
50
51 1.4 media-plugins/vdr-streamdev/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.4&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.4&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?r1=1.3&r2=1.4
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v
60 retrieving revision 1.3
61 retrieving revision 1.4
62 diff -u -r1.3 -r1.4
63 --- ChangeLog 18 Jun 2008 16:36:36 -0000 1.3
64 +++ ChangeLog 21 Jun 2008 19:48:00 -0000 1.4
65 @@ -1,6 +1,10 @@
66 # ChangeLog for media-plugins/vdr-streamdev
67 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.3 2008/06/18 16:36:36 zzam Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.4 2008/06/21 19:48:00 hd_brummy Exp $
70 +
71 + 21 Jun 2008; Joerg Bornkessel <hd_brummy@g.o>
72 + vdr-streamdev-0.3.4.ebuild:
73 + fixed pkg_postinst; thanks to M.Happe
74
75 18 Jun 2008; Matthias Schwarzott <zzam@g.o>
76 +files/vdr-streamdev-0.3.4-gentoo.diff, +metadata.xml,
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list