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-tv/gentoo-vdr-scripts: ChangeLog gentoo-vdr-scripts-2.6.ebuild
Date: Fri, 06 Feb 2015 16:30:07
Message-Id: 20150206163004.42F6211309@oystercatcher.gentoo.org
1 hd_brummy 15/02/06 16:30:04
2
3 Modified: ChangeLog gentoo-vdr-scripts-2.6.ebuild
4 Log:
5 typo; using elog instead of einfo now
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
8
9 Revision Changes Path
10 1.135 media-tv/gentoo-vdr-scripts/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.135&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.135&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?r1=1.134&r2=1.135
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v
19 retrieving revision 1.134
20 retrieving revision 1.135
21 diff -u -r1.134 -r1.135
22 --- ChangeLog 6 Feb 2015 11:56:23 -0000 1.134
23 +++ ChangeLog 6 Feb 2015 16:30:04 -0000 1.135
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-tv/gentoo-vdr-scripts
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.134 2015/02/06 11:56:23 hd_brummy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.135 2015/02/06 16:30:04 hd_brummy Exp $
29 +
30 + 06 Feb 2015; Joerg Bornkessel <hd_brummy@g.o>
31 + gentoo-vdr-scripts-2.6.ebuild:
32 + typo; using elog instead of einfo now
33
34 *gentoo-vdr-scripts-2.6 (06 Feb 2015)
35
36
37
38
39 1.2 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.6.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.6.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.6.ebuild?r1=1.1&r2=1.2
44
45 Index: gentoo-vdr-scripts-2.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.6.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gentoo-vdr-scripts-2.6.ebuild 6 Feb 2015 11:56:23 -0000 1.1
52 +++ gentoo-vdr-scripts-2.6.ebuild 6 Feb 2015 16:30:04 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.6.ebuild,v 1.1 2015/02/06 11:56:23 hd_brummy Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.6.ebuild,v 1.2 2015/02/06 16:30:04 hd_brummy Exp $
58
59 EAPI=5
60
61 @@ -78,27 +78,29 @@
62
63 pkg_postinst() {
64 if [[ $previous_less_than_0_5_4 = 0 ]] ; then
65 - einfo "\nVDR use now default the --cachedir parameter to store the epg.file"
66 - einfo "Please do not override this with the EPGFILE variable\n"
67 + elog "\nVDR use now default the --cachedir parameter to store the epg.file"
68 + elog "Please do not override this with the EPGFILE variable\n"
69
70 - einfo "svdrp port 2001 support removed\n"
71 + elog "svdrp port 2001 support removed\n"
72
73 - einfo "--rcu support removed, use media-plugin/vdr-rcu\n"
74 + elog "--rcu support removed, use media-plugin/vdr-rcu\n"
75 fi
76
77 if [[ $previous_less_than_2_6 = 0 ]]; then
78 - einfo "${CATEGORY}/${PN} supports now a init script"
79 - einfo "to start a X server"
80 - einfo "Please refert for detailed info to"
81 - einfo "${CATGORY}/${PN} README.x11-setup\n"
82 + elog "${CATEGORY}/${PN} supports now a init script"
83 + elog "to start a X server"
84 + elog "Please refer for detailed info to"
85 + elog "${CATGORY}/${PN} README.x11-setup\n"
86 fi
87
88 - einfo "nvram wakeup is optional."
89 - einfo "To make use of it emerge sys-power/nvram-wakeup.\n"
90 -
91 - einfo "Plugins which should be used are now set via its"
92 - einfo "own config-file called /etc/conf.d/vdr.plugins"
93 - einfo "or enabled via the frontend eselect vdr-plugin.\n"
94 + if use nvram; then
95 + elog "nvram wakeup is optional."
96 + elog "To make use of it emerge sys-power/nvram-wakeup.\n"
97 + fi
98 +
99 + elog "Plugins which should be used are now set via its"
100 + elog "own config-file called /etc/conf.d/vdr.plugins"
101 + elog "or enabled via the frontend eselect vdr-plugin.\n"
102
103 if [[ -f "${ROOT}"/etc/conf.d/vdr.dvdswitch ]] &&
104 grep -q ^DVDSWITCH_BURNSPEED= "${ROOT}"/etc/conf.d/vdr.dvdswitch
105 @@ -108,9 +110,9 @@
106 ewarn "VDR_DVDBURNSPEED in /etc/conf.d/vdr.cd-dvd"
107 fi
108
109 - einfo "systemd is supported by ${CATEGORY}/${PN}"
110 - einfo "Please read for detailed info on this"
111 - einfo "${CATEGORY}/${PN} README.systemd"
112 + elog "systemd is supported by ${CATEGORY}/${PN}"
113 + elog "Please read for detailed info on this"
114 + elog "${CATEGORY}/${PN} README.systemd"
115 }
116
117 pkg_config() {