diff options
author | George Shapovalov <george@gentoo.org> | 2006-06-15 15:20:26 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-06-15 15:20:26 +0000 |
commit | bde5447d98d11a348f944f077fe8db2aed649040 (patch) | |
tree | d5de02d327fe530b1d088c79c4ef3b07cf179347 /eclass | |
parent | Altivec typo (diff) | |
download | historical-bde5447d98d11a348f944f077fe8db2aed649040.tar.gz historical-bde5447d98d11a348f944f077fe8db2aed649040.tar.bz2 historical-bde5447d98d11a348f944f077fe8db2aed649040.zip |
added Author and herd info
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnat.eclass | 5 | ||||
-rw-r--r-- | eclass/gnatbuild.eclass | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index 0b6feacaa54e..63a87813355f 100644 --- a/eclass/gnat.eclass +++ b/eclass/gnat.eclass @@ -1,6 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.18 2006/06/14 18:41:50 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnat.eclass,v 1.19 2006/06/15 15:20:26 george Exp $ +# +# Author: George Shapovalov <george@gentoo.org> +# Belongs to: ada herd <ada@gentoo.org> # # This eclass provides the framework for ada lib installation with the split and # SLOTted gnat compilers (gnat-xxx, gnatbuild.eclass). Each lib gets built once 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 |