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
|
# ChangeLog for dev-ada/xmlada
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ada/xmlada/ChangeLog,v 1.21 2006/11/13 17:12:22 george Exp $
13 Nov 2006; George Shapovalov <george@gentoo.org> -xmlada-1.0-r1.ebuild,
-xmlada-1.0-r2.ebuild, -xmlada-1.0-r3.ebuild, xmlada-1.0-r4.ebuild:
removed pkg_postinst (in the eclass for a while) and pulled intermediate
(broken) -r's
12 Jun 2006; George Shapovalov <george@gentoo.org> +xmlada-1.0-r4.ebuild:
added LDPATH as per discussion in #111340
05 Jun 2006; George Shapovalov <george@gentoo.org> -xmlada-1.0-r4.ebuild:
removed LD_RUN_PATH as it is not to be used (#111340)
*xmlada-1.0-r4 (02 Jun 2006)
02 Jun 2006; George Shapovalov <george@gentoo.org> +xmlada-1.0-r4.ebuild:
added LD_RUN_PATH to generated config
*xmlada-1.0-r3 (25 May 2006)
25 May 2006; George Shapovalov <george@gentoo.org> +xmlada-1.0-r3.ebuild:
fixed env settings (#111340). Thanks to Max Reznik for spotting the problem
*xmlada-1.0-r2 (16 May 2006)
16 May 2006; George Shapovalov <george@gentoo.org> +xmlada-1.0-r2.ebuild:
fixed broken Makefile logic (#111340) - shared libs are now installed under proper
names and symlinked as they should. Revbump, as this is affects the result.
*xmlada-1.0-r1 (15 May 2006)
15 May 2006; George Shapovalov <george@gentoo.org> +xmlada-1.0-r1.ebuild:
updated xmlada to use new gnat.eclass, including support for new split gnat
compilers..
13 May 2006; George Shapovalov <george@gentoo.org> xmlada-0.7.1-r2.ebuild,
xmlada-1.0.ebuild:
removed inherit gnat until adapted for new eclass
01 May 2005; Michael Hanselmann <hansmi@gentoo.org>
xmlada-0.7.1-r2.ebuild:
Stable on ppc.
29 Jun 2004; Aron Griffis <agriffis@gentoo.org> xmlada-0.7.1-r2.ebuild,
xmlada-1.0.ebuild:
add sed-4 dep
*xmlada-1.0 (16 Nov 2003)
16 Nov 2003; David Holm <dholm@gentoo.org> xmlada-1.0.ebuild:
New version of XmlAda.
28 Oct 2003; David Holm <dholm@gentoo.org> xmlada-0.7.1-r2.ebuild:
Added to ADA_INCLUDE_PATH and ADA_OBJECTS_PATH.
06 Oct 2003; David Holm <dholm@gentoo.org> xmlada-0.7.1-r1.ebuild,
xmlada-0.7.1-r2.ebuild, xmlada-0.7.1.ebuild:
Moved to stable on x86.
18 Sep 2003; David Holm <dholm@gentoo.org> xmlada-0.7.1-r2.ebuild:
Added to ~ppc.
18 Aug 2003; David Holm <dholm@gentoo.org> metadata.xml:
Added metadata.xml.
*xmlada-0.7.1-r2 (13 Aug 2003)
13 Aug 2003; David Holm <dholm@gentoo.org> xmlada-0.7.1-r2.ebuild:
A small update, this version symlinks the shared libraries into /usr/lib so
that applications using the library will be able to find it. This closes my
own bug #26207.
23 Jul 2003; George Shapovalov <george@gentoo.org> xmlada-0.7.1-r1.ebuild :
few adjustments suggested in #12081 to make it GNAE compliant, now for real
*xmlada-0.7.1-r1 (22 Nov 2002)
22 Jul 2003; George Shapovalov <george@gentoo.org> xmlada-0.7.1-r1.ebuild :
made few changes to where the library gets installed, to bring it into
compliance with GNAE.
*xmlada-0.7.1 (20 Nov 2002)
21 Jul 2003; George Shapovalov <george@gentoo.org> xmlada-0.7.1.ebuild :
cleaned-up and added to the tree (#12081)
"This new library provides Ada95 XML support."
20 Nov 2002; Alexis Muller <Alexis.Muller@lifl.fr> xmlada-0.7.1.ebuild, files/xmlada-0.7.1-gentoo.diff :
First realase of XmlAda ebuild and ChangeLog.
Patch to upgrade the stack size from 64 elements to 128.
|