| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 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.6 2006/10/30 22:14:18 mabi Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.7 2007/01/15 20:27:06 mabi Exp $ |
| 4 | |
4 | |
| 5 | # fox eclass |
5 | # fox eclass |
| 6 | # |
6 | # |
| 7 | # This eclass allows building SLOT-able FOX Toolkit installations |
7 | # This eclass allows building SLOT-able FOX Toolkit installations |
| 8 | # (x11-libs/fox: headers, libs, and docs), which are by design |
8 | # (x11-libs/fox: headers, libs, and docs), which are by design |
| … | |
… | |
| 56 | |
56 | |
| 57 | if [ "${PN}" != fox ] ; then |
57 | if [ "${PN}" != fox ] ; then |
| 58 | FOX_COMPONENT="${FOX_COMPONENT:-${PN}}" |
58 | FOX_COMPONENT="${FOX_COMPONENT:-${PN}}" |
| 59 | fi |
59 | fi |
| 60 | |
60 | |
| 61 | if use doc && [ "${FOXVER}" != "1.0" ] && [ -z "${FOX_COMPONENT}" ] ; then |
61 | if [ "${FOXVER}" != "1.0" ] && [ -z "${FOX_COMPONENT}" ] ; then |
| 62 | DOXYGEN_DEP="app-doc/doxygen" |
62 | DOXYGEN_DEP="doc? ( app-doc/doxygen )" |
| 63 | fi |
63 | fi |
| 64 | |
64 | |
| 65 | if [ "${PN}" != reswrap ] ; then |
65 | if [ "${PN}" != reswrap ] ; then |
| 66 | RESWRAP_DEP="dev-util/reswrap" |
66 | RESWRAP_DEP="dev-util/reswrap" |
| 67 | fi |
67 | fi |