Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Wed, 2 May 2007 07:56:36 +0000 (07:56 +0000)
committerMarius Mauch <genone@gentoo.org>
Wed, 2 May 2007 07:56:36 +0000 (07:56 +0000)
Package-Manager: portage-2.1.2.5

net-dialup/fritzcapi/ChangeLog
net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild
net-dialup/globespan-adsl/ChangeLog
net-dialup/globespan-adsl/globespan-adsl-0.10.ebuild
net-dialup/globespan-adsl/globespan-adsl-0.11.ebuild
net-dialup/gtkterm/ChangeLog
net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild

index 0c3629f5fc5f6b389256ea4c01caff13657c18cc..f05a7f5cb7e8b55e7a1fa134e51d6d63894d24a8 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/fritzcapi
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/ChangeLog,v 1.29 2007/02/06 18:25:52 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/ChangeLog,v 1.30 2007/05/02 07:53:25 genone Exp $
+
+  02 May 2007; Marius Mauch <genone@gentoo.org> fritzcapi-2.6.43.ebuild:
+  Replacing einfo with elog
 
   06 Feb 2007; <genstef@gentoo.org> fritzcapi-2.6.43.ebuild:
   comment out 2.6.20 patch for dsd
index 6fe4d00efc15fb2efc8960ea44aab3c764dbacf7..7acab9d8b68287286e1998e28d90d9e3bdbe724d 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/net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild,v 1.10 2007/02/06 18:25:52 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/fritzcapi/fritzcapi-2.6.43.ebuild,v 1.11 2007/05/02 07:53:25 genone Exp $
 
 inherit linux-mod rpm eutils
 
