summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-03-04 21:03:59 +0000
committerMike Frysinger <vapier@gentoo.org>2007-03-04 21:03:59 +0000
commit69a2fc693cc494a231fe966e44aae6fc66f620fa (patch)
tree3afaf61ed57bc6c63920b9d8bfe975e42d4afc18 /eclass
parentdeclare maintainer and cleanup a little (diff)
downloadhistorical-69a2fc693cc494a231fe966e44aae6fc66f620fa.tar.gz
historical-69a2fc693cc494a231fe966e44aae6fc66f620fa.tar.bz2
historical-69a2fc693cc494a231fe966e44aae6fc66f620fa.zip
declare/shuffle around maintainers
Diffstat (limited to 'eclass')
-rw-r--r--eclass/autotools.eclass5
-rw-r--r--eclass/flag-o-matic.eclass6
-rw-r--r--eclass/toolchain-binutils.eclass8
-rw-r--r--eclass/toolchain-funcs.eclass6
-rw-r--r--eclass/toolchain.eclass6
5 files changed, 17 insertions, 14 deletions
diff --git a/eclass/autotools.eclass b/eclass/autotools.eclass
index 83632b8705f0..b744eea375ea 100644
--- a/eclass/autotools.eclass
+++ b/eclass/autotools.eclass
@@ -1,9 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.64 2007/01/19 23:39:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.65 2007/03/04 21:03:59 vapier Exp $
#
-# Author: Diego Pettenò <flameeyes@gentoo.org>
-# Enhancements: Martin Schlemmer <azarah@gentoo.org>
+# Maintainer: base-system@gentoo.org
#
# This eclass is for handling autotooled software packages that
# needs to regenerate their build scripts.
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index bb9893d22a70..66fb43640a77 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.115 2006/12/29 21:30:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.116 2007/03/04 21:03:59 vapier Exp $
#
-# Maintainer: base-system@gentoo.org
+# Maintainer: toolchain@gentoo.org
# need access to emktemp()
inherit eutils toolchain-funcs multilib
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass
index 0c7e3e4c3b00..561d8847986e 100644
--- a/eclass/toolchain-binutils.eclass
+++ b/eclass/toolchain-binutils.eclass
@@ -1,7 +1,9 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.70 2007/01/07 05:51:21 vapier Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.71 2007/03/04 21:03:58 vapier Exp $
+#
+# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
+#
# We install binutils into CTARGET-VERSION specific directories. This lets
# us easily merge multiple versions for multiple targets (if we wish) and
# then switch the versions on the fly (with `binutils-config`).
diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass
index 0304eb0c6c9d..be6557bfd452 100644
--- a/eclass/toolchain-funcs.eclass
+++ b/eclass/toolchain-funcs.eclass
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.66 2007/02/16 00:12:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.67 2007/03/04 21:03:58 vapier Exp $
#
-# Author: Toolchain Ninjas <toolchain@gentoo.org>
+# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
#
# This eclass contains (or should) functions to get common info
# about the toolchain (libc/compiler/binutils/etc...)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index e0be467dfa7a..d5a6d9a3ae0c 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.329 2007/02/22 02:09:24 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.330 2007/03/04 21:03:58 vapier Exp $
+#
+# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
HOMEPAGE="http://gcc.gnu.org/"
LICENSE="GPL-2 LGPL-2.1"