| 1 | # Copyright 1999-2010 Gentoo Foundation |
1 | # Copyright 1999-2010 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/xorg-2.eclass,v 1.2 2010/03/17 14:29:20 scarabeus Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.3 2010/04/22 18:27:43 scarabeus Exp $ |
| 4 | # |
4 | # |
| 5 | # @ECLASS: xorg-2.eclass |
5 | # @ECLASS: xorg-2.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # x11@gentoo.org |
7 | # x11@gentoo.org |
| 8 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
8 | # @BLURB: Reduces code duplication in the modularized X11 ebuilds. |
| … | |
… | |
| 196 | # See epatch() in eutils.eclass for more documentation |
196 | # See epatch() in eutils.eclass for more documentation |
| 197 | EPATCH_SUFFIX=${EPATCH_SUFFIX:=patch} |
197 | EPATCH_SUFFIX=${EPATCH_SUFFIX:=patch} |
| 198 | |
198 | |
| 199 | [[ -d "${EPATCH_SOURCE}" ]] && epatch |
199 | [[ -d "${EPATCH_SOURCE}" ]] && epatch |
| 200 | base_src_prepare |
200 | base_src_prepare |
| 201 | epatch_user |
|
|
| 202 | } |
201 | } |
| 203 | |
202 | |
| 204 | # @FUNCTION: xorg-2_reconf_source |
203 | # @FUNCTION: xorg-2_reconf_source |
| 205 | # @USAGE: |
204 | # @USAGE: |
| 206 | # @DESCRIPTION: |
205 | # @DESCRIPTION: |