diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 04:00:44 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 04:00:44 +0000 |
commit | fe94dc76e120afa563b5544a9bcd967b5ef2cb04 (patch) | |
tree | af700cb913026804176a2d90cdd61c5fa703f1e6 /app-shells/tcsh | |
parent | cleanup old versions (diff) | |
download | historical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.tar.gz historical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.tar.bz2 historical-fe94dc76e120afa563b5544a9bcd967b5ef2cb04.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2-r2
Diffstat (limited to 'app-shells/tcsh')
-rw-r--r-- | app-shells/tcsh/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/tcsh/tcsh-6.14-r3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-shells/tcsh/ChangeLog b/app-shells/tcsh/ChangeLog index 1c70bf6b3555..102af83f60e6 100644 --- a/app-shells/tcsh/ChangeLog +++ b/app-shells/tcsh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/tcsh -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.65 2006/12/05 14:58:35 grobian Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/ChangeLog,v 1.66 2007/01/24 03:57:08 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> tcsh-6.14-r3.ebuild: + Replacing einfo with elog *tcsh-6.14-r5 (05 Dec 2006) diff --git a/app-shells/tcsh/tcsh-6.14-r3.ebuild b/app-shells/tcsh/tcsh-6.14-r3.ebuild index b43ff76bc399..b787ac9058cd 100644 --- a/app-shells/tcsh/tcsh-6.14-r3.ebuild +++ b/app-shells/tcsh/tcsh-6.14-r3.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/app-shells/tcsh/tcsh-6.14-r3.ebuild,v 1.16 2006/12/02 14:03:37 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r3.ebuild,v 1.17 2007/01/24 03:57:08 genone Exp $ inherit eutils @@ -74,7 +74,7 @@ src_install() { pkg_postinst() { - while read line; do einfo "${line}"; done <<EOF + while read line; do elog "${line}"; done <<EOF The default behaviour of tcsh has significantly changed starting from version 6.14-r1. In contrast to previous ebuilds, the amount of customisation to the default shell's behaviour has been reduced to a |