diff options
author | 2007-03-05 03:10:14 +0000 | |
---|---|---|
committer | 2007-03-05 03:10:14 +0000 | |
commit | cf4b2b35764be4b9829ea5c2763e868cbaa6dc29 (patch) | |
tree | 6e8032f2ed99bab091d58ed8fb7b4350c6b8f33b /dev-python/sancho | |
parent | added ~ppc64 (diff) | |
download | historical-cf4b2b35764be4b9829ea5c2763e868cbaa6dc29.tar.gz historical-cf4b2b35764be4b9829ea5c2763e868cbaa6dc29.tar.bz2 historical-cf4b2b35764be4b9829ea5c2763e868cbaa6dc29.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'dev-python/sancho')
-rw-r--r-- | dev-python/sancho/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/sancho/sancho-0.11-r1.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-python/sancho/ChangeLog b/dev-python/sancho/ChangeLog index 0c62630f69b4..f69fcc305bb2 100644 --- a/dev-python/sancho/ChangeLog +++ b/dev-python/sancho/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/sancho # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.25 2007/02/22 00:50:42 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/ChangeLog,v 1.26 2007/03/05 03:06:11 genone Exp $ + + 05 Mar 2007; Marius Mauch <genone@gentoo.org> sancho-0.11-r1.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-python/sancho/sancho-0.11-r1.ebuild b/dev-python/sancho/sancho-0.11-r1.ebuild index 23f052282924..d4aa8ad87dc0 100644 --- a/dev-python/sancho/sancho-0.11-r1.ebuild +++ b/dev-python/sancho/sancho-0.11-r1.ebuild @@ -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/dev-python/sancho/sancho-0.11-r1.ebuild,v 1.17 2006/09/08 21:26:12 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sancho/sancho-0.11-r1.ebuild,v 1.18 2007/03/05 03:06:11 genone Exp $ inherit distutils eutils @@ -46,8 +46,8 @@ src_install() { } pkg_postinst() { - einfo "This version of sancho is modified to allow parallel installation" - einfo "with sancho-2.x. \"import sancho0\" will always give you this" - einfo "version. \"import sancho\" will give you sancho 2.x if that is" - einfo "installed, this version otherwise." + elog "This version of sancho is modified to allow parallel installation" + elog "with sancho-2.x. \"import sancho0\" will always give you this" + elog "version. \"import sancho\" will give you sancho 2.x if that is" + elog "installed, this version otherwise." } |