summaryrefslogtreecommitdiff
blob: 50d756b6b0da0b93c2a5c9a1e584184126d685bf (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
# ChangeLog for dev-java/xalan
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/xalan/ChangeLog,v 1.12 2003/09/10 04:02:50 strider Exp $

  10 Sep 2003; Adrian Almenar <strider@gentoo.org> xalan-2.5.1.ebuild:
  Updated to stable

*xalan-2.5.1 (30 Jun 2003)

  30 Jun 2003; Daniel Ahlberg <aliz@gentoo.org> xalan-2.5.1.ebuild :
  Version bump.

*xalan-2.4.1-r2 (10 Apr 2003)

  10 Apr 2003; Dylan Carlson <absinthe@gentoo.org> xalan-2.4.1-r2.ebuild:
  'x86' 'ppc' 'sparc' moved to stable.

  Closes bugs #10362, #19072.
  
  Added 'doc' USE. Stripped out virtualx. Javadocs get built properly on 
  1.3.1 JDKs, but still fail on 1.4.0 and later.  The ebuild handles this
  exception and points the user to the online documentation instead.

*xalan-2.4.1-r1 (02 Dec 2002)

  02 Dec 2002; Adrian Almenar <strider@gentoo.org> xalan-2.4.1-r1.ebuild files/digest-xalan-2.4.1-r1:
  Revision Bump.

*xalan-2.4.1 (01 Nov 2002)

  02 Dec 2002; Adrian Almenar <strider@gentoo.org> xalan-2.4.1.ebuild:
  Changed Detection of jdk if >=virtual/jdk-1.4 It doesnt build javadocs.
  Added pkg_postinst() with the URL to API for users with last line problem.
  Reordered the ebuild so it can be read better. Added code for jars that
  come with xalan can get into build classpath. Removed all jikes code.
  
  26 Nov 2002; Adrian Almenar <strider@gentoo.org> xalan-2.4.1.ebuild:
  This ebuild doesnt compile well with jikes. Also to create xdocs i needed to
  use virtualx.class cause needs to connect to xserver. Removed generation
  of javadocs since i cant figure out why they dont get generated.
  This ebuild its still masked on packages.mask.

  01 Nov 2002; Karl Trygve Kalleberg <karltk@gentoo.org> xalan-2.4.1.ebuild files/digest-xalan-2.4.1 :
  New upstream version. Ebuild submitted by Adrian Almenar
  <aalmenar@conectium.com>. 

*xalan-2.4-r1 (21 Sep 2002)

  21 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org> xalan-2.4-r1.ebuild :
  Added || die to the build stage, so it's supposed to die properly if things
  go awry. Hopefully this fixes #9615.

  21 Sep 2002; Karl Trygve Kalleberg <karltk@gentoo.org> xalan-2.4-r1.ebuild files/digest-xalan-2.4-r1:
  This version contains the actualt 2.4 release. The older ones
  contained a pre-release. Apologies for the slip, thanks to Adrian
  Almenar <aalmenar@conectium.com> for spotting and providing a fix for this
  (#8187).
  
  Removed xalan-2.4.ebuild files/digest-xalan-2.4

*xalan-2.4 (04 Jul 2002)

  01 Aug 2002; Karl Trygve Kalleberg <karltk@gentoo.org> xalan-2.4.ebuild : 
  Added LICENSE, SLOT and KEYWORDS.

  04 Jul 2002; Karl Trygve Kalleberg <karltk@gentoo.org> xalan-2.4.ebuild files/digest-xalan-2.4 : 
  From Xalan's home page:

  "Xalan-Java is an XSLT processor for transforming XML documents into
  HTML, text, or other XML document types. It implements the W3C
  Recommendations for XSL Transformations (XSLT) and the XML Path
  Language (XPath). It can be used from the command line, in an applet
  or a servlet, or as a module in other program."

  Initial import.