| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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.eclass,v 1.174 2012/09/10 02:07:08 ferringb Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.175 2012/09/27 16:35:41 axs Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: mysql.eclass |
5 | # @ECLASS: mysql.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # MySQL Team <mysql-bugs@gentoo.org> |
7 | # MySQL Team <mysql-bugs@gentoo.org> |
| 8 | # Luca Longinotti <chtekk@gentoo.org> |
8 | # Luca Longinotti <chtekk@gentoo.org> |
| … | |
… | |
| 31 | EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" |
31 | EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git" |
| 32 | inherit git-2 |
32 | inherit git-2 |
| 33 | fi |
33 | fi |
| 34 | |
34 | |
| 35 | case "${EAPI:-0}" in |
35 | case "${EAPI:-0}" in |
| 36 | 2 | 3 | 4) |
36 | 2|3|4|5) |
| 37 | EXPORT_FUNCTIONS pkg_setup \ |
37 | EXPORT_FUNCTIONS pkg_setup \ |
| 38 | src_unpack src_prepare \ |
38 | src_unpack src_prepare \ |
| 39 | src_configure src_compile \ |
39 | src_configure src_compile \ |
| 40 | src_install \ |
40 | src_install \ |
| 41 | pkg_preinst pkg_postinst \ |
41 | pkg_preinst pkg_postinst \ |