summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-04-21 15:25:12 +0000
committerFabian Groffen <grobian@gentoo.org>2007-04-21 15:25:12 +0000
commit5c427f8bd42fd04293b1df615448bd8e81d7966e (patch)
tree209f72e0955c7ad863e06577294842fc638e53ab /app-shells
parentDrop release candidates. (diff)
downloadgentoo-2-5c427f8bd42fd04293b1df615448bd8e81d7966e.tar.gz
gentoo-2-5c427f8bd42fd04293b1df615448bd8e81d7966e.tar.bz2
gentoo-2-5c427f8bd42fd04293b1df615448bd8e81d7966e.zip
ewarn -> elog
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/tcsh/tcsh-6.14-r33.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/app-shells/tcsh/tcsh-6.14-r33.ebuild b/app-shells/tcsh/tcsh-6.14-r33.ebuild
index 6917fbb9622e..f9da6d555f72 100644
--- a/app-shells/tcsh/tcsh-6.14-r33.ebuild
+++ b/app-shells/tcsh/tcsh-6.14-r33.ebuild
@@ -1,6 +1,6 @@
# 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-r33.ebuild,v 1.2 2007/04/10 18:38:26 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.14-r33.ebuild,v 1.3 2007/04/21 15:25:12 grobian Exp $
inherit eutils
@@ -68,10 +68,10 @@ src_install() {
}
pkg_postinst() {
- ewarn "This revision of tcsh does use a completely revamped configuration"
- ewarn "files system, which is based on the bash equivalents. It should"
- ewarn "fix issues for KDE users, and miscelaneous issues of environment"
- ewarn "variables not set that should have, like EDITOR. If you rely"
- ewarn "on the /etc/csh.* files heavily, you may find your setup will be"
- ewarn "broken now."
+ elog "This revision of tcsh does use a completely revamped configuration"
+ elog "files system, which is based on the bash equivalents. It should"
+ elog "fix issues for KDE users, and miscelaneous issues of environment"
+ elog "variables not set that should have, like EDITOR. If you rely"
+ elog "on the /etc/csh.* files heavily, you may find your setup will be"
+ elog "broken now."
}