Replacing einfo with elog
authorMarius Mauch <genone@gentoo.org>
Mon, 5 Mar 2007 02:49:35 +0000 (02:49 +0000)
committerMarius Mauch <genone@gentoo.org>
Mon, 5 Mar 2007 02:49:35 +0000 (02:49 +0000)
Package-Manager: portage-2.1.2-r10

dev-python/numarray/ChangeLog
dev-python/numarray/numarray-1.5.2-r1.ebuild
dev-python/pyclimate/ChangeLog
dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild

index 95b4e8dda561c3e02f3afde092aaf45512749b13..71900a1b73c233c31358262b2cfd2f142c4cd1f2 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/numarray
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/numarray/ChangeLog,v 1.21 2007/02/23 23:26:18 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numarray/ChangeLog,v 1.22 2007/03/05 02:47:44 genone Exp $
+
+  05 Mar 2007; Marius Mauch <genone@gentoo.org> numarray-1.5.2-r1.ebuild:
+  Replacing einfo with elog
 
 *numarray-1.5.2-r1 (23 Feb 2007)
 
index 2e935ca3d879dc3755e7d996cc27ebf9f67ffd18..019e3fab6a1638829261ba4c73f298497e74dec8 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/dev-python/numarray/numarray-1.5.2-r1.ebuild,v 1.1 2007/02/23 23:26:18 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/numarray/numarray-1.5.2-r1.ebuild,v 1.2 2007/03/05 02:47:44 genone Exp $
 
 NEED_PYTHON=2.3
 
@@ -86,7 +86,7 @@ src_unpack() {
 src_test() {
        # test with lapack buggy
        if use lapack; then
-               einfo "no automatic testing with external lapack"
+               elog "no automatic testing with external lapack"
                return
        fi
        ebegin "Testing numarray functions"
index 477810320ae77b5e996281f586f5247e7c4aa4e1..97b86330c90c6366f7c52314da848e472d47b923 100644 (file)
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyclimate
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.10 2007/02/09 07:38:58 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/ChangeLog,v 1.11 2007/03/05 02:49:35 genone Exp $
+
+  05 Mar 2007; Marius Mauch <genone@gentoo.org> pyclimate-1.2.1-r1.ebuild:
+  Replacing einfo with elog
 
   09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog:
   Regenerate digest in Manifest2 format.
index 6472f8e47960835b5b6f67cac62bd242bae53054..eab6cbcc88dc3a86ebebfd5a207c482aa59edd42 100644 (file)
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild,v 1.7 2005/08/26 12:50:53 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild,v 1.8 2007/03/05 02:49:35 genone Exp $
 
 inherit eutils distutils
 
@@ -41,11 +41,11 @@ src_install() {
 pkg_postinst() {
        python_version
        python_mod_optimize /usr/lib/python${PYVER}/site-packages/pyclimate
-       einfo
-       einfo "Try the test script in /usr/share/${PF}/test."
-       einfo "See the examples in /usr/share/${PF}/examples."
-       einfo "Read the doc in /usr/share/doc/${PF}."
-       einfo
+       elog
+       elog "Try the test script in /usr/share/${PF}/test."
+       elog "See the examples in /usr/share/${PF}/examples."
+       elog "Read the doc in /usr/share/doc/${PF}."
+       elog
 }
 
 pkg_postrm() {