diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:57:08 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 03:57:08 +0000 |
commit | f6577075702ae165fd5888ad6c6617e45ef97bbb (patch) | |
tree | 66636a2a0c6c22f6aa50b134181a647d6a8f695f /app-shells/tcsh | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-f6577075702ae165fd5888ad6c6617e45ef97bbb.tar.gz gentoo-2-f6577075702ae165fd5888ad6c6617e45ef97bbb.tar.bz2 gentoo-2-f6577075702ae165fd5888ad6c6617e45ef97bbb.zip |
Replacing einfo with elog
(Portage version: 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 |