| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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/x11-base/xorg-server/Attic/xorg-server-1.4.2.ebuild,v 1.13 2009/07/13 10:53:18 remi Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-1.4.2.ebuild,v 1.14 2009/08/01 17:17:15 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | # Must be before x-modular eclass is inherited |
5 | # Must be before x-modular eclass is inherited |
| 6 | SNAPSHOT="yes" |
6 | SNAPSHOT="yes" |
| 7 | |
7 | |
| 8 | inherit x-modular multilib |
8 | inherit x-modular multilib |
| … | |
… | |
| 242 | video_cards_fglrx? ( >=x11-drivers/ati-drivers-8.433 ) |
242 | video_cards_fglrx? ( >=x11-drivers/ati-drivers-8.433 ) |
| 243 | video_cards_nvidia? ( x11-drivers/nvidia-drivers ) |
243 | video_cards_nvidia? ( x11-drivers/nvidia-drivers ) |
| 244 | )" |
244 | )" |
| 245 | LICENSE="${LICENSE} MIT" |
245 | LICENSE="${LICENSE} MIT" |
| 246 | |
246 | |
| 247 | PATCHES=" |
|
|
| 248 | ${FILESDIR}/1.4-ia64.patch |
247 | PATCHES=( "${FILESDIR}/1.4-ia64.patch" |
| 249 | ${FILESDIR}/1.3.0.0-use-proc-instead-of-sys.patch |
248 | "${FILESDIR}/1.3.0.0-use-proc-instead-of-sys.patch" |
| 250 | ${FILESDIR}/1.4-fpic-libxf86config.patch |
249 | "${FILESDIR}/1.4-fpic-libxf86config.patch" |
| 251 | ${FILESDIR}/1.4-fix-kdrive-automake.patch |
250 | "${FILESDIR}/1.4-fix-kdrive-automake.patch" ) |
| 252 | " |
|
|
| 253 | |
251 | |
| 254 | pkg_setup() { |
252 | pkg_setup() { |
| 255 | use minimal || ensure_a_server_is_building |
253 | use minimal || ensure_a_server_is_building |
| 256 | |
254 | |
| 257 | # SDL only available in kdrive build |
255 | # SDL only available in kdrive build |