Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Tue, 1 May 2007 01:49:18 +0000 (01:49 +0000)
committerMarius Mauch <genone@gentoo.org>
Tue, 1 May 2007 01:49:18 +0000 (01:49 +0000)
Package-Manager: portage-2.1.2.5

media-video/tovid/ChangeLog
media-video/tovid/tovid-0.30-r1.ebuild
media-video/tovid/tovid-0.30.ebuild
media-video/usb-pwc-re/ChangeLog
media-video/usb-pwc-re/usb-pwc-re-10.0.12_rc1.ebuild
media-video/usb-pwc-re/usb-pwc-re-20061023.042702-r1.ebuild
media-video/video-entropyd/ChangeLog
media-video/video-entropyd/video-entropyd-0.7.ebuild

index ba01b2c97c84aa2ded0f8ffcf46873e240bd3bfe..0dddd5a3d57f18e687f9042a774e96caa2c79a1f 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/tovid
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/ChangeLog,v 1.8 2007/04/28 04:29:18 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/ChangeLog,v 1.9 2007/05/01 01:43:47 genone Exp $
+
+  01 May 2007; Marius Mauch <genone@gentoo.org> tovid-0.30.ebuild,
+  tovid-0.30-r1.ebuild:
+  Replacing einfo with elog
 
 *tovid-0.30-r1 (28 Apr 2007)
 
index ee37f30a15e5b2f09df0b23486bd354ea8aac02f..c70004e6c35cc257f6776b123531962e879e54a3 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.30-r1.ebuild,v 1.1 2007/04/28 04:29:18 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.30-r1.ebuild,v 1.2 2007/05/01 01:43:47 genone Exp $
 
 inherit eutils
 
@@ -56,21 +56,21 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo ""
-       einfo "List of suite components:"
-       einfo "   idvid:       Identifies video format, resolution, and length"
-       einfo "   makemenu:    Creates (S)VCD/DVD menus"
-       einfo "   makeslides:  Creates mpeg still slides for (S)VCD"
-       einfo "   makexml:     Creates XML specification for an (S)VCD or DVD navigation hierarchy"
-       einfo "   makedvd:     Creates the DVD structure and/or iso image"
-       einfo "   postproc:    Adjusts A/V sync and does shrinking of encoded video"
-       einfo "   tovid:       Converts video to (S)VCD or DVD mpeg format"
-       einfo "   tovidgui:    The tovid GUI"
-       einfo "   pytovid:     The new (experimental) python based tovid script"
-       einfo "   todisc:      Create a DVD with animated menus"
-       einfo "   todiscgui:   Experimental gui for todisc"
-       einfo ""
-       einfo "Please check out the tovid documentation on the web:"
-       einfo "   http://tovid.wikia.com/"
-       einfo ""
+       elog ""
+       elog "List of suite components:"
+       elog "   idvid:       Identifies video format, resolution, and length"
+       elog "   makemenu:    Creates (S)VCD/DVD menus"
+       elog "   makeslides:  Creates mpeg still slides for (S)VCD"
+       elog "   makexml:     Creates XML specification for an (S)VCD or DVD navigation hierarchy"
+       elog "   makedvd:     Creates the DVD structure and/or iso image"
+       elog "   postproc:    Adjusts A/V sync and does shrinking of encoded video"
+       elog "   tovid:       Converts video to (S)VCD or DVD mpeg format"
+       elog "   tovidgui:    The tovid GUI"
+       elog "   pytovid:     The new (experimental) python based tovid script"
+       elog "   todisc:      Create a DVD with animated menus"
+       elog "   todiscgui:   Experimental gui for todisc"
+       elog ""
+       elog "Please check out the tovid documentation on the web:"
+       elog "   http://tovid.wikia.com/"
+       elog ""
 }
index 6ba118c80b227821c9c6ab33eae038f1a3e98de8..7f2908f5d4923c3cedd2ba82e8661f99cc22699b 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.30.ebuild,v 1.2 2007/03/30 03:46:11 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/tovid/tovid-0.30.ebuild,v 1.3 2007/05/01 01:43:47 genone Exp $
 
 inherit eutils
 
