summaryrefslogtreecommitdiff
blob: 8dfa5d524e2c91ea1f7fe367126d3b71807b9850 (plain)
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
# ChangeLog for dev-java/itext
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/ChangeLog,v 1.52 2007/09/02 07:22:21 opfer Exp $

  02 Sep 2007; Christian Faulhammer <opfer@gentoo.org> itext-2.0.4.ebuild:
  stable x86, bug 190405

  01 Sep 2007; nixnut <nixnut@gentoo.org> itext-2.0.4.ebuild:
  Stable on ppc wrt bug 190405

  28 Aug 2007; William L. Thomson Jr. <wltjr@gentoo.org> itext-2.0.4.ebuild:
  amd64 stable, bug #190405.

  22 Aug 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  -itext-2.0.2.ebuild, -itext-2.0.3.ebuild:
  Actually removing older versions

  22 Aug 2007; William L. Thomson Jr. <wltjr@gentoo.org> itext-1.4.8.ebuild,
  itext-2.0.4.ebuild:
  Remove older versions cleaned up ebuilds per bug #186323

  16 Jun 2007; Tobias Scherbaum <dertobi123@gentoo.org> itext-2.0.4.ebuild:
  Added ~ppc, bug #180394

  07 Jun 2007; Markus Rothe <corsair@gentoo.org> itext-2.0.4.ebuild:
  Added ~ppc64; bug #180394

*itext-2.0.4 (06 Jun 2007)

  06 Jun 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  +itext-2.0.4.ebuild:
  Bumped package to latest release. compile.xml does not download resources
  anymore and does not require patch.

  30 May 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  +files/2.0-ImageIO.patch, itext-2.0.3.ebuild:
  Added patch that switches from com.sun.* stuff for JPEGs to ImageIO. Fix for
  bug # 180339

*itext-2.0.3 (30 May 2007)

  30 May 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  +itext-2.0.3.ebuild:
  Bumped to latest release

  19 May 2007; Vlastimil Babka <caster@gentoo.org> itext-2.0.2.ebuild:
  Add cjk useflag that downloads and installs Asian fonts and cmaps.

*itext-2.0.2 (18 Apr 2007)

  18 Apr 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  -files/2.0.1-compile_xml.patch, +files/2.0.2-compile_xml.patch,
  -files/2.0.1-site_xml.patch, +files/2.0.2-site_xml.patch,
  -itext-2.0.1.ebuild, +itext-2.0.2.ebuild:
  Bumped to latest version

  03 Apr 2007; Vlastimil Babka <caster@gentoo.org>
  +files/2.0.1-site_xml.patch, itext-2.0.1.ebuild:
  Remove external links from javadoc call so it doesn't work online, closes
  bug #171900. Add missing bcprov dep. Don't call dojar on deps' jars.

  27 Mar 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  +files/2.0.1-compile_xml.patch, -files/compile_xml.patch,
  itext-2.0.1.ebuild:
  Versioned and updated patch that broke when bumping from 2.0.0 -> 2.0.1.

*itext-2.0.1 (25 Mar 2007)

  25 Mar 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  +files/compile_xml.patch, -itext-2.0.0.ebuild, +itext-2.0.1.ebuild:
  Bumped package to latest version. Stopped downloading deps and switched to
  system installed versions per bug #171900. Dropped ~ppc/~ppc64 keywords due
  to bcmail keywords. Still looking into if 2.0.x should be slotted or not

*itext-2.0.0-r1 (25 Mar 2007)

  25 Mar 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  +files/compile_xml.patch, -itext-2.0.0.ebuild, +itext-2.0.0-r1.ebuild:
  Stopped downloading deps and switched to system installed versions per bug
  #171900. Dropped ~ppc/~ppc64 keywords due to bcmail keywords.

  23 Mar 2007; Petteri Räty <betelgeuse@gentoo.org> itext-2.0.0.ebuild:
  itext-2.0.0 went straight to stable so moving back to ~arch because it's
  downloading dependencies from the internet.

