diff options
author | Christian Heim <phreak@gentoo.org> | 2007-10-03 12:53:10 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-10-03 12:53:10 +0000 |
commit | da22853c3ba8ed879ced480fe51fd985840d5036 (patch) | |
tree | 2af18f82cf9b711bf914b828eb15a9f75d5873df /eclass | |
parent | Cleanup (diff) | |
download | gentoo-2-da22853c3ba8ed879ced480fe51fd985840d5036.tar.gz gentoo-2-da22853c3ba8ed879ced480fe51fd985840d5036.tar.bz2 gentoo-2-da22853c3ba8ed879ced480fe51fd985840d5036.zip |
kernel related eclasses are maintained by kernel-misc@gentoo.org.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kernel-2.eclass | 5 | ||||
-rw-r--r-- | eclass/linux-info.eclass | 6 | ||||
-rw-r--r-- | eclass/linux-mod.eclass | 7 |
3 files changed, 10 insertions, 8 deletions
diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass index a0fc1b9dde56..5fb9e42daa24 100644 --- a/eclass/kernel-2.eclass +++ b/eclass/kernel-2.eclass @@ -1,11 +1,12 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.205 2007/07/09 04:24:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kernel-2.eclass,v 1.206 2007/10/03 12:53:10 phreak Exp $ # Description: kernel.eclass rewrite for a clean base regarding the 2.6 # series of kernel with back-compatibility for 2.4 # -# Maintainer: John Mylchreest <johnm@gentoo.org> +# Original author: John Mylchreest <johnm@gentoo.org> +# Maintainer: kernel-misc@gentoo.org # # Please direct your bugs to the current eclass maintainer :) diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index c23e71517abd..a93596ef656c 100644 --- a/eclass/linux-info.eclass +++ b/eclass/linux-info.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/linux-info.eclass,v 1.51 2007/10/01 13:16:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.52 2007/10/03 12:53:10 phreak Exp $ # # Description: This eclass is used as a central eclass for accessing kernel # related information for sources already installed. @@ -8,8 +8,8 @@ # out so that any ebuild behaviour "templates" are abstracted out # using additional eclasses. # -# Maintainer: John Mylchreest <johnm@gentoo.org> -# Copyright 2004 Gentoo Linux +# Original author: John Mylchreest <johnm@gentoo.org> +# Maintainer: kernel-misc@gentoo.org # # Please direct your bugs to the current eclass maintainer :) diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index e2b3a927d896..5d459313271d 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -1,14 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.74 2007/04/16 19:20:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.75 2007/10/03 12:53:10 phreak Exp $ # Description: This eclass is used to interface with linux-info in such a way # to provide the functionality required and initial functions # required to install external modules against a kernel source # tree. # -# Maintainer: John Mylchreest <johnm@gentoo.org>, Stefan Schweizer <genstef@gentoo.org> -# Copyright 2004 Gentoo Linux +# Author(s): John Mylchreest <johnm@gentoo.org>, +# Stefan Schweizer <genstef@gentoo.org> +# Maintainer: kernel-misc@gentoo.org # # Please direct your bugs to the current eclass maintainer :) |