diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 18:13:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 18:13:11 +0000 |
commit | 5bc7295f62f0aff0273b9dccd7b4c66acacde7cd (patch) | |
tree | 3c45e371f5954a78da32f313da259a8f028951f1 | |
parent | added ewarn for enigmail (diff) | |
download | gentoo-2-5bc7295f62f0aff0273b9dccd7b4c66acacde7cd.tar.gz gentoo-2-5bc7295f62f0aff0273b9dccd7b4c66acacde7cd.tar.bz2 gentoo-2-5bc7295f62f0aff0273b9dccd7b4c66acacde7cd.zip |
Fix grammar in enigmail ewarns
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild index c0d722a826c9..0cef6938a027 100644 --- a/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild +++ b/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.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/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild,v 1.2 2005/07/14 18:10:36 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/mozilla-thunderbird-1.0.5.ebuild,v 1.3 2005/07/14 18:13:11 agriffis Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic toolchain-funcs eutils nsplugins mozconfig mozilla-launcher makeedit multilib @@ -130,10 +130,10 @@ pkg_postinst() { # thunderbird-bin ebuilds. update_mozilla_launcher_symlinks - ewarn "Enigmail Support has been dropped seeing it is busted on fresh install" - ewarn "Mozilla herd is working on making enigmail its own build, sorry for any" - ewarn "inconvience this might have caused you please download enigmail from" - ewarn "http://enigmail.mozdev.org if you wish to use gnupg" + ewarn "Enigmail Support has been dropped since it doesn't work on fresh install." + ewarn "The Gentoo Mozilla team is working on making enigmail its own build," + ewarn "sorry for the inconvenience. For now, you can download enigmail from" + ewarn "http://enigmail.mozdev.org" } pkg_postrm() { |