*itext-2.0.0 (08 Mar 2007)

  08 Mar 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  +itext-2.0.0.ebuild:
  Bumped to latest version of iText

  04 Feb 2007; nixnut <nixnut@gentoo.org> itext-1.4.8.ebuild:
  Stable on ppc wrt bug 162950

  03 Feb 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  -itext-1.4.7-r2.ebuild:
  Removed older version of package

  03 Feb 2007; Steve Dibb <beandog@gentoo.org> itext-1.4.8.ebuild:
  amd64 stable, bug 162950

  01 Feb 2007; Markus Rothe <corsair@gentoo.org> itext-1.4.8.ebuild:
  Stable on ppc64

  21 Jan 2007; Christian Faulhammer <opfer@gentoo.org> itext-1.4.8.ebuild:
  stable x86, bug #162950

  09 Jan 2007; Vlastimil Babka <caster@gentoo.org> -itext-1.4.5.ebuild:
  Remove obsolete version.

  09 Jan 2007; Steve Dibb <beandog@gentoo.org> itext-1.4.7-r2.ebuild:
  amd64 stable, bug 156850

  06 Jan 2007; William L. Thomson Jr. <wltjr@gentoo.org>
  -itext-1.3.6-r1.ebuild, itext-1.4.5.ebuild, -itext-1.4.6.ebuild,
  -itext-1.4.7.ebuild, itext-1.4.7-r2.ebuild, itext-1.4.8.ebuild:
  Brought foward ~ppc keyword despite lack of hardware to test. House cleaning
  of older versions

  31 Dec 2006; Markus Rothe <corsair@gentoo.org> itext-1.4.7-r2.ebuild,
  itext-1.4.8.ebuild:
  Added ~ppc64; bug #157146

*itext-1.4.8 (19 Dec 2006)

  19 Dec 2006; William L. Thomson Jr. <wltjr@gentoo.org>
  +itext-1.4.8.ebuild:
  Bumped package to latest version

*itext-1.4.7-r2 (08 Dec 2006)

  08 Dec 2006; Vlastimil Babka <caster@gentoo.org> -itext-1.4.7-r1.ebuild,
  +itext-1.4.7-r2.ebuild:
  Revbump to fix bug #157496.

  08 Dec 2006; Christian Faulhammer <opfer@gentoo.org>
  itext-1.4.7-r1.ebuild:
  stable x86, bug #156850

*itext-1.4.7-r1 (07 Dec 2006)

  07 Dec 2006; William L. Thomson Jr. <wltjr@gentoo.org>
  +itext-1.4.7-r1.ebuild:
  Updated ebuild to use shipped build.xml and not download the older generic
  one. Also not downloading or installing the addon jars anymore. Fixes bug
  #157453

  04 Dec 2006; William L. Thomson Jr. <wltjr@gentoo.org>
  +itext-1.3.6-r1.ebuild:
  Restoring older version due to broken dep of a stale package :(. Band aid
  where stiches are required.

  03 Dec 2006; Christian Faulhammer <opfer@gentoo.org> itext-1.4.6.ebuild:
  stable x86, bug #156850

  01 Dec 2006; William L. Thomson Jr. <wltjr@gentoo.org>
  -itext-1.2.3.ebuild, -itext-1.3.ebuild, -itext-1.3.5.ebuild,
  -itext-1.3.6.ebuild, -itext-1.3.6-r1.ebuild:
  Removed older versions, all were the same slot 0. 1.4.5 is stable on archs
  that matter :)

*itext-1.4.7 (01 Dec 2006)

  01 Dec 2006; William L. Thomson Jr. <wltjr@gentoo.org>
  +itext-1.4.7.ebuild:
  Revision bump to lastest version of the package

  23 Nov 2006; <blubb@gentoo.org> itext-1.4.5.ebuild:
  stable on amd64

  17 Nov 2006; Andrej Kacian <ticho@gentoo.org> itext-1.4.5.ebuild:
  Stable on x86, bug #154826.

