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-streamdev: vdr-streamdev-0.3.4.ebuild ChangeLog
Date: Wed, 25 Jun 2008 21:38:40
Message-Id: E1KBchG-0003tF-RV@stork.gentoo.org
1 zzam 08/06/25 21:38:34
2
3 Modified: vdr-streamdev-0.3.4.ebuild ChangeLog
4 Log:
5 Revert last commit, as now eclass does display message appropriate for multiple installed plugins.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-tuxonice-r4 i686)
7
8 Revision Changes Path
9 1.3 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.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild?rev=1.3&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.2&r2=1.3
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.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- vdr-streamdev-0.3.4.ebuild 21 Jun 2008 19:48:00 -0000 1.2
22 +++ vdr-streamdev-0.3.4.ebuild 25 Jun 2008 21:38:34 -0000 1.3
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.2 2008/06/21 19:48:00 hd_brummy Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/vdr-streamdev-0.3.4.ebuild,v 1.3 2008/06/25 21:38:34 zzam Exp $
28
29 inherit vdr-plugin eutils
30
31 @@ -48,15 +48,7 @@
32 }
33
34 pkg_postinst() {
35 - echo
36 - elog "To activate the client part for this vdr-plugin execute the following command:"
37 - elog "\teselect vdr-plugin enable ${PN#vdr-}-client"
38 - elog
39 - echo
40 - elog "To activate the server part for this vdr-plugin execute the following command:"
41 - elog "\teselect vdr-plugin enable ${PN#vdr-}-server"
42 - elog
43 - echo
44 + vdr-plugin_pkg_postinst
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.5 media-plugins/vdr-streamdev/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.5&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?rev=1.5&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog?r1=1.4&r2=1.5
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v
60 retrieving revision 1.4
61 retrieving revision 1.5
62 diff -u -r1.4 -r1.5
63 --- ChangeLog 21 Jun 2008 19:48:00 -0000 1.4
64 +++ ChangeLog 25 Jun 2008 21:38:34 -0000 1.5
65 @@ -1,6 +1,11 @@
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.4 2008/06/21 19:48:00 hd_brummy Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev/ChangeLog,v 1.5 2008/06/25 21:38:34 zzam Exp $
70 +
71 + 25 Jun 2008; Matthias Schwarzott <zzam@g.o>
72 + vdr-streamdev-0.3.4.ebuild:
73 + Revert last commit, as now eclass does display message appropriate for
74 + multiple installed plugins.
75
76 21 Jun 2008; Joerg Bornkessel <hd_brummy@g.o>
77 vdr-streamdev-0.3.4.ebuild:
78
79
80
81 --
82 gentoo-commits@l.g.o mailing list