| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 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/gnome2.eclass,v 1.79 2007/01/01 22:27:01 swegener Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.80 2007/01/04 23:37:26 compnerd Exp $ |
| 4 | |
4 | |
| 5 | # |
5 | # |
| 6 | # gnome2.eclass |
6 | # gnome2.eclass |
| 7 | # |
7 | # |
| 8 | # Exports portage base functions used by ebuilds written for packages using the |
8 | # Exports portage base functions used by ebuilds written for packages using the |
| … | |
… | |
| 10 | # |
10 | # |
| 11 | # Maintained by Gentoo's GNOME herd <gnome@gentoo.org> |
11 | # Maintained by Gentoo's GNOME herd <gnome@gentoo.org> |
| 12 | # |
12 | # |
| 13 | |
13 | |
| 14 | |
14 | |
| 15 | inherit debug fdo-mime libtool gnome.org gnome2-utils |
15 | inherit fdo-mime libtool gnome.org gnome2-utils |
| 16 | |
16 | |
| 17 | |
17 | |
| 18 | # Extra configure opts passed to econf |
18 | # Extra configure opts passed to econf |
| 19 | G2CONF=${G2CONF:=""} |
19 | G2CONF=${G2CONF:=""} |
| 20 | |
20 | |