| 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.21 2005/11/15 03:05:06 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.22 2005/11/16 05:01:36 joshuabaergen 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. |
| … | |
… | |
| 56 | >=dev-util/pkgconfig-0.18 |
56 | >=dev-util/pkgconfig-0.18 |
| 57 | >=x11-misc/util-macros-0.99.0_p20051007" |
57 | >=x11-misc/util-macros-0.99.0_p20051007" |
| 58 | |
58 | |
| 59 | # >=sys-apps/man-1.6b-r2 required to look in [0-8]x/ directories |
59 | # >=sys-apps/man-1.6b-r2 required to look in [0-8]x/ directories |
| 60 | RDEPEND="${RDEPEND} |
60 | RDEPEND="${RDEPEND} |
| 61 | !<x11-base/xorg-x11-7.0.0_rc0 |
61 | !<=x11-base/xorg-x11-6.9 |
| 62 | >=sys-apps/man-1.6b-r2" |
62 | >=sys-apps/man-1.6b-r2" |
| 63 | # Provides virtual/x11 for temporary use until packages are ported |
63 | # Provides virtual/x11 for temporary use until packages are ported |
| 64 | # x11-base/x11-env" |
64 | # x11-base/x11-env" |
| 65 | |
65 | |
| 66 | x-modular_unpack_source() { |
66 | x-modular_unpack_source() { |