diff options
author | George Shapovalov <george@gentoo.org> | 2008-04-12 07:47:00 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2008-04-12 07:47:00 +0000 |
commit | d3c6df99b9cd28d44fe62c62d5ab555db070d5ba (patch) | |
tree | b92d7f67a69c97e236b2d5ba9b0420d2425babb8 /eclass/gnatbuild.eclass | |
parent | Stable on ppc wrt bug 217146 (diff) | |
download | historical-d3c6df99b9cd28d44fe62c62d5ab555db070d5ba.tar.gz historical-d3c6df99b9cd28d44fe62c62d5ab555db070d5ba.tar.bz2 historical-d3c6df99b9cd28d44fe62c62d5ab555db070d5ba.zip |
made postinst message more informative
Diffstat (limited to 'eclass/gnatbuild.eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index b8df9a79b0bb..0b1dccc3304c 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.37 2008/02/13 20:12:17 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.38 2008/04/12 07:47:00 george Exp $ # # Author: George Shapovalov <george@gentoo.org> # Belongs to: ada herd <ada@gentoo.org> @@ -228,6 +228,11 @@ do_gnat_config() { elog "" elog "The compiler has been installed as gnatgcc, and the coverage testing" elog "tool as gnatgcov." + elog "" + elog "Ada handling in Gentoo allows you to have multiple gnat variants" + elog "installed in parallel and automatically manage Ada libs." + elog "Please take a look at the Ada project page for some documentation:" + elog "http://www.gentoo.org/proj/en/prog_lang/ada/index.xml" } |