diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-15 14:45:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-15 14:45:59 +0000 |
commit | 6de301d6aabad9cf13bb4c892cffb1e8a4b67692 (patch) | |
tree | 31d4c93df7601af6cec386342bee539ab082ba01 /eclass | |
parent | Typo in the ebuild for ppc (diff) | |
download | historical-6de301d6aabad9cf13bb4c892cffb1e8a4b67692.tar.gz historical-6de301d6aabad9cf13bb4c892cffb1e8a4b67692.tar.bz2 historical-6de301d6aabad9cf13bb4c892cffb1e8a4b67692.zip |
document maintainers
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cvs.eclass | 6 | ||||
-rw-r--r-- | eclass/eutils.eclass | 4 | ||||
-rw-r--r-- | eclass/flag-o-matic.eclass | 7 | ||||
-rw-r--r-- | eclass/gnuconfig.eclass | 6 | ||||
-rw-r--r-- | eclass/mount-boot.eclass | 9 |
5 files changed, 21 insertions, 11 deletions
diff --git a/eclass/cvs.eclass b/eclass/cvs.eclass index c077cb39c960..6adc9a3c0dd7 100644 --- a/eclass/cvs.eclass +++ b/eclass/cvs.eclass @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.63 2006/01/07 23:46:57 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cvs.eclass,v 1.64 2006/06/15 14:45:59 vapier Exp $ +# +# Maintainer: vapier@gentoo.org (and anyone who wants to help) inherit eutils diff --git a/eclass/eutils.eclass b/eclass/eutils.eclass index e3c9c7e321de..217534ba61a5 100644 --- a/eclass/eutils.eclass +++ b/eclass/eutils.eclass @@ -1,11 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.240 2006/06/09 15:36:40 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.241 2006/06/15 14:45:59 vapier Exp $ # # This eclass is for general purpose functions that most ebuilds # have to implement themselves. # # NB: If you add anything, please comment it! +# +# Maintainer: see each individual function, base-system@gentoo.org as default inherit multilib portability diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 93d513702146..4a9d350fd9af 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,7 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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.107 2006/04/15 00:44:16 vapier Exp $ - +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.108 2006/06/15 14:45:59 vapier Exp $ +# +# Maintainer: base-system@gentoo.org # need access to emktemp() inherit eutils toolchain-funcs multilib diff --git a/eclass/gnuconfig.eclass b/eclass/gnuconfig.eclass index 42d38a7c9857..635f4133a4e4 100644 --- a/eclass/gnuconfig.eclass +++ b/eclass/gnuconfig.eclass @@ -1,6 +1,8 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.30 2005/08/05 02:39:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnuconfig.eclass,v 1.31 2006/06/15 14:45:59 vapier Exp $ +# +# THIS ECLASS IS DEAD: It has been integrated into portage # # Author: Will Woods <wwoods@gentoo.org> # diff --git a/eclass/mount-boot.eclass b/eclass/mount-boot.eclass index b4b30046f2ff..eb8d75d29ad2 100644 --- a/eclass/mount-boot.eclass +++ b/eclass/mount-boot.eclass @@ -1,11 +1,14 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.11 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mount-boot.eclass,v 1.12 2006/06/15 14:45:59 vapier Exp $ +# +# This eclass is really only useful for bootloaders. # # If the live system has a separate /boot partition configured, then this # function tries to ensure that it's mounted in rw mode, exiting with an # error if it cant. It does nothing if /boot isn't a separate partition. - +# +# MAINTAINER: base-system@gentoo.org EXPORT_FUNCTIONS pkg_preinst |