Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gnat.eclass
Date: Mon, 12 Jan 2009 22:55:55
Message-Id: E1LMVhJ-00021Z-Ga@stork.gentoo.org
1 maekke 09/01/12 22:55:53
2
3 Modified: gnat.eclass
4 Log:
5 whitespace
6
7 Revision Changes Path
8 1.37 eclass/gnat.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?rev=1.37&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?rev=1.37&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/gnat.eclass?r1=1.36&r2=1.37
13
14 Index: gnat.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v
17 retrieving revision 1.36
18 retrieving revision 1.37
19 diff -u -r1.36 -r1.37
20 --- gnat.eclass 19 Jul 2008 09:20:06 -0000 1.36
21 +++ gnat.eclass 12 Jan 2009 22:55:53 -0000 1.37
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2004 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.36 2008/07/19 09:20:06 tove Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.37 2009/01/12 22:55:53 maekke Exp $
27 #
28 # Author: George Shapovalov <george@g.o>
29 # Belongs to: ada herd <ada@g.o>
30 @@ -276,7 +276,7 @@
31 # check whether all the primary compilers are installed
32 . ${GnatCommon} || die "failed to source gnat-common lib"
33 for fn in $(cat ${PRIMELIST}); do
34 - if [[ ! -f ${SPECSDIR}/${fn} ]]; then
35 + if [[ ! -f ${SPECSDIR}/${fn} ]]; then
36 elog "The ${fn} Ada compiler profile is specified as primary, but is not installed."
37 elog "Please rectify the situation before emerging Ada library!"
38 elog "Please either install again all the missing compilers listed"
39 @@ -288,7 +288,7 @@
40 die "Primary compiler is missing"
41 fi
42 done
43 -
44 +
45 export ADAC=${ADAC:-gnatgcc}
46 export ADAMAKE=${ADAMAKE:-gnatmake}
47 export ADABIND=${ADABIND:-gnatbind}