| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.1 2011/07/13 07:07:15 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql-autotools.eclass,v 1.2 2011/08/22 04:46:32 vapier Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: mysql-autotools.eclass |
5 | # @ECLASS: mysql-autotools.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Author: Francesco Riosa (Retired) <vivo@gentoo.org> |
|
|
| 8 | # Maintainers: |
|
|
| 9 | # - MySQL Team <mysql-bugs@gentoo.org> |
7 | # MySQL Team <mysql-bugs@gentoo.org> |
| 10 | # - Robin H. Johnson <robbat2@gentoo.org> |
8 | # Robin H. Johnson <robbat2@gentoo.org> |
| 11 | # - Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> |
9 | # Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> |
| 12 | # - Luca Longinotti <chtekk@gentoo.org> |
10 | # Luca Longinotti <chtekk@gentoo.org> |
|
|
11 | # @AUTHOR: |
|
|
12 | # Francesco Riosa <vivo@gentoo.org> (retired) |
| 13 | # @BLURB: This eclass provides support for autotools based mysql releases |
13 | # @BLURB: This eclass provides support for autotools based mysql releases |
| 14 | # @DESCRIPTION: |
14 | # @DESCRIPTION: |
| 15 | # The mysql-autotools.eclass provides the support to build the mysql |
15 | # The mysql-autotools.eclass provides the support to build the mysql |
| 16 | # ebuilds using the autotools build system. This eclass provides |
16 | # ebuilds using the autotools build system. This eclass provides |
| 17 | # the src_unpack, src_prepare, src_configure, src_compile, scr_install, |
17 | # the src_unpack, src_prepare, src_configure, src_compile, scr_install, |