@@ -68,12 +68,12 @@ pkg_setup() {
                        die "Module ${USERCARD} not present in ${P}"
                done
        else
-               einfo
-               einfo "You can control the modules which are built with the variable"
-               einfo "FRITZCAPI_CARDS which should contain a blank separated list"
-               einfo "of a selection from the following cards:"
-               einfo "   ${FRITZCAPI_MODULES[*]}"
-               einfo
+               elog
+               elog "You can control the modules which are built with the variable"
+               elog "FRITZCAPI_CARDS which should contain a blank separated list"
+               elog "of a selection from the following cards:"
+               elog "   ${FRITZCAPI_MODULES[*]}"
+               elog
                ewarn "I give you the chance of hitting Ctrl-C and make the necessary"
                ewarn "adjustments in /etc/make.conf."
                ebeep
@@ -92,7 +92,7 @@ pkg_setup() {
                done
        fi
 
-       einfo "Selected cards: ${FRITZCAPI_BUILD_CARDS}"
+       elog "Selected cards: ${FRITZCAPI_BUILD_CARDS}"
 }
 
 src_unpack() {
@@ -137,11 +137,11 @@ src_install() {
 pkg_postinst() {
        linux-mod_pkg_postinst
 
-       einfo "If your device needs a firmware, you should edit copy the firmware files"
-       einfo "in /lib/firmware and edit /etc/capi.conf."
-       einfo
+       elog "If your device needs a firmware, you should edit copy the firmware files"
+       elog "in /lib/firmware and edit /etc/capi.conf."
+       elog
        [ "${FRITZCAPI_BUILD_TARGETS/usb2/}" != "${FRITZCAPI_BUILD_TARGETS}" ] && (
-               einfo "Note: This ebuild has already installed firmware files necessary for following modules:"
-               einfo "   fcusb2"
+               elog "Note: This ebuild has already installed firmware files necessary for following modules:"
+               elog "   fcusb2"
        )
 }
index 3e6c4445bcdc2eacff6de4e12651d4d98e3d7cae..321520f8a4c3b701c51c698cb10c5ce7d81a45f1 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for net-dialup/globespan-adsl
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/ChangeLog,v 1.19 2006/10/23 07:53:06 mrness Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/ChangeLog,v 1.20 2007/05/02 07:54:52 genone Exp $
+
+  02 May 2007; Marius Mauch <genone@gentoo.org> globespan-adsl-0.10.ebuild,
+  globespan-adsl-0.11.ebuild:
+  Replacing einfo with elog
 
   23 Oct 2006; Alin Nastac <mrness@gentoo.org> globespan-adsl-0.10.ebuild,
   globespan-adsl-0.11.ebuild:
index d6d96d0431a5d1de641cac1da30dbe57112edcc4..3c675317b7629a5b528ec510ba1a433391fbbf03 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/net-dialup/globespan-adsl/globespan-adsl-0.10.ebuild,v 1.7 2006/10/23 07:53:06 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/globespan-adsl-0.10.ebuild,v 1.8 2007/05/02 07:54:52 genone Exp $
 
 inherit fixheadtails
 
@@ -43,15 +43,15 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "Package succesfully installed you should now run "
-       einfo "eciconf.sh (graphical, requires TCL/TK) or eciconftxt.sh"
-       einfo
-       einfo "Paquetage installé avec succés vous devriez maintenant"
-       einfo "executer eciconf.sh (qui requiert TCL/TK) ou eciconftxt.sh"
-       einfo
+       elog
+       elog "Package succesfully installed you should now run "
+       elog "eciconf.sh (graphical, requires TCL/TK) or eciconftxt.sh"
+       elog
+       elog "Paquetage installé avec succés vous devriez maintenant"
+       elog "executer eciconf.sh (qui requiert TCL/TK) ou eciconftxt.sh"
+       elog
        ewarn "Please note that if you're using a 2.6.x kernel you'll"
        ewarn "probably need to apply a patch to fix a USB bug. See"
        ewarn "http://eciadsl.flashtux.org/download/beta/"
-       einfo
+       ewarn
 }
index 7d6d900add47dc9de1ece4aec3209a3d67b19977..4d001217c82eded12751db4d59f21f1cfc23aea4 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/net-dialup/globespan-adsl/globespan-adsl-0.11.ebuild,v 1.3 2006/10/23 07:53:06 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/globespan-adsl/globespan-adsl-0.11.ebuild,v 1.4 2007/05/02 07:54:52 genone Exp $
 
 MY_PN="eciadsl-usermode-${PV}"
 
@@ -25,15 +25,15 @@ src_install() {
 }
 
 pkg_postinst() {
-       einfo
-       einfo "Package succesfully installed you should now run "
-       einfo "eciconf.sh (graphical, requires TCL/TK) or eciconftxt.sh"
-       einfo
-       einfo "Paquetage installé avec succés vous devriez maintenant"
-       einfo "executer eciconf.sh (qui requiert TCL/TK) ou eciconftxt.sh"
-       einfo
+       elog
+       elog "Package succesfully installed you should now run "
+       elog "eciconf.sh (graphical, requires TCL/TK) or eciconftxt.sh"
+       elog
+       elog "Paquetage installé avec succés vous devriez maintenant"
+       elog "executer eciconf.sh (qui requiert TCL/TK) ou eciconftxt.sh"
+       elog
        ewarn "Please note that if you're using a 2.6.x kernel you'll"
        ewarn "probably need to apply a patch to fix a USB bug. See"
        ewarn "http://eciadsl.flashtux.org/download/beta/"
-       einfo
+       ewarn
 }
index ed599f6a15c17f901ecc2f3784eb7e4bb5ee929d..80132e856ee4b217776b2d5d6b9ba6d76ab98944 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for net-dialup/gtkterm
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtkterm/ChangeLog,v 1.18 2007/03/14 22:05:42 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtkterm/ChangeLog,v 1.19 2007/05/02 07:56:36 genone Exp $
+
+  02 May 2007; Marius Mauch <genone@gentoo.org> gtkterm-0.99.5-r1.ebuild:
+  Replacing einfo with elog
 
 *gtkterm-0.99.5-r1 (14 Mar 2007)
 
index db95b277fe93ee868f93ced01ef0d93a9183f00f..2e9c68aeca6febb0bc46fd176f02ee5637c514e4 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/net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild,v 1.1 2007/03/14 22:05:42 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/gtkterm/gtkterm-0.99.5-r1.ebuild,v 1.2 2007/05/02 07:56:36 genone Exp $
 
 DESCRIPTION="A serial port terminal written in GTK+, similar to Windows' HyperTerminal."
 HOMEPAGE="http://www.jls-info.com/julien/linux/"
@@ -52,8 +52,8 @@ src_install() {
                        MY_LINGUAS="${MY_AVAILABLE_LINGUAS}"
                fi
 
-               einfo "Locale messages will be installed for following languages:"
-               einfo "   ${MY_LINGUAS}"
+               elog "Locale messages will be installed for following languages:"
+               elog "   ${MY_LINGUAS}"
 
                for lang in ${MY_LINGUAS}; do
                        msgfmt -o ${lang}.mo ${lang}.po && \