diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 04:46:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-08-22 04:46:32 +0000 |
commit | 8257c84439caa6bcb0a5d2ead7cb4629e4444190 (patch) | |
tree | 5a207927cc393287314c7cb213451b08444ca939 /eclass/mysql-autotools.eclass | |
parent | Version bump (diff) | |
download | gentoo-2-8257c84439caa6bcb0a5d2ead7cb4629e4444190.tar.gz gentoo-2-8257c84439caa6bcb0a5d2ead7cb4629e4444190.tar.bz2 gentoo-2-8257c84439caa6bcb0a5d2ead7cb4629e4444190.zip |
fix random bugs in eclass documentation, and convert to new @AUTHOR tag
Diffstat (limited to 'eclass/mysql-autotools.eclass')
-rw-r--r-- | eclass/mysql-autotools.eclass | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/eclass/mysql-autotools.eclass b/eclass/mysql-autotools.eclass index cdb854503977..cf710f9825d1 100644 --- a/eclass/mysql-autotools.eclass +++ b/eclass/mysql-autotools.eclass @@ -1,15 +1,15 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.1 2011/07/13 07:07:15 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.2 2011/08/22 04:46:32 vapier Exp $ # @ECLASS: mysql-autotools.eclass # @MAINTAINER: -# Author: Francesco Riosa (Retired) <vivo@gentoo.org> -# Maintainers: -# - MySQL Team <mysql-bugs@gentoo.org> -# - Robin H. Johnson <robbat2@gentoo.org> -# - Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> -# - Luca Longinotti <chtekk@gentoo.org> +# MySQL Team <mysql-bugs@gentoo.org> +# Robin H. Johnson <robbat2@gentoo.org> +# Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> +# Luca Longinotti <chtekk@gentoo.org> +# @AUTHOR: +# Francesco Riosa <vivo@gentoo.org> (retired) # @BLURB: This eclass provides support for autotools based mysql releases # @DESCRIPTION: # The mysql-autotools.eclass provides the support to build the mysql |