@@ -55,21 +55,21 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo ""
-       einfo "List of suite components:"
-       einfo "   idvid:       Identifies video format, resolution, and length"
-       einfo "   makemenu:    Creates (S)VCD/DVD menus"
-       einfo "   makeslides:  Creates mpeg still slides for (S)VCD"
-       einfo "   makexml:     Creates XML specification for an (S)VCD or DVD navigation hierarchy"
-       einfo "   makedvd:     Creates the DVD structure and/or iso image"
-       einfo "   postproc:    Adjusts A/V sync and does shrinking of encoded video"
-       einfo "   tovid:       Converts video to (S)VCD or DVD mpeg format"
-       einfo "   tovidgui:    The tovid GUI"
-       einfo "   pytovid:     The new (experimental) python based tovid script"
-       einfo "   todisc:      Create a DVD with animated menus"
-       einfo "   todiscgui:   Experimental gui for todisc"
-       einfo ""
-       einfo "Please check out the tovid documentation on the web:"
-       einfo "   http://tovid.wikia.com/"
-       einfo ""
+       elog ""
+       elog "List of suite components:"
+       elog "   idvid:       Identifies video format, resolution, and length"
+       elog "   makemenu:    Creates (S)VCD/DVD menus"
+       elog "   makeslides:  Creates mpeg still slides for (S)VCD"
+       elog "   makexml:     Creates XML specification for an (S)VCD or DVD navigation hierarchy"
+       elog "   makedvd:     Creates the DVD structure and/or iso image"
+       elog "   postproc:    Adjusts A/V sync and does shrinking of encoded video"
+       elog "   tovid:       Converts video to (S)VCD or DVD mpeg format"
+       elog "   tovidgui:    The tovid GUI"
+       elog "   pytovid:     The new (experimental) python based tovid script"
+       elog "   todisc:      Create a DVD with animated menus"
+       elog "   todiscgui:   Experimental gui for todisc"
+       elog ""
+       elog "Please check out the tovid documentation on the web:"
+       elog "   http://tovid.wikia.com/"
+       elog ""
 }
index 3da8c0cda729d43f4895c0da1c556ad8ca4e22cf..3a806e8e7509a23c96ebc82e629093945bd1ed2c 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for media-video/usb-pwc-re
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/usb-pwc-re/ChangeLog,v 1.31 2007/04/12 10:36:35 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/usb-pwc-re/ChangeLog,v 1.32 2007/05/01 01:47:55 genone Exp $
+
+  01 May 2007; Marius Mauch <genone@gentoo.org>
+  usb-pwc-re-10.0.12_rc1.ebuild, usb-pwc-re-20061023.042702-r1.ebuild:
+  Replacing einfo with elog
 
   12 Apr 2007; Patrick Kursawe <phosphan@gentoo.org>
   -usb-pwc-re-10.0.7.ebuild, -usb-pwc-re-10.0.11.ebuild,
index 5faea2b371e36604efffdf945061d3d366ac1ac8..ad8c04e6e28b99abf9a480b5402ac0d7836d554a 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/usb-pwc-re/usb-pwc-re-10.0.12_rc1.ebuild,v 1.6 2007/04/12 10:36:35 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/usb-pwc-re/usb-pwc-re-10.0.12_rc1.ebuild,v 1.7 2007/05/01 01:47:55 genone Exp $
 
 
 inherit linux-info toolchain-funcs eutils
@@ -56,5 +56,5 @@ pkg_postinst() {
                /sbin/modules-update
                depmod -a
        fi
-       einfo "If you have problems loading the module, please check the \"dmesg\" output."
+       elog "If you have problems loading the module, please check the \"dmesg\" output."
 }
index d6d10067bc56478fd937030bd365048d2f331ad7..fd978db7fac3f803f07b2a61123da0e2573af4be 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/usb-pwc-re/usb-pwc-re-20061023.042702-r1.ebuild,v 1.6 2007/04/12 10:36:35 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/usb-pwc-re/usb-pwc-re-20061023.042702-r1.ebuild,v 1.7 2007/05/01 01:47:55 genone Exp $
 
 inherit linux-mod eutils
 
@@ -54,5 +54,5 @@ pkg_setup() {
 pkg_postinst() {
        linux-mod_pkg_postinst
 
-       einfo "If you have problems loading the module, please check the \"dmesg\" output."
+       elog "If you have problems loading the module, please check the \"dmesg\" output."
 }
index 277cca4c34404b2194bc75ca6f17a92fd05306d6..7ad7e249d5b3926fa91ca8d874fe13505bfba075 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/video-entropyd
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/video-entropyd/ChangeLog,v 1.7 2007/02/22 01:56:47 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/video-entropyd/ChangeLog,v 1.8 2007/05/01 01:49:18 genone Exp $
+
+  01 May 2007; Marius Mauch <genone@gentoo.org> video-entropyd-0.7.ebuild:
+  Replacing einfo with elog
 
   22 Feb 2007; Piotr JaroszyƄski <peper@gentoo.org> ChangeLog:
   Transition to Manifest2.
index 1604214301e07b3b31c5c285e9343a3a5b183cc5..2c781068cc219a03b0babbfdcfdbb5fe6550f97a 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/video-entropyd/video-entropyd-0.7.ebuild,v 1.6 2006/02/16 18:31:04 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/video-entropyd/video-entropyd-0.7.ebuild,v 1.7 2007/05/01 01:49:18 genone Exp $
 
 MY_PN="${PN/-/_}"
 MY_P="${MY_PN}-${PV}"
@@ -26,7 +26,7 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo "As video-entropyd does not provide a daemon mode, you"
-       einfo "should configure a cron job to regularly run:"
-       einfo "/usr/sbin/video-entropyd VIDEODEVICE"
+       elog "As video-entropyd does not provide a daemon mode, you"
+       elog "should configure a cron job to regularly run:"
+       elog "/usr/sbin/video-entropyd VIDEODEVICE"
 }