*itext-1.4.6 (11 Nov 2006)

  11 Nov 2006; William L. Thomson Jr. <wltjr@gentoo.org>
  +itext-1.4.6.ebuild:
  Verision bump to latest stable version

*itext-1.4.5 (28 Sep 2006)

  28 Sep 2006; William L. Thomson Jr. <wltjr@gentoo.org> metadata.xml,
  +itext-1.4.5.ebuild:
  Updated itext to latest version dropped ~ppc keyword due to lack of hardware
  to test on. Took over package maintenance.

*itext-1.3.6-r1 (07 Sep 2006)

  07 Sep 2006; Joshua Nichols <nichoj@gentoo.org> +itext-1.3.6-r1.ebuild:
  Revision bump to support the new Java system.

*itext-1.3.6 (16 Dec 2005)

  16 Dec 2005; Petteri Räty <betelgeuse@gentoo.org> +itext-1.3.6.ebuild:
  Version bump. Javadoc now installed to /usr/share/doc/itext-${PF}/html/api/
  following the java policy.

*itext-1.3.5 (23 Nov 2005)

  23 Nov 2005; Joshua Nichols <nichoj@gentoo.org> +itext-1.3.5.ebuild:
  Version bump (bug #112062)

  02 Aug 2005; Petteri Räty <betelgeuse@gentoo.org> itext-1.3.ebuild:
  Added source use flag support for bug 98042.

  16 Jul 2005; Thomas Matthijs <axxo@gentoo.org> -itext-1.1.4.ebuild,
  itext-1.2.3.ebuild, itext-1.3.ebuild:
  remove older, keyword x86

  01 Jul 2005; David Holm <dholm@gentoo.org> itext-1.3.ebuild:
  Added to ~ppc.

  20 May 2005; Jan Brinkmann <luckyduck@gentoo.org> itext-1.2.3.ebuild:
  introduced support for the source useflag, stable on amd64

*itext-1.3 (29 Apr 2005)

  29 Apr 2005; <mglauche@gentoo.org> -itext-1.2.1.ebuild, itext-1.2.3.ebuild,
  +itext-1.3.ebuild:
  Version bump, removed 1.2.1, marked 1.2.4 stable on x86, marked 1.2.4 unstable
  on amd64

*itext-1.2.3 (04 Mar 2005)

  04 Mar 2005; <mglauche@gentoo.org> +itext-1.2.3.ebuild:
  Version bump

*itext-1.2.1 (17 Jan 2005)

  17 Jan 2005; <mglauche@gentoo.org> itext-1.1.4.ebuild, -itext-1.1.ebuild,
  +itext-1.2.1.ebuild:
  Version bump: 1.2.1 (latest stable from website), remove old version

*itext-1.1 (05 Jan 2005)

  05 Jan 2005; <mglauche@gentoo.org> +Changelog, +metadata.xml,
  +itext-1.1.4.ebuild, +itext-1.1.ebuild:
  new location: dev-java/itext
  version bumps

*itext-1.02b-r1 (14 Nov 2004)

  14 Nov 2004; Thomas Matthijs <axxo@gentoo.org> +itext-1.02b-r1.ebuild:
  don't download anything during install, #63232, patch submitted by Hendrik
  Sticher <hendrik_sticher@gmx.de>

  16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> itext-1.02b.ebuild:
  use java-pkg_dohtml instead of dohtml to also install the package-list in
  case of api docs: #50740

  23 Aug 2004; Chris Aniszczyk <zx@gentoo.org> itext-1.02b.ebuild:
  Marking stable on x86

  17 Feb 2004; Chris Aniszczyk <zx@gentoo.org> itext-1.02b.ebuild:
  Ooops... fixes :)

*itext-1.02b (17 Feb 2004)

  17 Feb 2004; Chris Aniszczyk <zx@gentoo.org> itext-1.02b.ebuild:
  Initial Import. Bug #41064