| 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/x-modular.eclass,v 1.38 2006/01/05 07:24:03 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.39 2006/01/13 18:47:52 spyderous Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
5 | # Author: Donnie Berkholz <spyderous@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is designed to reduce code duplication in the modularized X11 |
7 | # This eclass is designed to reduce code duplication in the modularized X11 |
| 8 | # ebuilds. |
8 | # ebuilds. |
| … | |
… | |
| 107 | SRC_URI="${SRC_URI} |
107 | SRC_URI="${SRC_URI} |
| 108 | http://dev.gentoo.org/~joshuabaergen/distfiles/x11-driver-patches-${XDPVER}.tar.bz2" |
108 | http://dev.gentoo.org/~joshuabaergen/distfiles/x11-driver-patches-${XDPVER}.tar.bz2" |
| 109 | fi |
109 | fi |
| 110 | |
110 | |
| 111 | DEPEND="${DEPEND} |
111 | DEPEND="${DEPEND} |
| 112 | >=dev-util/pkgconfig-0.18 |
112 | >=dev-util/pkgconfig-0.18" |
|
|
113 | |
|
|
114 | if [[ "${PN/util-macros}" != "${PN}" ]]; then |
|
|
115 | DEPEND="${DEPEND} |
| 113 | >=x11-misc/util-macros-0.99.2" |
116 | >=x11-misc/util-macros-0.99.2" |
|
|
117 | fi |
| 114 | |
118 | |
| 115 | # >=sys-apps/man-1.6b-r2 required to look in [0-8]x/ directories |
119 | # >=sys-apps/man-1.6b-r2 required to look in [0-8]x/ directories |
| 116 | RDEPEND="${RDEPEND} |
120 | RDEPEND="${RDEPEND} |
| 117 | !<=x11-base/xorg-x11-6.9 |
121 | !<=x11-base/xorg-x11-6.9 |
| 118 | >=sys-apps/man-1.6b-r2" |
122 | >=sys-apps/man-1.6b-r2" |