| 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.20 2005/11/11 05:29:41 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.21 2005/11/15 03:05:06 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. |
| … | |
… | |
| 54 | |
54 | |
| 55 | DEPEND="${DEPEND} |
55 | DEPEND="${DEPEND} |
| 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 | RDEPEND="${RDEPEND} |
60 | RDEPEND="${RDEPEND} |
| 60 | !<x11-base/xorg-x11-7.0.0_rc0" |
61 | !<x11-base/xorg-x11-7.0.0_rc0 |
|
|
62 | >=sys-apps/man-1.6b-r2" |
| 61 | # Provides virtual/x11 for temporary use until packages are ported |
63 | # Provides virtual/x11 for temporary use until packages are ported |
| 62 | # x11-base/x11-env" |
64 | # x11-base/x11-env" |
| 63 | |
65 | |
| 64 | x-modular_unpack_source() { |
66 | x-modular_unpack_source() { |
| 65 | unpack ${A} |
67 | unpack ${A} |