diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:02:30 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:02:30 +0000 |
commit | ab6cc131c6e9be13df73ada3ec3672eef0e5c123 (patch) | |
tree | bf89f9e303bc7d84928ca0fa039929407f72f0ee /mail-client | |
parent | removed cybersystem as maintainer and added smithj as _temoporary_ maintainer (diff) | |
download | gentoo-2-ab6cc131c6e9be13df73ada3ec3672eef0e5c123.tar.gz gentoo-2-ab6cc131c6e9be13df73ada3ec3672eef0e5c123.tar.bz2 gentoo-2-ab6cc131c6e9be13df73ada3ec3672eef0e5c123.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mail-notification/mail-notification-1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail-client/mail-notification/mail-notification-1.1.ebuild b/mail-client/mail-notification/mail-notification-1.1.ebuild index d53f280836f2..4eaa7f053f3f 100644 --- a/mail-client/mail-notification/mail-notification-1.1.ebuild +++ b/mail-client/mail-notification/mail-notification-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-1.1.ebuild,v 1.4 2005/07/01 10:40:03 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-1.1.ebuild,v 1.5 2005/07/09 18:01:19 swegener Exp $ inherit gnome2 @@ -43,13 +43,13 @@ G2CONF="${G2CONF} --disable-gmail" # G2CONF="${G2CONF} $(use_enable gmail)" pkg_postinst() { - ewarn " " + ewarn ewarn "Due to a bug in bonobo-activation, your GNOME/X11 session must" ewarn "be restarted for mail-notification to work. If you don't do" ewarn "this, this program will crash during the setup phase." ewarn "See http://bugzilla.gnome.org/show_bug.cgi?id=151082" - ewarn " " + ewarn ewarn "Support for gmail does not seem to be functioning. Check back for" ewarn "gmail support in future releases." - ewarn " " + ewarn } |