diff options
-rw-r--r-- | app-text/aspell/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.6-r1.ebuild | 12 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.6.ebuild | 7 |
3 files changed, 13 insertions, 15 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index fd554a9e98f6..57d2e27d9d78 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-text/aspell # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.113 2009/12/22 14:47:38 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.114 2009/12/26 20:36:02 pva Exp $ + + 26 Dec 2009; Peter Volkov <pva@gentoo.org> aspell-0.60.6.ebuild, + aspell-0.60.6-r1.ebuild: + Mention LINGUAS in pkg_postinst message, bug #286418, thank Dmitry Ivankov + for report. Drop ewarn: it was introduced in 0.50.5-r2 as a result of bug + #53801 and now is not useful anymore, fixes bug #268271, thank DEMAINE + Benoît-Pierre, aka DoubleHP for pointing my attention on this message. 22 Dec 2009; Peter Volkov <pva@gentoo.org> aspell-0.60.6-r1.ebuild: Added alternative for lang=de, bug #297400 thank Ulrich Müller for diff --git a/app-text/aspell/aspell-0.60.6-r1.ebuild b/app-text/aspell/aspell-0.60.6-r1.ebuild index 91db296ae771..3e99ea1614f5 100644 --- a/app-text/aspell/aspell-0.60.6-r1.ebuild +++ b/app-text/aspell/aspell-0.60.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6-r1.ebuild,v 1.2 2009/12/22 14:47:38 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6-r1.ebuild,v 1.3 2009/12/26 20:36:02 pva Exp $ # N.B. This is before inherit of autotools, as autotools.eclass adds the # relevant dependencies to DEPEND. @@ -99,14 +99,10 @@ src_install() { } pkg_postinst() { - elog "You will need to install a dictionary now. Please choose an" - elog "aspell-<LANG> dictionary from the app-dicts category" + elog "In case LINGUAS was not set correctly you may need to install" + elog "dictionaries now. Please choose an aspell-<LANG> dictionary or" + elog "set LINGUAS correctly and let aspell pull in required packages." elog "After installing an aspell dictionary for your language(s)," elog "You may use the aspell-import utility to import your personal" elog "dictionaries from ispell, pspell and the older aspell" - - ewarn "" - ewarn "Please re-install ALL your aspell-LANG dictionaries" - ewarn "" - ebeep 5 } diff --git a/app-text/aspell/aspell-0.60.6.ebuild b/app-text/aspell/aspell-0.60.6.ebuild index 60af91e9f03e..a097aec8f6d3 100644 --- a/app-text/aspell/aspell-0.60.6.ebuild +++ b/app-text/aspell/aspell-0.60.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.ebuild,v 1.11 2009/03/18 07:35:09 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.ebuild,v 1.12 2009/12/26 20:36:02 pva Exp $ # N.B. This is before inherit of autotools, as autotools.eclass adds the # relevant dependencies to DEPEND. @@ -99,9 +99,4 @@ pkg_postinst() { elog "After installing an aspell dictionary for your language(s)," elog "You may use the aspell-import utility to import your personal" elog "dictionaries from ispell, pspell and the older aspell" - - ewarn "" - ewarn "Please re-install ALL your aspell-LANG dictionaries" - ewarn "" - ebeep 5 } |