ewarn -> elog
authorFabian Groffen <grobian@gentoo.org>
Sat, 21 Apr 2007 15:25:12 +0000 (15:25 +0000)
committerFabian Groffen <grobian@gentoo.org>
Sat, 21 Apr 2007 15:25:12 +0000 (15:25 +0000)
Package-Manager: portage-2.1.2.2

app-shells/tcsh/Manifest
app-shells/tcsh/tcsh-6.14-r33.ebuild

index 79a803af12b616acd3a545e73be69386aee9a82e..14419e638a7b109ba2b0c1eda968acb81d9b30f1 100644 (file)
@@ -21,10 +21,10 @@ EBUILD tcsh-6.14-r3.ebuild 2468 RMD160 aa530d8f7e946f84f8b0cb8e5da4b45c2f833677
 MD5 822d09559149182705a064e56c11456a tcsh-6.14-r3.ebuild 2468
 RMD160 aa530d8f7e946f84f8b0cb8e5da4b45c2f833677 tcsh-6.14-r3.ebuild 2468
 SHA256 95b43f894c02fff8015a10cbcd6c8888624b8ddb6178641b05d4fb47069f1c49 tcsh-6.14-r3.ebuild 2468
-EBUILD tcsh-6.14-r33.ebuild 2123 RMD160 e625db52c8dfaa04afec51c280223727b7564ff4 SHA1 2c43c1b98508deea49468e76560d6f4b8a0a1c60 SHA256 46a7e7e6f9423430291fb0b57e86d67a4d98b4d4904b44298e4d0fe04ce7656a
-MD5 b117177b2adcc4e699016184431ae599 tcsh-6.14-r33.ebuild 2123
-RMD160 e625db52c8dfaa04afec51c280223727b7564ff4 tcsh-6.14-r33.ebuild 2123
-SHA256 46a7e7e6f9423430291fb0b57e86d67a4d98b4d4904b44298e4d0fe04ce7656a tcsh-6.14-r33.ebuild 2123
+EBUILD tcsh-6.14-r33.ebuild 2117 RMD160 9564004ad532212b6ee925a9a42e07abfca61d84 SHA1 07518397c60848eb4eac13d7bcadd5a9b030dda6 SHA256 dd38dc0d2ad37d5756e94867c5bf2a1c8265e923df0c9f88f29b26d481961492
+MD5 e617d0baef6c4eced598f1fa6ddf07f1 tcsh-6.14-r33.ebuild 2117
+RMD160 9564004ad532212b6ee925a9a42e07abfca61d84 tcsh-6.14-r33.ebuild 2117
+SHA256 dd38dc0d2ad37d5756e94867c5bf2a1c8265e923df0c9f88f29b26d481961492 tcsh-6.14-r33.ebuild 2117
 EBUILD tcsh-6.14-r5.ebuild 1845 RMD160 a3340b309b18216adabc97e5cf9101f4be57020e SHA1 861b8ac024f27f937059814cb515b4478bf689b3 SHA256 37772cef67a96a57a3bf8d8a911287db93932b47d21546164a5677eec0b26df5
 MD5 f521e16702a3ae690ab5ae6e0fdfd0da tcsh-6.14-r5.ebuild 1845
 RMD160 a3340b309b18216adabc97e5cf9101f4be57020e tcsh-6.14-r5.ebuild 1845
index 6917fbb9622eedba37fcfe5a8cb1c85dcde2503e..f9da6d555f7231d4a6dc26d3a483d80a2d906b69 100644 (file)
@@ -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."
 }