diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:06:11 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-05 03:06:11 +0000 |
commit | 029fb0c528e9e4169553987a79bd0532bde26834 (patch) | |
tree | 5f3a11cf2181a39dbdef89a22361cfd21639c6b6 /dev-python | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-029fb0c528e9e4169553987a79bd0532bde26834.tar.gz gentoo-2-029fb0c528e9e4169553987a79bd0532bde26834.tar.bz2 gentoo-2-029fb0c528e9e4169553987a79bd0532bde26834.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-python')
-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." } |