| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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.2.0-r3.ebuild,v 1.11 2007/07/02 16:05:59 armin76 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-1.2.0-r3.ebuild,v 1.12 2007/07/31 18:52:11 cardoe 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 |
| … | |
… | |
| 257 | video_cards_vmware? ( >=x11-drivers/xf86-video-vmware-10.13.0 ) |
257 | video_cards_vmware? ( >=x11-drivers/xf86-video-vmware-10.13.0 ) |
| 258 | video_cards_voodoo? ( >=x11-drivers/xf86-video-voodoo-1.1.0 ) |
258 | video_cards_voodoo? ( >=x11-drivers/xf86-video-voodoo-1.1.0 ) |
| 259 | |
259 | |
| 260 | video_cards_tdfx? ( 3dfx? ( >=media-libs/glide-v3-3.10 ) ) |
260 | video_cards_tdfx? ( 3dfx? ( >=media-libs/glide-v3-3.10 ) ) |
| 261 | video_cards_fglrx? ( >=x11-drivers/ati-drivers-8.27.10 ) |
261 | video_cards_fglrx? ( >=x11-drivers/ati-drivers-8.27.10 ) |
| 262 | video_cards_nvidia? ( || ( |
262 | video_cards_nvidia? ( x11-drivers/nvidia-drivers ) |
| 263 | >=x11-drivers/nvidia-drivers-1.0.8774 |
|
|
| 264 | >=x11-drivers/nvidia-legacy-drivers-1.0.7184 |
|
|
| 265 | ) |
|
|
| 266 | ) |
|
|
| 267 | )" |
263 | )" |
| 268 | LICENSE="${LICENSE} MIT" |
264 | LICENSE="${LICENSE} MIT" |
| 269 | |
265 | |
| 270 | PATCHES="${FILESDIR}/${PV}-server-damage-version.patch |
266 | PATCHES="${FILESDIR}/${PV}-server-damage-version.patch |
| 271 | ${FILESDIR}/${PV}-server-randr-version.patch |
267 | ${FILESDIR}/${PV}-server-randr-version.patch |