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 | 7611325c376a6aaf68a53104daf2c062d2f18e3c (patch) | |
tree | 7c9e3550bab546735159d21bd18bb30a533ab8e5 /eclass | |
parent | Stable on ppc wrt bug 217146 (diff) | |
download | gentoo-2-7611325c376a6aaf68a53104daf2c062d2f18e3c.tar.gz gentoo-2-7611325c376a6aaf68a53104daf2c062d2f18e3c.tar.bz2 gentoo-2-7611325c376a6aaf68a53104daf2c062d2f18e3c.zip |
made postinst message more informative
Diffstat (limited to '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" } |