# 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)
# 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
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"
# 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.
-# 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
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() {