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
|
# ChangeLog for dev-ruby/rexml
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexml/ChangeLog,v 1.14 2004/06/25 01:56:18 agriffis Exp $
*rexml-3.0.4 (24 Apr 2004)
24 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> rexml-3.0.2.ebuild,
rexml-3.0.4.ebuild:
Version bumped. Marked 3.0.2 stable on x86 and alpha.
11 Apr 2004; David Holm <dholm@gentoo.org> rexml-2.5.8.ebuild,
rexml-3.0.2.ebuild:
Added to ~ppc.
*rexml-3.0.2 (11 Apr 2004)
11 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> rexml-2.5.8.ebuild,
rexml-3.0.2.ebuild:
Version bumped. virtual/ruby fix
*rexml-2.5.8 (23 Apr 2003)
23 Apr 2003; Tom Payne <twp@gentoo.org> rexml-2.5.8.ebuild :
Version bump.
*rexml-2.5.7 (10 Apr 2003)
10 Apr 2003; Tom Payne <twp@gentoo.org> rexml-2.5.7.ebuild :
Version bump. Tidied ebuild. Install docs.
*rexml-2.4.5 (26 Dec 2002)
26 Dec 2002; Ryan Phillips <rphillips@gentoo.org> :
Version bump
*rexml-2.4.4 (5 Dec 2002)
5 Dec 2002; Sean Russell <ser@germane-software.com> rexml-2.4.4 files/digest-rexml-2.4.4 :
New version. The patch hasn't been needed for several versions now; the install.rb script takes a -d argument that does the same thing as "make DESTDIR=${D} install".
*rexml-2.4.0 (10 Jul 2002)
10 Jul 2002; Ryan Phillips <rphillips@gentoo.org> rexml-2.4.0 files/digest-rexml-2.4.0 :
New Version. Fixes #4796
*rexml-2.3.7 (02 Jul 2002)
02 Jul 2002; Ryan Phillips <rphillips@gentoo.org> rexml-2.3.7 files/digest-rexml-2.3.7 :
New Version. Fixes #4381
07 Jul 2002; Aron Griffis <agriffis@gentoo.org> rexml-2.3.7.ebuild:
Added LICENSE, KEYWORDS, SLOT.
*rexml-2.3.5 (17 Jun 2002)
17 Jun 2002; Ryan Phillips <rphillips@gentoo.org> rexml-2.3.5 files/digest-rexml-2.3.5 :
Updated package revision. Fixes #3799
07 Jul 2002; Aron Griffis <agriffis@gentoo.org> rexml-2.3.5.ebuild:
Added LICENSE, KEYWORDS, SLOT.
*rexml-1.2.4 (13 Apr 2002)
13 Apr 2002; Karl Trygve Kalleberg <karltk@gentoo.org> rexml-1.2.4 files/digest-rexml-1.2.4 :
REXML is an XML processor for the language Ruby. REXML is conformant (passes
100% of the Oasis non-validating tests), and includes full XPath support. It
is reasonably fast, and is implemented in pure Ruby. Best of all, it has a
clean, intuitive API.
Ebuild contributed by Aaron Malone <aaron@munge.net>.
07 Jul 2002; Aron Griffis <agriffis@gentoo.org> rexml-1.2.4.ebuild:
Added LICENSE, KEYWORDS, SLOT.
|