diff options
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() { |