declare/shuffle around maintainers
authorMike Frysinger <vapier@gentoo.org>
Sun, 4 Mar 2007 21:03:59 +0000 (21:03 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 4 Mar 2007 21:03:59 +0000 (21:03 +0000)
eclass/autotools.eclass
eclass/flag-o-matic.eclass
eclass/toolchain-binutils.eclass
eclass/toolchain-funcs.eclass
eclass/toolchain.eclass

index 83632b8705f07284d38ac9653740374e07fbb070..b744eea375ea755e655ff644ea3cdfe9145d09c7 100644 (file)
@@ -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.
index bb9893d22a70a90b4d21387a7a0e518a29766b8b..66fb43640a771a190b98a4ca00c1e419d945bf01 100644 (file)
@@ -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
index 0c7e3e4c3b00bbc4b65ca63811568ee6c6ab5e0d..561d8847986e7148be1c916bf556d4dbf126c9a3 100644 (file)
@@ -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`).
index 0304eb0c6c9df76b2bfb0945ddfcc5fa0b9a861b..be6557bfd4526c043710446a9857cf53545952d6 100644 (file)
@@ -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...)
index e0be467dfa7a46f81678577d3bea663ec4116ec5..d5a6d9a3ae0c752cc9d201079edf667faee06252 100644 (file)
@@ -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"