s/einfo/echo/
authorIngmar Vanhassel <ingmar@gentoo.org>
Thu, 13 Mar 2008 17:57:51 +0000 (17:57 +0000)
committerIngmar Vanhassel <ingmar@gentoo.org>
Thu, 13 Mar 2008 17:57:51 +0000 (17:57 +0000)
eclass/kde4-functions.eclass
eclass/kde4-meta.eclass

index 2441752fc1731ca29e7dc12419531b9581c182c4..89092e6b81904d3e3a71053ba39e43d73909e7af 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.3 2008/03/10 21:40:05 zlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.4 2008/03/13 17:57:51 ingmar Exp $
 
 # @ECLASS: kde4-functions.eclass
 # @MAINTAINER:
@@ -362,7 +362,7 @@ buildsycoca() {
                # We have to start a new dbus session, because the DBUS_SESSION_BUS_ADDRESS in the environment
                # could from from the user's environment (through su [without '-']), causing kbuildsycoca4 to hang.
 
-               einfo "Starting dbus session for kbuildsycoca4"
+               echo "Starting dbus session for kbuildsycoca4"
                local _i
                for _i in $(dbus-launch); do
                        # We export both the ADDRESS _and_ the PID. We need the latter only to kill our session.
@@ -377,7 +377,7 @@ buildsycoca() {
                ${KDEDIR}/bin/kbuildsycoca4 --global --noincremental &> /dev/null
                eend $?
 
-               einfo "Killing dbus session for kbuildsycoca4"
+               echo "Killing dbus session for kbuildsycoca4"
                debug-print "ADDRES ${DBUS_SESSION_BUS_ADDRESS}"
                debug-print "PID: ${DBUS_SESSION_BUS_PID}"
                kill ${DBUS_SESSION_BUS_PID}
index 41af96cba85c420436291160eaab3d241a5685ea..7224893c300fad4fcd28649739788b2de0f2b6cd 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.4 2008/03/10 21:43:10 zlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-meta.eclass,v 1.5 2008/03/13 17:57:51 ingmar Exp $
 #
 # @ECLASS: kde4-meta.eclass
 # @MAINTAINER:
@@ -161,7 +161,7 @@ kde4-meta_src_extract() {
        tarball="${KMNAME}-${PV}.tar.bz2"
        tarfile="${DISTDIR}"/${tarball}
 
-       einfo "Unpacking parts of ${tarball} to ${WORKDIR}"
+       echo "Unpacking parts of ${tarball} to ${WORKDIR}"
 
        kde4-meta_create_extractlists