diff options
author | George Shapovalov <george@gentoo.org> | 2006-06-15 15:19:37 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-06-15 15:19:37 +0000 |
commit | 957e94bfc3364e815fafc20a652b23e6c978bd16 (patch) | |
tree | 7f41faf9d3bbec55e29771a16f753db869cc2bb6 /eclass | |
parent | Altivec typo (diff) | |
download | gentoo-2-957e94bfc3364e815fafc20a652b23e6c978bd16.tar.gz gentoo-2-957e94bfc3364e815fafc20a652b23e6c978bd16.tar.bz2 gentoo-2-957e94bfc3364e815fafc20a652b23e6c978bd16.zip |
added Author and herd info
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnatbuild.eclass | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/eclass/gnatbuild.eclass b/eclass/gnatbuild.eclass index 7aaed89423d5..e612f98b9f76 100644 --- a/eclass/gnatbuild.eclass +++ b/eclass/gnatbuild.eclass @@ -1,10 +1,12 @@ # 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.14 2006/05/02 22:32:54 swegener Exp $ - -# ATTN! -# set HOMEPAGE and LICENSE in appropriate ebuild, as we have -# gnat developed at two locations now. +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.15 2006/06/15 15:19:37 george Exp $ +# +# Author: George Shapovalov <george@gentoo.org> +# Belongs to: ada herd <ada@gentoo.org> +# +# Note: HOMEPAGE and LICENSE are set in appropriate ebuild, as +# gnat is developed by FSF and AdaCore "in parallel" inherit eutils versionator toolchain-funcs flag-o-matic multilib libtool fixheadtails gnuconfig |