| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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/xorg-2.eclass,v 1.29 2011/03/15 12:32:14 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.30 2011/03/16 09:29:42 scarabeus Exp $ |
| 4 | # |
4 | # |
| 5 | # @ECLASS: xorg-2.eclass |
5 | # @ECLASS: xorg-2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # x11@gentoo.org |
7 | # x11@gentoo.org |
| 8 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
8 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
| … | |
… | |
| 213 | # Add deps on documentation |
213 | # Add deps on documentation |
| 214 | # Most docbooks use dtd version 4.2 and 4.3 add more when found |
214 | # Most docbooks use dtd version 4.2 and 4.3 add more when found |
| 215 | if has doc ${IUSE//+}; then |
215 | if has doc ${IUSE//+}; then |
| 216 | DEPEND+=" |
216 | DEPEND+=" |
| 217 | doc? ( |
217 | doc? ( |
|
|
218 | app-text/asciidoc |
| 218 | app-text/xmlto |
219 | app-text/xmlto |
| 219 | app-doc/doxygen |
220 | app-doc/doxygen |
| 220 | app-text/docbook-xml-dtd:4.1 |
221 | app-text/docbook-xml-dtd:4.1 |
| 221 | app-text/docbook-xml-dtd:4.2 |
222 | app-text/docbook-xml-dtd:4.2 |
| 222 | app-text/docbook-xml-dtd:4.3 |
223 | app-text/docbook-xml-dtd:4.3 |