Gentoo Archives: gentoo-commits

From: "George Shapovalov (george)" <george@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gnatbuild.eclass
Date: Sat, 12 Apr 2008 07:47:03
Message-Id: E1JkaRx-0001lJ-AS@stork.gentoo.org
1 george 08/04/12 07:47:01
2
3 Modified: gnatbuild.eclass
4 Log:
5 made postinst message more informative
6
7 Revision Changes Path
8 1.38 eclass/gnatbuild.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnatbuild.eclass?rev=1.38&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnatbuild.eclass?rev=1.38&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnatbuild.eclass?r1=1.37&r2=1.38
13
14 Index: gnatbuild.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v
17 retrieving revision 1.37
18 retrieving revision 1.38
19 diff -u -r1.37 -r1.38
20 --- gnatbuild.eclass 13 Feb 2008 20:12:17 -0000 1.37
21 +++ gnatbuild.eclass 12 Apr 2008 07:47:00 -0000 1.38
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.37 2008/02/13 20:12:17 george Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.38 2008/04/12 07:47:00 george Exp $
27 #
28 # Author: George Shapovalov <george@g.o>
29 # Belongs to: ada herd <ada@g.o>
30 @@ -228,6 +228,11 @@
31 elog ""
32 elog "The compiler has been installed as gnatgcc, and the coverage testing"
33 elog "tool as gnatgcov."
34 + elog ""
35 + elog "Ada handling in Gentoo allows you to have multiple gnat variants"
36 + elog "installed in parallel and automatically manage Ada libs."
37 + elog "Please take a look at the Ada project page for some documentation:"
38 + elog "http://www.gentoo.org/proj/en/prog_lang/ada/index.xml"
39 }
40
41
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list