| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 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.1.0-r1.ebuild,v 1.4 2006/06/27 03:49:50 joshuabaergen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-1.1.0-r1.ebuild,v 1.5 2006/06/28 02:19:01 joshuabaergen 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 |
| … | |
… | |
| 191 | ## REMEMBER TO EDIT USE.MASK FILES IF CHANGING ARCHITECTURE DEPENDENCIES ## |
191 | ## REMEMBER TO EDIT USE.MASK FILES IF CHANGING ARCHITECTURE DEPENDENCIES ## |
| 192 | ## ## |
192 | ## ## |
| 193 | ############################################################################### |
193 | ############################################################################### |
| 194 | ############################################################################### |
194 | ############################################################################### |
| 195 | PDEPEND=" |
195 | PDEPEND=" |
| 196 | || ( |
196 | xorg? ( || ( |
| 197 | ( |
197 | ( |
| 198 | input_devices_acecad? ( >=x11-drivers/xf86-input-acecad-1.1.0 ) |
198 | input_devices_acecad? ( >=x11-drivers/xf86-input-acecad-1.1.0 ) |
| 199 | input_devices_aiptek? ( >=x11-drivers/xf86-input-aiptek-1.0.1 ) |
199 | input_devices_aiptek? ( >=x11-drivers/xf86-input-aiptek-1.0.1 ) |
| 200 | input_devices_calcomp? ( >=x11-drivers/xf86-input-calcomp-1.1.0 ) |
200 | input_devices_calcomp? ( >=x11-drivers/xf86-input-calcomp-1.1.0 ) |
| 201 | input_devices_citron? ( >=x11-drivers/xf86-input-citron-2.2.0 ) |
201 | input_devices_citron? ( >=x11-drivers/xf86-input-citron-2.2.0 ) |
| … | |
… | |
| 490 | >=x11-drivers/xf86-video-vmware-10.13.0 |
490 | >=x11-drivers/xf86-video-vmware-10.13.0 |
| 491 | >=x11-drivers/xf86-video-voodoo-1.1.0 ) |
491 | >=x11-drivers/xf86-video-voodoo-1.1.0 ) |
| 492 | x86-fbsd? ( |
492 | x86-fbsd? ( |
| 493 | >=x11-drivers/xf86-video-vmware-10.13.0 ) |
493 | >=x11-drivers/xf86-video-vmware-10.13.0 ) |
| 494 | ) |
494 | ) |
| 495 | )" |
495 | ) )" |
| 496 | LICENSE="${LICENSE} MIT" |
496 | LICENSE="${LICENSE} MIT" |
| 497 | |
497 | |
| 498 | pkg_setup() { |
498 | pkg_setup() { |
| 499 | use minimal || ensure_a_server_is_building |
499 | use minimal || ensure_a_server_is_building |
| 500 | |
500 | |