1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
|
# ChangeLog for app-text/dictd
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.48 2008/11/03 22:33:56 maekke Exp $
03 Nov 2008; Markus Meier <maekke@gentoo.org> dictd-1.10.11-r3.ebuild:
amd64/x86 stable, bug #244246
03 Nov 2008; Ferris McCormick <fmccor@gentoo.org> dictd-1.10.11-r3.ebuild:
Sparc stable (again), Bug #244246, all tests good with USE='judy dbi'.
03 Nov 2008; Peter Volkov <pva@gentoo.org>
files/dictd-1.10.11-automatic-plugins_build-failure.patch:
Added URL to track patch.
*dictd-1.10.11-r3 (03 Nov 2008)
03 Nov 2008; Peter Volkov <pva@gentoo.org>
+files/dictd-1.10.11-automatic-plugins_build-failure.patch, metadata.xml,
-dictd-1.10.11.ebuild, +dictd-1.10.11-r3.ebuild:
Fixed build problem reported by Markus Meier in bug #244246 comment 9.
Dropped keywords due to new dependencies.
26 Oct 2008; Ferris McCormick <fmccor@gentoo.org> dictd-1.10.11-r2.ebuild:
Sparc stable, Bug #244246, everything looks good.
25 Oct 2008; Peter Volkov <pva@gentoo.org> dictd-1.10.11-r2.ebuild:
Fix tests: give dictd group write permission to tests directory, thank
Ferris McCormick for report in bug #244246
*dictd-1.10.11-r2 (14 Sep 2008)
14 Sep 2008; Peter Volkov <pva@gentoo.org> files/1.10.11/dictd.initd,
-dictd-1.10.11-r1.ebuild, +dictd-1.10.11-r2.ebuild:
Fixed dictd.conf generation, qoutation issue, thank Mikachu for report.
*dictd-1.10.11-r1 (12 Sep 2008)
12 Sep 2008; Peter Volkov <pva@gentoo.org> -files/1.9.7/dict.conf,
-files/1.9.7/dictd, -files/1.9.7/dictd.conf, -files/1.9.7/dictd.confd,
-files/1.9.7/site.info, +files/dictd-1.10.11-colorit-nopp-fix.patch,
+files/1.10.11/dict.conf, +files/dictd-1.10.11-dictd.8-man.patch,
+files/1.10.11/dictd.conf, +files/dictd-1.10.11-dictd.c-alen-init.patch,
+files/1.10.11/dictd.confd,
+files/dictd-1.10.11-dictdplugin_popen-g++-4.3compile.patch,
+files/1.10.11/dictd.initd, +files/dictd-1.10.11-dictl-konwert.patch,
+files/1.10.11/site.info, +files/dictd-1.10.11-dictl-translit.patch,
+files/1.10.11/colorit.conf, dictd-1.9.11-r1.ebuild, dictd-1.9.14.ebuild,
-dictd-1.10.0.ebuild, -dictd-1.10.9.ebuild, +dictd-1.10.11-r1.ebuild:
Fixed inability to stop dictd, bug #236451, thank David B. Ferguson for
report and fix. Cleaned up ebuild. Install again colorit and provide
config file (back to bug #107376). Create initd user and make initrc
script to work with permissions on its own (back to bug #90657). Took some
patches from debian most important of which backports upstream fix for
first connection denied problem. Removed old.
*dictd-1.10.11 (14 Apr 2008)
14 Apr 2008; Peter Volkov <pva@gentoo.org> +dictd-1.10.11.ebuild:
Version bump.
02 Sep 2007; Wulf C. Krueger <philantrop@gentoo.org> files/1.10.9/dictd,
files/1.10.9/dictd.confd:
Changed the init script to better accommodate for UTF-8 locales and
dictionaries and added a note about this to confd.
25 Aug 2007; Steve Dibb <beandog@gentoo.org> dictd-1.9.14.ebuild:
amd64 stable
*dictd-1.10.9 (18 Aug 2007)
18 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org>
+files/1.10.9/dict.conf, +files/1.10.9/dictd.conf, +files/1.10.9/dictd,
+files/1.10.9/dictd.confd, +files/1.10.9/site.info,
dictd-1.9.11-r1.ebuild, dictd-1.9.14.ebuild, dictd-1.10.0.ebuild,
+dictd-1.10.9.ebuild:
Removed colorit script and its man page - useless cruft. Fixes bug 107376.
Version bump to 1.10.9 (fixes bug 160125):
- fixed automagic dependencies.
Fixes bug 137653.
- Changed init script as the daemon needs to start with --locale=C.
Fixes bug 101573.
- Added an option for unusual umasks. Fixes bug 90657.
- disabled the plugins; if you need them, file a bug.
17 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org>
-files/dictd-1.8.0-gcc33-multiline-string-fix.patch:
Missed obsolete patch when removing dictd-1.8.0.
17 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org>
-files/1.8.0/dict.conf, -files/1.8.0/dictd, -files/1.8.0/dictd.conf,
-files/1.8.0/dictd.confd, -files/1.8.0/site.info, -dictd-1.8.0.ebuild:
Removed dictd-1.8.0. It didn't compile anymore, the ebuild was broken and it
was obsoleted by newer versions.
28 Apr 2007; Torsten Veller <tove@gentoo.org> dictd-1.9.11-r1.ebuild,
dictd-1.9.14.ebuild, dictd-1.10.0.ebuild:
Use newinitd
10 Feb 2007; Fabian Groffen <grobian@gentoo.org> dictd-1.10.0.ebuild:
Dropped ppc-macos keyword, see you in prefix
25 Jan 2007; Alexander H. Færøy <eroyf@gentoo.org> dictd-1.9.14.ebuild:
Stable on MIPS.
05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> dictd-1.8.0.ebuild,
dictd-1.9.11-r1.ebuild, dictd-1.9.14.ebuild, dictd-1.10.0.ebuild:
Remove gnuconfig_update usage, leave it to econf.
29 Dec 2006; Gustavo Zacarias <gustavoz@gentoo.org> dictd-1.9.14.ebuild:
Stable on sparc
09 Sep 2005; Aron Griffis <agriffis@gentoo.org> dictd-1.9.14.ebuild:
Mark 1.9.14 stable on alpha
05 Sep 2005; Markus Rothe <corsair@gentoo.org> dictd-1.9.14.ebuild:
Stable on ppc64
20 Aug 2005; Fabian Groffen <grobian@gentoo.org> dictd-1.10.0.ebuild:
Marking ~ppc-macos (bug #103171)
*dictd-1.10.0 (24 Apr 2005)
24 Apr 2005; Anders Rune Jensen <arj@gentoo.org> +dictd-1.10.0.ebuild:
Version bump. Fixes #86738.
31 Mar 2005; Aron Griffis <agriffis@gentoo.org> dictd-1.9.14.ebuild:
stable on ia64
04 Mar 2005; Michael Hanselmann <hansmi@gentoo.org> dictd-1.9.14.ebuild:
Stable on ppc, bug 83997.
19 Feb 2005; Markus Rothe <corsair@gentoo.org> dictd-1.9.11-r1.ebuild:
Stable on ppc64; bug #81211
20 Dec 2004; Alastair Tse <liquidx@gentoo.org> dictd-1.9.14.ebuild:
fix installation of conf.d and init.d files for 1.9.14 (#74771)
*dictd-1.9.14 (22 Sep 2004)
22 Sep 2004; Alastair Tse <liquidx@gentoo.org> +dictd-1.9.14.ebuild:
version bump (#47461)
01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> dictd-1.8.0.ebuild,
dictd-1.9.11-r1.ebuild:
virtual/glibc -> virtual/libc
13 Mar 2004; Jason Wever <weeve@gentoo.org> dictd-1.9.11-r1.ebuild:
Stable on sparc.
09 Mar 2004; <agriffis@gentoo.org> dictd-1.9.11-r1.ebuild:
stable on alpha and ia64
07 Mar 2004; Alastair Tse <liquidx@gentoo.org> dictd-1.8.0.ebuild:
apply missing patch for 1.8.0
*dictd-1.9.11-r1 (09 Feb 2004)
09 Feb 2004; Dylan Carlson <absinthe@gentoo.org> files/1.9.11-r1/dict.conf,
files/1.9.11-r1/dictd, files/1.9.11-r1/dictd.conf,
files/1.9.11-r1/dictd.confd, files/1.9.11-r1/site.info:
fixed missing init scripts/etc; closing bug #29688. marked stable for amd64.
*dictd-1.9.11 (15 Jan 2004)
15 Jan 2004; Alastair Tse <liquidx@gentoo.org> dictd-1.9.7.ebuild:
version bump (#38306) and fix conf file locations (#37675) thanks to TGL
<degrenier@easyconnect.fr>
*dictd-1.9.7 (29 Dec 2003)
29 Dec 2003; Seemant Kulleen <seemant@gentoo.org> dictd-1.5.5-r6.ebuild,
dictd-1.8.0.ebuild, dictd-1.9.7.ebuild, files/1.5.5-r2/dict.conf,
files/1.5.5-r2/dictd-run, files/1.5.5-r2/dictd.conf,
files/1.5.5-r2/site.info, files/1.5.5-r2/svc-dictd,
files/1.5.5-r3/dict.conf, files/1.5.5-r3/dictd.conf,
files/1.5.5-r3/rc.dictd, files/1.5.5-r3/site.info, files/1.5.5-r6/dict.conf,
files/1.5.5-r6/dictd.conf, files/1.5.5-r6/dictd.confd,
files/1.5.5-r6/dictd.rc6, files/1.5.5-r6/site.info, files/1.9.7/dict.conf,
files/1.9.7/dictd, files/1.9.7/dictd.conf, files/1.9.7/dictd.confd,
files/1.9.7/site.info:
version bump, thanks to: José Romildo Malaquias <romildo@uber.com.br> in bug
#36638
*dictd-1.8.0 (14 Dec 2002)
02 Oct 2003; Joshua Kinard <kumba@gentoo.org> dictd-1.8.0.ebuild:
Added a patch to fix a multi-line string issue with gcc-3.3.1. Closes Bug #29227.
Also added gnuconfig support in as dictd does not understand the sparc architecture.
19 Jan 2003; Olivier Reisch <doctomoe@gentoo.org> dictd-1.8.0.ebuild:
Added ~ppc keyword
14 Dec 2002; Seemant Kulleen <seemant@gentoo.org> dictd-1.8.0.ebuild
files/digest-dictd-1.8.0 files/1.8.0/* :
Version bump, thanks to: absinthe@pobox.com (Dylan Carlson) in bug #12113
*dictd-1.5.5-r6 (1 Feb 2002)
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
*dictd-1.5.5-r3 (13 Feb 2003)
11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
Added missing changelog entry.
*dictd-1.5.5-r2 (13 Feb 2003)
11 Jul 2003; Daniel Ahlberg <aliz@gentoo.org> :
Added missing changelog entry.
|