Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/aspell: ChangeLog aspell-0.60.6-r1.ebuild aspell-0.60.6.ebuild
Date: Sat, 26 Dec 2009 20:36:05
Message-Id: E1NOdMp-0003mb-Ff@stork.gentoo.org
1 pva 09/12/26 20:36:03
2
3 Modified: ChangeLog aspell-0.60.6-r1.ebuild
4 aspell-0.60.6.ebuild
5 Log:
6 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.
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.114 app-text/aspell/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/aspell/ChangeLog?rev=1.114&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/aspell/ChangeLog?rev=1.114&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/aspell/ChangeLog?r1=1.113&r2=1.114
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v
19 retrieving revision 1.113
20 retrieving revision 1.114
21 diff -u -r1.113 -r1.114
22 --- ChangeLog 22 Dec 2009 14:47:38 -0000 1.113
23 +++ ChangeLog 26 Dec 2009 20:36:02 -0000 1.114
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-text/aspell
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.113 2009/12/22 14:47:38 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.114 2009/12/26 20:36:02 pva Exp $
29 +
30 + 26 Dec 2009; Peter Volkov <pva@g.o> aspell-0.60.6.ebuild,
31 + aspell-0.60.6-r1.ebuild:
32 + Mention LINGUAS in pkg_postinst message, bug #286418, thank Dmitry Ivankov
33 + for report. Drop ewarn: it was introduced in 0.50.5-r2 as a result of bug
34 + #53801 and now is not useful anymore, fixes bug #268271, thank DEMAINE
35 + Benoît-Pierre, aka DoubleHP for pointing my attention on this message.
36
37 22 Dec 2009; Peter Volkov <pva@g.o> aspell-0.60.6-r1.ebuild:
38 Added alternative for lang=de, bug #297400 thank Ulrich Müller for
39
40
41
42 1.3 app-text/aspell/aspell-0.60.6-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/aspell/aspell-0.60.6-r1.ebuild?rev=1.3&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/aspell/aspell-0.60.6-r1.ebuild?rev=1.3&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/aspell/aspell-0.60.6-r1.ebuild?r1=1.2&r2=1.3
47
48 Index: aspell-0.60.6-r1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6-r1.ebuild,v
51 retrieving revision 1.2
52 retrieving revision 1.3
53 diff -u -r1.2 -r1.3
54 --- aspell-0.60.6-r1.ebuild 22 Dec 2009 14:47:38 -0000 1.2
55 +++ aspell-0.60.6-r1.ebuild 26 Dec 2009 20:36:02 -0000 1.3
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $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 $
60 +# $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 $
61
62 # N.B. This is before inherit of autotools, as autotools.eclass adds the
63 # relevant dependencies to DEPEND.
64 @@ -99,14 +99,10 @@
65 }
66
67 pkg_postinst() {
68 - elog "You will need to install a dictionary now. Please choose an"
69 - elog "aspell-<LANG> dictionary from the app-dicts category"
70 + elog "In case LINGUAS was not set correctly you may need to install"
71 + elog "dictionaries now. Please choose an aspell-<LANG> dictionary or"
72 + elog "set LINGUAS correctly and let aspell pull in required packages."
73 elog "After installing an aspell dictionary for your language(s),"
74 elog "You may use the aspell-import utility to import your personal"
75 elog "dictionaries from ispell, pspell and the older aspell"
76 -
77 - ewarn ""
78 - ewarn "Please re-install ALL your aspell-LANG dictionaries"
79 - ewarn ""
80 - ebeep 5
81 }
82
83
84
85 1.12 app-text/aspell/aspell-0.60.6.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/aspell/aspell-0.60.6.ebuild?rev=1.12&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/aspell/aspell-0.60.6.ebuild?rev=1.12&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/aspell/aspell-0.60.6.ebuild?r1=1.11&r2=1.12
90
91 Index: aspell-0.60.6.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.ebuild,v
94 retrieving revision 1.11
95 retrieving revision 1.12
96 diff -u -r1.11 -r1.12
97 --- aspell-0.60.6.ebuild 18 Mar 2009 07:35:09 -0000 1.11
98 +++ aspell-0.60.6.ebuild 26 Dec 2009 20:36:02 -0000 1.12
99 @@ -1,6 +1,6 @@
100 # Copyright 1999-2009 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.ebuild,v 1.11 2009/03/18 07:35:09 josejx Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.6.ebuild,v 1.12 2009/12/26 20:36:02 pva Exp $
104
105 # N.B. This is before inherit of autotools, as autotools.eclass adds the
106 # relevant dependencies to DEPEND.
107 @@ -99,9 +99,4 @@
108 elog "After installing an aspell dictionary for your language(s),"
109 elog "You may use the aspell-import utility to import your personal"
110 elog "dictionaries from ispell, pspell and the older aspell"
111 -
112 - ewarn ""
113 - ewarn "Please re-install ALL your aspell-LANG dictionaries"
114 - ewarn ""
115 - ebeep 5
116 }