diff options
author | 2007-03-05 02:49:35 +0000 | |
---|---|---|
committer | 2007-03-05 02:49:35 +0000 | |
commit | 57281d7e9d0edb70de27a7cf43d7a018d6933be4 (patch) | |
tree | 2ab77982cb53264b170b7654746832ea98a0eb49 /dev-python/pyclimate | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-57281d7e9d0edb70de27a7cf43d7a018d6933be4.tar.gz gentoo-2-57281d7e9d0edb70de27a7cf43d7a018d6933be4.tar.bz2 gentoo-2-57281d7e9d0edb70de27a7cf43d7a018d6933be4.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-python/pyclimate')
-rw-r--r-- | dev-python/pyclimate/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-python/pyclimate/ChangeLog b/dev-python/pyclimate/ChangeLog index 477810320ae7..97b86330c90c 100644 --- a/dev-python/pyclimate/ChangeLog +++ b/dev-python/pyclimate/ChangeLog @@ -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. diff --git a/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild b/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild index 6472f8e47960..eab6cbcc88dc 100644 --- a/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild +++ b/dev-python/pyclimate/pyclimate-1.2.1-r1.ebuild @@ -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() { |