1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2012 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.122 2011/10/04 21:23:46 chithanh Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.125 2012/05/02 18:31:45 jdhore Exp $ |
4 | # |
4 | # |
5 | # @DEPRECATED |
5 | # @DEPRECATED |
6 | # This eclass has been superseded by xorg-2 |
6 | # This eclass has been superseded by xorg-2 |
7 | # Please modify your ebuilds to use that instead |
7 | # Please modify your ebuilds to use that instead |
8 | # |
8 | # |
9 | # @ECLASS: x-modular.eclass |
9 | # @ECLASS: x-modular.eclass |
10 | # @MAINTAINER: |
10 | # @MAINTAINER: |
11 | # Donnie Berkholz <dberkholz@gentoo.org>, x11@gentoo.org |
11 | # Donnie Berkholz <dberkholz@gentoo.org> |
|
|
12 | # x11@gentoo.org |
12 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
13 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
13 | # @DESCRIPTION: |
14 | # @DESCRIPTION: |
14 | # This eclass makes trivial X ebuilds possible for apps, fonts, drivers, |
15 | # This eclass makes trivial X ebuilds possible for apps, fonts, drivers, |
15 | # and more. Many things that would normally be done in various functions |
16 | # and more. Many things that would normally be done in various functions |
16 | # can be accessed by setting variables instead, such as patching, |
17 | # can be accessed by setting variables instead, such as patching, |
… | |
… | |
176 | DEBUGGABLE="yes" |
177 | DEBUGGABLE="yes" |
177 | IUSE="${IUSE} debug" |
178 | IUSE="${IUSE} debug" |
178 | fi |
179 | fi |
179 | |
180 | |
180 | DEPEND="${DEPEND} |
181 | DEPEND="${DEPEND} |
181 | >=dev-util/pkgconfig-0.18" |
182 | virtual/pkgconfig" |
182 | |
183 | |
183 | if [[ "${PN/util-macros}" = "${PN}" ]]; then |
184 | if [[ "${PN/util-macros}" = "${PN}" ]]; then |
184 | DEPEND="${DEPEND} |
185 | DEPEND="${DEPEND} |
185 | >=x11-misc/util-macros-1.3.0" |
186 | >=x11-misc/util-macros-1.3.0" |
186 | fi |
187 | fi |