| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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/kde4-base.eclass,v 1.48 2009/10/27 14:20:13 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.49 2009/10/27 17:43:02 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: kde4-base.eclass |
5 | # @ECLASS: kde4-base.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # kde@gentoo.org |
7 | # kde@gentoo.org |
| 8 | # @BLURB: This eclass provides functions for kde 4.X ebuilds |
8 | # @BLURB: This eclass provides functions for kde 4.X ebuilds |
| … | |
… | |
| 33 | get_build_type |
33 | get_build_type |
| 34 | if [[ ${BUILD_TYPE} = live ]]; then |
34 | if [[ ${BUILD_TYPE} = live ]]; then |
| 35 | subversion_eclass="subversion" |
35 | subversion_eclass="subversion" |
| 36 | fi |
36 | fi |
| 37 | |
37 | |
| 38 | inherit base ${cmake_utils} eutils ${subversion_eclass} |
38 | inherit base ${buildsystem_eclass} eutils ${subversion_eclass} |
| 39 | |
39 | |
| 40 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare ${export_fns} pkg_postinst pkg_postrm |
40 | EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare ${export_fns} pkg_postinst pkg_postrm |
| 41 | |
41 | |
| 42 | unset buildsystem_eclass |
42 | unset buildsystem_eclass |
| 43 | unset export_fns |
43 | unset export_fns |