diff options
author | Marius Mauch <genone@gentoo.org> | 2007-03-05 04:20:11 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-03-05 04:20:11 +0000 |
commit | 398ee43383d942f7fdc562ba3930a3e7737b2fd4 (patch) | |
tree | 99dc5e31b72887c70ebc1ad2c60db4a14ef2aa14 /dev-util/larch | |
parent | added ~ppc64 (diff) | |
download | historical-398ee43383d942f7fdc562ba3930a3e7737b2fd4.tar.gz historical-398ee43383d942f7fdc562ba3930a3e7737b2fd4.tar.bz2 historical-398ee43383d942f7fdc562ba3930a3e7737b2fd4.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r10
Diffstat (limited to 'dev-util/larch')
-rw-r--r-- | dev-util/larch/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/larch/larch-1.0_pre0.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-util/larch/ChangeLog b/dev-util/larch/ChangeLog index d6eb70d98a2c..53a38e8363f2 100644 --- a/dev-util/larch/ChangeLog +++ b/dev-util/larch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/larch # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/ChangeLog,v 1.5 2007/02/22 02:16:33 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/ChangeLog,v 1.6 2007/03/05 03:51:59 genone Exp $ + + 05 Mar 2007; Marius Mauch <genone@gentoo.org> larch-1.0_pre0.ebuild: + Replacing einfo with elog 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-util/larch/larch-1.0_pre0.ebuild b/dev-util/larch/larch-1.0_pre0.ebuild index 64e8449f4440..16a8beb9c335 100644 --- a/dev-util/larch/larch-1.0_pre0.ebuild +++ b/dev-util/larch/larch-1.0_pre0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/larch-1.0_pre0.ebuild,v 1.6 2004/07/14 23:51:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/larch/larch-1.0_pre0.ebuild,v 1.7 2007/03/05 03:51:59 genone Exp $ MY_P="${P//_/}" DESCRIPTION="revision control system ideal for widely distributed development (see \"tla\" also)" @@ -82,5 +82,5 @@ src_install () { } pkg_postinst() { - einfo "also have a look at the C-implementation of larch: \"tla\"." + elog "also have a look at the C-implementation of larch: \"tla\"." } |