hd_brummy 15/02/06 16:30:04 Modified: ChangeLog gentoo-vdr-scripts-2.6.ebuild Log: typo; using elog instead of einfo now (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Revision Changes Path 1.135 media-tv/gentoo-vdr-scripts/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.135&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.135&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?r1=1.134&r2=1.135 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v retrieving revision 1.134 retrieving revision 1.135 diff -u -r1.134 -r1.135 --- ChangeLog 6 Feb 2015 11:56:23 -0000 1.134 +++ ChangeLog 6 Feb 2015 16:30:04 -0000 1.135 @@ -1,6 +1,10 @@ # ChangeLog for media-tv/gentoo-vdr-scripts # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.134 2015/02/06 11:56:23 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.135 2015/02/06 16:30:04 hd_brummy Exp $ + + 06 Feb 2015; Joerg Bornkessel <[email protected]> + gentoo-vdr-scripts-2.6.ebuild: + typo; using elog instead of einfo now *gentoo-vdr-scripts-2.6 (06 Feb 2015) 1.2 media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.6.ebuild 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 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 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 Index: gentoo-vdr-scripts-2.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gentoo-vdr-scripts-2.6.ebuild 6 Feb 2015 11:56:23 -0000 1.1 +++ gentoo-vdr-scripts-2.6.ebuild 6 Feb 2015 16:30:04 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ EAPI=5 @@ -78,27 +78,29 @@ pkg_postinst() { if [[ $previous_less_than_0_5_4 = 0 ]] ; then - einfo "\nVDR use now default the --cachedir parameter to store the epg.file" - einfo "Please do not override this with the EPGFILE variable\n" + elog "\nVDR use now default the --cachedir parameter to store the epg.file" + elog "Please do not override this with the EPGFILE variable\n" - einfo "svdrp port 2001 support removed\n" + elog "svdrp port 2001 support removed\n" - einfo "--rcu support removed, use media-plugin/vdr-rcu\n" + elog "--rcu support removed, use media-plugin/vdr-rcu\n" fi if [[ $previous_less_than_2_6 = 0 ]]; then - einfo "${CATEGORY}/${PN} supports now a init script" - einfo "to start a X server" - einfo "Please refert for detailed info to" - einfo "${CATGORY}/${PN} README.x11-setup\n" + elog "${CATEGORY}/${PN} supports now a init script" + elog "to start a X server" + elog "Please refer for detailed info to" + elog "${CATGORY}/${PN} README.x11-setup\n" fi - einfo "nvram wakeup is optional." - einfo "To make use of it emerge sys-power/nvram-wakeup.\n" - - einfo "Plugins which should be used are now set via its" - einfo "own config-file called /etc/conf.d/vdr.plugins" - einfo "or enabled via the frontend eselect vdr-plugin.\n" + if use nvram; then + elog "nvram wakeup is optional." + elog "To make use of it emerge sys-power/nvram-wakeup.\n" + fi + + elog "Plugins which should be used are now set via its" + elog "own config-file called /etc/conf.d/vdr.plugins" + elog "or enabled via the frontend eselect vdr-plugin.\n" if [[ -f "${ROOT}"/etc/conf.d/vdr.dvdswitch ]] && grep -q ^DVDSWITCH_BURNSPEED= "${ROOT}"/etc/conf.d/vdr.dvdswitch @@ -108,9 +110,9 @@ ewarn "VDR_DVDBURNSPEED in /etc/conf.d/vdr.cd-dvd" fi - einfo "systemd is supported by ${CATEGORY}/${PN}" - einfo "Please read for detailed info on this" - einfo "${CATEGORY}/${PN} README.systemd" + elog "systemd is supported by ${CATEGORY}/${PN}" + elog "Please read for detailed info on this" + elog "${CATEGORY}/${PN} README.systemd" } pkg_config() {
