| 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.13 2006/07/16 17:59:41 joshuabaergen Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/Attic/xorg-server-1.1.0-r1.ebuild,v 1.14 2006/08/02 16:33:37 dberkholz 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 |
| … | |
… | |
| 100 | video_cards_v4l |
100 | video_cards_v4l |
| 101 | video_cards_vesa |
101 | video_cards_vesa |
| 102 | video_cards_vga |
102 | video_cards_vga |
| 103 | video_cards_via |
103 | video_cards_via |
| 104 | video_cards_vmware |
104 | video_cards_vmware |
| 105 | video_cards_voodoo" |
105 | video_cards_voodoo |
| 106 | |
106 | |
|
|
107 | video_cards_fglrx" |
| 107 | # video_cards_nvidia |
108 | # video_cards_nvidia |
| 108 | # video_cards_fglrx" |
|
|
| 109 | IUSE_SERVERS="dmx kdrive xorg" |
109 | IUSE_SERVERS="dmx kdrive xorg" |
| 110 | IUSE="${IUSE_VIDEO_CARDS} |
110 | IUSE="${IUSE_VIDEO_CARDS} |
| 111 | ${IUSE_INPUT_DEVICES} |
111 | ${IUSE_INPUT_DEVICES} |
| 112 | ${IUSE_SERVERS} |
112 | ${IUSE_SERVERS} |
| 113 | 3dfx |
113 | 3dfx |
| … | |
… | |
| 144 | >=x11-libs/libxkbui-1.0.2 |
144 | >=x11-libs/libxkbui-1.0.2 |
| 145 | x11-libs/liblbxutil |
145 | x11-libs/liblbxutil |
| 146 | kdrive? ( sdl? ( media-libs/libsdl ) ) |
146 | kdrive? ( sdl? ( media-libs/libsdl ) ) |
| 147 | !media-video/nvidia-glx |
147 | !media-video/nvidia-glx |
| 148 | !x11-drivers/nvidia-drivers |
148 | !x11-drivers/nvidia-drivers |
| 149 | !x11-drivers/nvidia-legacy-drivers |
149 | !x11-drivers/nvidia-legacy-drivers" |
| 150 | !x11-drivers/ati-drivers" |
|
|
| 151 | # Xres is dmx-dependent, xkbui is xorgcfg-dependent |
150 | # Xres is dmx-dependent, xkbui is xorgcfg-dependent |
| 152 | # Xaw is dmx- and xorgcfg-dependent |
151 | # Xaw is dmx- and xorgcfg-dependent |
| 153 | # Xpm is dmx- and xorgcfg-dependent, pulls in Xt |
152 | # Xpm is dmx- and xorgcfg-dependent, pulls in Xt |
| 154 | # Xxf86misc and Xxf86vm are xorgcfg-dependent |
153 | # Xxf86misc and Xxf86vm are xorgcfg-dependent |
| 155 | # liblbxutil is lbx- dependent |
154 | # liblbxutil is lbx- dependent |
| … | |
… | |
| 324 | video_cards_via? ( >=x11-drivers/xf86-video-via-0.2.1 ) |
323 | video_cards_via? ( >=x11-drivers/xf86-video-via-0.2.1 ) |
| 325 | video_cards_vmware? ( >=x11-drivers/xf86-video-vmware-10.13.0 ) |
324 | video_cards_vmware? ( >=x11-drivers/xf86-video-vmware-10.13.0 ) |
| 326 | video_cards_voodoo? ( >=x11-drivers/xf86-video-voodoo-1.1.0 ) |
325 | video_cards_voodoo? ( >=x11-drivers/xf86-video-voodoo-1.1.0 ) |
| 327 | |
326 | |
| 328 | video_cards_tdfx? ( 3dfx? ( >=media-libs/glide-v3-3.10 ) ) |
327 | video_cards_tdfx? ( 3dfx? ( >=media-libs/glide-v3-3.10 ) ) |
|
|
328 | video_cards_fglrx? ( >=x11-drivers/ati-drivers-8.27.10 ) |
| 329 | ) |
329 | ) |
| 330 | !minimal? ( |
330 | !minimal? ( |
| 331 | >=x11-drivers/xf86-video-dummy-0.2.0 |
331 | >=x11-drivers/xf86-video-dummy-0.2.0 |
| 332 | >=x11-drivers/xf86-video-fbdev-0.2.0 |
332 | >=x11-drivers/xf86-video-fbdev-0.2.0 |
| 333 | |
333 | |