| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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/gnustep-2.eclass,v 1.1 2007/08/18 13:12:57 grobian Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-2.eclass,v 1.4 2009/11/25 10:11:40 voyageur Exp $ |
| 4 | |
4 | |
| 5 | inherit gnustep-base |
5 | inherit gnustep-base |
| 6 | |
6 | |
| 7 | # Eclass for GNUstep Apps, Frameworks, and Bundles build |
7 | # Eclass for GNUstep Apps, Frameworks, and Bundles build |
| 8 | # |
8 | # |
| … | |
… | |
| 13 | RDEPEND="${DEPEND} |
13 | RDEPEND="${DEPEND} |
| 14 | debug? ( >=sys-devel/gdb-6.0 )" |
14 | debug? ( >=sys-devel/gdb-6.0 )" |
| 15 | |
15 | |
| 16 | # The following gnustep-based EXPORT_FUNCTIONS are available: |
16 | # The following gnustep-based EXPORT_FUNCTIONS are available: |
| 17 | # * gnustep-base_pkg_setup |
17 | # * gnustep-base_pkg_setup |
|
|
18 | # * gnustep-base_src_unpack (EAPI 0|1 only) |
|
|
19 | # * gnustep-base_src_prepare (EAPI>=2 only) |
|
|
20 | # * gnustep-base_src_configure (EAPI>=2 only) |
| 18 | # * gnustep-base_src_compile |
21 | # * gnustep-base_src_compile |
| 19 | # * gnustep-base_src_install |
22 | # * gnustep-base_src_install |
| 20 | # * gnustep-base_pkg_postinst |
23 | # * gnustep-base_pkg_postinst |