| 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.4 2005/07/11 15:08:06 swegener Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/fox.eclass,v 1.5 2006/09/24 17:04:11 genstef 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 |
| … | |
… | |
| 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 |
| 68 | |
68 | |
|
|
69 | # These versions are not compatible with new fox layout |
|
|
70 | # and will cause collissions - we need to block them |
|
|
71 | INCOMPAT_DEP="!<x11-libs/fox-1.0.53 |
|
|
72 | !=x11-libs/fox-1.2.4 |
|
|
73 | !~x11-libs/fox-1.2.6 |
|
|
74 | !=x11-libs/fox-1.4.11" |
|
|
75 | |
|
|
76 | DEPEND="${INCOMPAT_DEP} |
| 69 | DEPEND="${DOXYGEN_DEP} |
77 | ${DOXYGEN_DEP} |
| 70 | ${RESWRAP_DEP} |
78 | ${RESWRAP_DEP} |
| 71 | =sys-devel/automake-1.4* |
79 | =sys-devel/automake-1.4* |
| 72 | >=sys-apps/sed-4" |
80 | >=sys-apps/sed-4" |
| 73 | |
81 | |
| 74 | S="${WORKDIR}/fox-${FOX_PV}" |
82 | S="${WORKDIR}/fox-${FOX_PV}" |