diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-05 02:41:59 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-05 02:41:59 +0000 |
commit | 95ada465363c1ce5123a8685d7fe91e5700c34a7 (patch) | |
tree | 8287555a3d81636ae399214874a84968a54e0fca /dev-python/csv | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-95ada465363c1ce5123a8685d7fe91e5700c34a7.tar.gz gentoo-2-95ada465363c1ce5123a8685d7fe91e5700c34a7.tar.bz2 gentoo-2-95ada465363c1ce5123a8685d7fe91e5700c34a7.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r10)
Diffstat (limited to 'dev-python/csv')
-rw-r--r-- | dev-python/csv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/csv/csv-1.0-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/csv/ChangeLog b/dev-python/csv/ChangeLog index 30372dd631ab..d3ef3e6cd1ba 100644 --- a/dev-python/csv/ChangeLog +++ b/dev-python/csv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/csv # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/ChangeLog,v 1.16 2007/02/21 16:46:21 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/ChangeLog,v 1.17 2007/03/05 02:41:59 genone Exp $ + + 05 Mar 2007; Marius Mauch <genone@gentoo.org> csv-1.0-r1.ebuild: + Replacing einfo with elog 21 Feb 2007; Lukasz Strzygowski <lucass@gentoo.org> files/digest-csv-0.5.0, files/digest-csv-1.0, files/digest-csv-1.0-r1, diff --git a/dev-python/csv/csv-1.0-r1.ebuild b/dev-python/csv/csv-1.0-r1.ebuild index 5d5eba494e9c..1f9568a89b41 100644 --- a/dev-python/csv/csv-1.0-r1.ebuild +++ b/dev-python/csv/csv-1.0-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/csv/csv-1.0-r1.ebuild,v 1.11 2005/11/25 22:00:58 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/csv/csv-1.0-r1.ebuild,v 1.12 2007/03/05 02:41:59 genone Exp $ inherit distutils eutils @@ -14,8 +14,8 @@ KEYWORDS="alpha ia64 ~ppc ppc64 ~sparc x86" IUSE="" pkg_setup() { - einfo "This package is installed as csv2.py to avoid conflict with" - einfo "python-2.3.x" + elog "This package is installed as csv2.py to avoid conflict with" + elog "python-2.3.x" } src_unpack() { |