| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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/confutils.eclass,v 1.6 2004/08/03 02:51:20 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/confutils.eclass,v 1.7 2004/08/06 02:59:47 robbat2 Exp $ |
| 4 | # |
4 | # |
| 5 | # eclass/confutils.eclass |
5 | # eclass/confutils.eclass |
| 6 | # Utility functions to help with configuring a package |
6 | # Utility functions to help with configuring a package |
| 7 | # |
7 | # |
| 8 | # Based on Stuart's work for the PHP 5 eclass |
8 | # Based on Stuart's work for the PHP 5 eclass |
| … | |
… | |
| 17 | # ======================================================================== |
17 | # ======================================================================== |
| 18 | |
18 | |
| 19 | # list of USE flags that need deps that aren't yet in Portage |
19 | # list of USE flags that need deps that aren't yet in Portage |
| 20 | # this list was originally added for PHP |
20 | # this list was originally added for PHP |
| 21 | |
21 | |
| 22 | CONFUTILS_MISSING_DEPS="adabas birdstep cpdflib db2 dbmaker empress empress-bcs esoob filepro frontbase hyperwave-api informix ingres interbase mcve mnogosearch msession msql oci8 oracle7 ovrimos pfpro qdbm sapdb solid sybase sybase-ct" |
22 | CONFUTILS_MISSING_DEPS="adabas birdstep cpdflib db2 dbmaker empress empress-bcs esoob filepro frontbase hyperwave-api informix ingres interbase mcve mnogosearch msession msql oci8 oracle7 ovrimos pfpro sapdb solid sybase sybase-ct" |
| 23 | |
23 | |
| 24 | # ======================================================================== |
24 | # ======================================================================== |
| 25 | # confutils_init () |
25 | # confutils_init () |
| 26 | # |
26 | # |
| 27 | # Call this function from your src_compile() function to initialise |
27 | # Call this function from your src_compile() function to initialise |