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.12 2005/09/05 22:24:20 spyderous Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.13 2005/09/12 21:44:16 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. |
… | |
… | |
52 | |
52 | |
53 | DEPEND="${DEPEND} |
53 | DEPEND="${DEPEND} |
54 | >=dev-util/pkgconfig-0.18 |
54 | >=dev-util/pkgconfig-0.18 |
55 | x11-misc/util-macros" |
55 | x11-misc/util-macros" |
56 | |
56 | |
57 | RDEPEND="${RDEPEND}" |
57 | RDEPEND="${RDEPEND} |
58 | # Shouldn't be necessary once we're in a standard location |
58 | !<x11-base/xorg-x11-7" |
|
|
59 | # Provides virtual/x11 for temporary use until packages are ported |
59 | # x11-base/x11-env" |
60 | # x11-base/x11-env" |
60 | # FIXME: Uncomment once it's in portage |
|
|
61 | # !x11-base/xorg-x11" |
|
|
62 | |
61 | |
63 | x-modular_unpack_source() { |
62 | x-modular_unpack_source() { |
64 | unpack ${A} |
63 | unpack ${A} |
65 | cd ${S} |
64 | cd ${S} |
66 | } |
65 | } |