| 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/fox.eclass,v 1.16 2012/08/13 15:54:08 mabi Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.17 2012/09/27 16:35:41 axs Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: fox.eclass |
5 | # @ECLASS: fox.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # mabi@gentoo.org |
7 | # mabi@gentoo.org |
| 8 | # @BLURB: Functionality required the FOX Toolkit and it's applications |
8 | # @BLURB: Functionality required the FOX Toolkit and it's applications |
| … | |
… | |
| 31 | inherit autotools versionator |
31 | inherit autotools versionator |
| 32 | |
32 | |
| 33 | |
33 | |
| 34 | FOX_EXPF="src_unpack src_compile src_install pkg_postinst" |
34 | FOX_EXPF="src_unpack src_compile src_install pkg_postinst" |
| 35 | case "${EAPI:-0}" in |
35 | case "${EAPI:-0}" in |
| 36 | 2|3|4) FOX_EXPF+=" src_prepare src_configure" ;; |
36 | 2|3|4|5) FOX_EXPF+=" src_prepare src_configure" ;; |
| 37 | *) ;; |
37 | *) ;; |
| 38 | esac |
38 | esac |
| 39 | EXPORT_FUNCTIONS ${FOX_EXPF} |
39 | EXPORT_FUNCTIONS ${FOX_EXPF} |
| 40 | |
40 | |
| 41 | # @ECLASS-VARIABLE: FOX_PV |
41 | # @ECLASS-VARIABLE: FOX_PV |