Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-dict: xfce4-dict-0.5.0.ebuild xfce4-dict-0.5.1.ebuild xfce4-dict-0.5.2.ebuild xfce4-dict-0.3.0.ebuild xfce4-dict-0.4.1.ebuild ChangeLog
Date: Fri, 05 Dec 2008 16:20:30
Message-Id: E1L8dPn-0007Td-LC@stork.gentoo.org
1 angelos 08/12/05 16:20:27
2
3 Modified: xfce4-dict-0.5.0.ebuild xfce4-dict-0.5.1.ebuild
4 xfce4-dict-0.5.2.ebuild xfce4-dict-0.3.0.ebuild
5 xfce4-dict-0.4.1.ebuild ChangeLog
6 Log:
7 Added an elog to let the user know we need aspell/ispell/enchant for spell checking
8 (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc7 x86_64)
9
10 Revision Changes Path
11 1.2 xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild?r1=1.1&r2=1.2
16
17 Index: xfce4-dict-0.5.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- xfce4-dict-0.5.0.ebuild 10 Nov 2008 00:02:48 -0000 1.1
24 +++ xfce4-dict-0.5.0.ebuild 5 Dec 2008 16:20:27 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild,v 1.1 2008/11/10 00:02:48 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.0.ebuild,v 1.2 2008/12/05 16:20:27 angelos Exp $
30
31 EAPI=1
32
33 @@ -36,6 +36,15 @@
34 fdo-mime_desktop_database_update
35 fdo-mime_mime_database_update
36 gnome2_icon_cache_update
37 +
38 + if ! has_version app-text/aspell && ! has_version app-text/ispell \
39 + && ! has_version app-text/enchant; then
40 + echo
41 + elog "You need a spell check program for spell checking."
42 + elog "xfce4-dict works with enchant, aspell, ispell or any other spell"
43 + elog "check program which is compatible with the ispell command"
44 + elog "The dictionary function will still work without those"
45 + fi
46 }
47
48 pkg_postrm() {
49
50
51
52 1.2 xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild?rev=1.2&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild?rev=1.2&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild?r1=1.1&r2=1.2
57
58 Index: xfce4-dict-0.5.1.ebuild
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild,v
61 retrieving revision 1.1
62 retrieving revision 1.2
63 diff -u -r1.1 -r1.2
64 --- xfce4-dict-0.5.1.ebuild 23 Nov 2008 14:23:31 -0000 1.1
65 +++ xfce4-dict-0.5.1.ebuild 5 Dec 2008 16:20:27 -0000 1.2
66 @@ -1,6 +1,6 @@
67 # Copyright 1999-2008 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild,v 1.1 2008/11/23 14:23:31 angelos Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.1.ebuild,v 1.2 2008/12/05 16:20:27 angelos Exp $
71
72 EAPI=1
73
74 @@ -36,6 +36,15 @@
75 fdo-mime_desktop_database_update
76 fdo-mime_mime_database_update
77 gnome2_icon_cache_update
78 +
79 + if ! has_version app-text/aspell && ! has_version app-text/ispell \
80 + && ! has_version app-text/enchant; then
81 + echo
82 + elog "You need a spell check program for spell checking."
83 + elog "xfce4-dict works with enchant, aspell, ispell or any other spell"
84 + elog "check program which is compatible with the ispell command"
85 + elog "The dictionary function will still work without those"
86 + fi
87 }
88
89 pkg_postrm() {
90
91
92
93 1.2 xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild
94
95 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.2&view=markup
96 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?rev=1.2&content-type=text/plain
97 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild?r1=1.1&r2=1.2
98
99 Index: xfce4-dict-0.5.2.ebuild
100 ===================================================================
101 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v
102 retrieving revision 1.1
103 retrieving revision 1.2
104 diff -u -r1.1 -r1.2
105 --- xfce4-dict-0.5.2.ebuild 5 Dec 2008 15:57:26 -0000 1.1
106 +++ xfce4-dict-0.5.2.ebuild 5 Dec 2008 16:20:27 -0000 1.2
107 @@ -1,6 +1,6 @@
108 # Copyright 1999-2008 Gentoo Foundation
109 # Distributed under the terms of the GNU General Public License v2
110 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.1 2008/12/05 15:57:26 angelos Exp $
111 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.5.2.ebuild,v 1.2 2008/12/05 16:20:27 angelos Exp $
112
113 EAPI=1
114
115 @@ -36,6 +36,15 @@
116 fdo-mime_desktop_database_update
117 fdo-mime_mime_database_update
118 gnome2_icon_cache_update
119 +
120 + if ! has_version app-text/aspell && ! has_version app-text/ispell \
121 + && ! has_version app-text/enchant; then
122 + echo
123 + elog "You need a spell check program for spell checking."
124 + elog "xfce4-dict works with enchant, aspell, ispell or any other spell"
125 + elog "check program which is compatible with the ispell command"
126 + elog "The dictionary function will still work without those"
127 + fi
128 }
129
130 pkg_postrm() {
131
132
133
134 1.10 xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild
135
136 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild?rev=1.10&view=markup
137 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild?rev=1.10&content-type=text/plain
138 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild?r1=1.9&r2=1.10
139
140 Index: xfce4-dict-0.3.0.ebuild
141 ===================================================================
142 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v
143 retrieving revision 1.9
144 retrieving revision 1.10
145 diff -u -r1.9 -r1.10
146 --- xfce4-dict-0.3.0.ebuild 26 Sep 2008 13:32:03 -0000 1.9
147 +++ xfce4-dict-0.3.0.ebuild 5 Dec 2008 16:20:27 -0000 1.10
148 @@ -1,6 +1,6 @@
149 # Copyright 1999-2008 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v 1.9 2008/09/26 13:32:03 jer Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.3.0.ebuild,v 1.10 2008/12/05 16:20:27 angelos Exp $
153
154 inherit xfce44
155
156 @@ -20,4 +20,17 @@
157 echo panel-plugin/aspell.c >> "${S}"/po/POTFILES.skip
158 }
159
160 +pkg_postinst() {
161 + xfce44_pkg_postinst
162 +
163 + if ! has_version app-text/aspell && ! has_version app-text/ispell \
164 + && ! has_version app-text/enchant; then
165 + echo
166 + elog "You need a spell check program for spell checking."
167 + elog "xfce4-dict works with enchant, aspell, ispell or any other spell"
168 + elog "check program which is compatible with the ispell command"
169 + elog "The dictionary function will still work without those"
170 + fi
171 +}
172 +
173 xfce44_goodies_panel_plugin
174
175
176
177 1.2 xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild
178
179 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild?rev=1.2&view=markup
180 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild?rev=1.2&content-type=text/plain
181 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild?r1=1.1&r2=1.2
182
183 Index: xfce4-dict-0.4.1.ebuild
184 ===================================================================
185 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild,v
186 retrieving revision 1.1
187 retrieving revision 1.2
188 diff -u -r1.1 -r1.2
189 --- xfce4-dict-0.4.1.ebuild 6 Nov 2008 20:21:59 -0000 1.1
190 +++ xfce4-dict-0.4.1.ebuild 5 Dec 2008 16:20:27 -0000 1.2
191 @@ -1,6 +1,6 @@
192 # Copyright 1999-2008 Gentoo Foundation
193 # Distributed under the terms of the GNU General Public License v2
194 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild,v 1.1 2008/11/06 20:21:59 angelos Exp $
195 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.4.1.ebuild,v 1.2 2008/12/05 16:20:27 angelos Exp $
196
197 EAPI=1
198
199 @@ -36,6 +36,15 @@
200 fdo-mime_desktop_database_update
201 fdo-mime_mime_database_update
202 gnome2_icon_cache_update
203 +
204 + if ! has_version app-text/aspell && ! has_version app-text/ispell \
205 + && ! has_version app-text/enchant; then
206 + echo
207 + elog "You need a spell check program for spell checking."
208 + elog "xfce4-dict works with enchant, aspell, ispell or any other spell"
209 + elog "check program which is compatible with the ispell command"
210 + elog "The dictionary function will still work without those"
211 + fi
212 }
213
214 pkg_postrm() {
215
216
217
218 1.25 xfce-extra/xfce4-dict/ChangeLog
219
220 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.25&view=markup
221 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?rev=1.25&content-type=text/plain
222 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog?r1=1.24&r2=1.25
223
224 Index: ChangeLog
225 ===================================================================
226 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v
227 retrieving revision 1.24
228 retrieving revision 1.25
229 diff -u -r1.24 -r1.25
230 --- ChangeLog 5 Dec 2008 15:57:26 -0000 1.24
231 +++ ChangeLog 5 Dec 2008 16:20:27 -0000 1.25
232 @@ -1,6 +1,12 @@
233 # ChangeLog for xfce-extra/xfce4-dict
234 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
235 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.24 2008/12/05 15:57:26 angelos Exp $
236 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/ChangeLog,v 1.25 2008/12/05 16:20:27 angelos Exp $
237 +
238 + 05 Dec 2008; Christoph Mende <angelos@g.o> xfce4-dict-0.3.0.ebuild,
239 + xfce4-dict-0.4.1.ebuild, xfce4-dict-0.5.0.ebuild, xfce4-dict-0.5.1.ebuild,
240 + xfce4-dict-0.5.2.ebuild:
241 + Added an elog to let the user know we need aspell/ispell/enchant for spell
242 + checking
243
244 *xfce4-dict-0.5.2 (05 Dec 2008)