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
|
# ChangeLog for dev-ada/asis
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/ChangeLog,v 1.24 2007/01/25 23:39:26 genone Exp $
25 Jan 2007; Marius Mauch <genone@gentoo.org> asis-3.4.6.ebuild,
asis-3.4.6.2006.ebuild, asis-3.15p.ebuild, asis-3.44.ebuild:
Replacing einfo with elog
09 Sep 2006; George Shapovalov <george@gentoo.org> asis-3.4.6.2006.ebuild:
repackaged the sources for 3.4.6.2006 and simplified the ebuild
*asis-3.4.6 (09 Sep 2006)
09 Sep 2006; George Shapovalov <george@gentoo.org> +asis-3.4.6.ebuild:
new version of ASIS, for FSF's gnat-3.4.6
08 Sep 2006; George Shapovalov <george@gentoo.org> asis-3.4.6.2006.ebuild:
fixed up utils finding wrong gcc, missed some gcc->gnatgcc conversions first
time around
*asis-3.4.6.2006 (08 Sep 2006)
08 Sep 2006; George Shapovalov <george@gentoo.org>
+asis-3.4.6.2006.ebuild, asis-3.15p.ebuild:
added new version to go with gnat-gcc-3.4.6.2006. Installs into gnat's dirs,
extending the compiler (as it is supposed). See #111340 for details
Removed ppc from KEYWORDS of 3.15p as gnat-3.15p is masked in ppc profile
(and will soon be pulled anyways).
13 May 2006; George Shapovalov <george@gentoo.org> asis-3.15p.ebuild,
asis-3.44.ebuild:
removed inherit gnat until adapted for new eclass
03 Jan 2006; George Shapovalov <george@gentoo.org> asis-3.44.ebuild:
changed DEPEND to >=gnat-3.44, to avoid donwgrading new version of gnat - we
just need the same major number of backend, any 3.4x will work..
28 Dec 2005; George Shapovalov <george@gentoo.org> asis-3.44.ebuild:
added ~x86 to KEYWORDS
19 Dec 2005; George Shapovalov <george@gentoo.org> asis-3.44.ebuild:
added some C[XX]FLAGS filtering
removed ~x86 and ~ppc from KEYWORDS ans ebuild preps for unmasking
18 Dec 2005; George Shapovalov <george@gentoo.org> asis-3.44.ebuild:
added app-text/tetex to DEPEND
*asis-3.44 (15 Dec 2005)
15 Dec 2005; George Shapovalov <george@gentoo.org> files/asis-3.15p.diff, asis-3.15p.ebuild, +asis-3.44.ebuild:
new version, works with gnat-3.44
also, reversed the patch for 3.15p and restricted its DEPEND to =dev-lang/gnat-3.15p*
as additional testing showed that, even though asis-3.15 can be built with gnat-3.44
it is not behaving in a stable way..
15 Dec 2005; George Shapovalov <george@gentoo.org> files/asis-3.15p.diff, asis-3.15p.ebuild:
adjusted the patch to make asis build with gnat-3.4x series
(based on gcc-3.4.x, so does stricter checks)
also eliminated unnecessary cd ${S} at the end of src_compile
01 May 2005; Michael Hanselmann <hansmi@gentoo.org> asis-3.15p.ebuild:
Stable on ppc.
19 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> asis-3.15p.ebuild:
Inherit eutils.
28 Oct 2003; David Holm <dholm@gentoo.org> asis-3.15p.ebuild:
Added to ADA_INCLUDE_PATH and masked for systems with GNAT-5.* as you need
ASIS 2.x for this (which hasn't been released for free yet).
06 Oct 2003; David Holm <dholm@gentoo.org> asis-3.15p.ebuild:
Moved to stable on x86.
19 Sep 2003; David Holm <dholm@gentoo.org> asis-3.15p.ebuild:
Added to ~ppc.
17 Aug 2003; David Holm <dholm@gentoo.org> metadata.xml:
Added a <longdescription>-tag to metadata.xml.
*asis-3.15p (13 Jul 2003)
13 Jul 2003; George Shapovalov <george@gentoo.org> asis-3.15p.ebuild, Manifest, files/{asis-3.15p.diff,digest-asis-3.15p} :
initial release (#23047)
The Ada Semantic Interface Specification queries and services provide a consistent interface to information within the Ada Program Library created at compile time.
ebuild submitted by David Holm <dholm@telia.com>
|