| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/xorg-drivers-1.11.ebuild,v 1.10 2012/03/03 16:28:11 ranger Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
DESCRIPTION="Meta package containing deps on all xorg drivers"
|
| 8 |
HOMEPAGE="http://www.gentoo.org/"
|
| 9 |
SRC_URI=""
|
| 10 |
|
| 11 |
LICENSE="metapackage"
|
| 12 |
SLOT="0"
|
| 13 |
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
|
| 14 |
|
| 15 |
IUSE_INPUT_DEVICES="
|
| 16 |
input_devices_acecad
|
| 17 |
input_devices_aiptek
|
| 18 |
input_devices_elographics
|
| 19 |
input_devices_evdev
|
| 20 |
input_devices_fpit
|
| 21 |
input_devices_hyperpen
|
| 22 |
input_devices_joystick
|
| 23 |
input_devices_keyboard
|
| 24 |
input_devices_mouse
|
| 25 |
input_devices_mutouch
|
| 26 |
input_devices_penmount
|
| 27 |
input_devices_tslib
|
| 28 |
input_devices_vmmouse
|
| 29 |
input_devices_void
|
| 30 |
input_devices_synaptics
|
| 31 |
input_devices_wacom
|
| 32 |
"
|
| 33 |
IUSE_VIDEO_CARDS="
|
| 34 |
video_cards_apm
|
| 35 |
video_cards_ark
|
| 36 |
video_cards_ast
|
| 37 |
video_cards_chips
|
| 38 |
video_cards_cirrus
|
| 39 |
video_cards_dummy
|
| 40 |
video_cards_epson
|
| 41 |
video_cards_fbdev
|
| 42 |
video_cards_geode
|
| 43 |
video_cards_glint
|
| 44 |
video_cards_i128
|
| 45 |
video_cards_i740
|
| 46 |
video_cards_intel
|
| 47 |
video_cards_impact
|
| 48 |
video_cards_mach64
|
| 49 |
video_cards_mga
|
| 50 |
video_cards_neomagic
|
| 51 |
video_cards_newport
|
| 52 |
video_cards_nouveau
|
| 53 |
video_cards_nv
|
| 54 |
video_cards_omapfb
|
| 55 |
video_cards_qxl
|
| 56 |
video_cards_r128
|
| 57 |
video_cards_radeon
|
| 58 |
video_cards_rendition
|
| 59 |
video_cards_s3
|
| 60 |
video_cards_s3virge
|
| 61 |
video_cards_savage
|
| 62 |
video_cards_siliconmotion
|
| 63 |
video_cards_sis
|
| 64 |
video_cards_sisusb
|
| 65 |
video_cards_sunbw2
|
| 66 |
video_cards_suncg14
|
| 67 |
video_cards_suncg3
|
| 68 |
video_cards_suncg6
|
| 69 |
video_cards_sunffb
|
| 70 |
video_cards_sunleo
|
| 71 |
video_cards_suntcx
|
| 72 |
video_cards_tdfx
|
| 73 |
video_cards_tga
|
| 74 |
video_cards_trident
|
| 75 |
video_cards_tseng
|
| 76 |
video_cards_v4l
|
| 77 |
video_cards_vesa
|
| 78 |
video_cards_via
|
| 79 |
video_cards_virtualbox
|
| 80 |
video_cards_vmware
|
| 81 |
video_cards_voodoo
|
| 82 |
video_cards_fglrx
|
| 83 |
video_cards_nvidia
|
| 84 |
"
|
| 85 |
|
| 86 |
IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
|
| 87 |
|
| 88 |
PDEPEND="
|
| 89 |
input_devices_acecad? ( x11-drivers/xf86-input-acecad )
|
| 90 |
input_devices_aiptek? ( x11-drivers/xf86-input-aiptek )
|
| 91 |
input_devices_elographics? ( x11-drivers/xf86-input-elographics )
|
| 92 |
input_devices_evdev? ( x11-drivers/xf86-input-evdev )
|
| 93 |
input_devices_fpit? ( x11-drivers/xf86-input-fpit )
|
| 94 |
input_devices_hyperpen? ( x11-drivers/xf86-input-hyperpen )
|
| 95 |
input_devices_joystick? ( x11-drivers/xf86-input-joystick )
|
| 96 |
input_devices_keyboard? ( x11-drivers/xf86-input-keyboard )
|
| 97 |
input_devices_mouse? ( x11-drivers/xf86-input-mouse )
|
| 98 |
input_devices_mutouch? ( x11-drivers/xf86-input-mutouch )
|
| 99 |
input_devices_penmount? ( x11-drivers/xf86-input-penmount )
|
| 100 |
input_devices_tslib? ( x11-drivers/xf86-input-tslib )
|
| 101 |
input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
|
| 102 |
input_devices_void? ( x11-drivers/xf86-input-void )
|
| 103 |
input_devices_synaptics? ( x11-drivers/xf86-input-synaptics )
|
| 104 |
input_devices_wacom? ( x11-drivers/xf86-input-wacom )
|
| 105 |
|
| 106 |
video_cards_apm? ( x11-drivers/xf86-video-apm )
|
| 107 |
video_cards_ark? ( x11-drivers/xf86-video-ark )
|
| 108 |
video_cards_ast? ( x11-drivers/xf86-video-ast )
|
| 109 |
video_cards_chips? ( x11-drivers/xf86-video-chips )
|
| 110 |
video_cards_cirrus? ( x11-drivers/xf86-video-cirrus )
|
| 111 |
video_cards_dummy? ( x11-drivers/xf86-video-dummy )
|
| 112 |
video_cards_fbdev? ( x11-drivers/xf86-video-fbdev )
|
| 113 |
video_cards_geode? ( x11-drivers/xf86-video-geode )
|
| 114 |
video_cards_glint? ( x11-drivers/xf86-video-glint )
|
| 115 |
video_cards_i128? ( x11-drivers/xf86-video-i128 )
|
| 116 |
video_cards_i740? ( x11-drivers/xf86-video-i740 )
|
| 117 |
video_cards_intel? ( x11-drivers/xf86-video-intel )
|
| 118 |
video_cards_mach64? ( x11-drivers/xf86-video-mach64 )
|
| 119 |
video_cards_mga? ( x11-drivers/xf86-video-mga )
|
| 120 |
video_cards_neomagic? ( x11-drivers/xf86-video-neomagic )
|
| 121 |
video_cards_newport? ( x11-drivers/xf86-video-newport )
|
| 122 |
video_cards_nouveau? ( x11-drivers/xf86-video-nouveau )
|
| 123 |
video_cards_nv? ( x11-drivers/xf86-video-nv )
|
| 124 |
video_cards_omapfb? ( x11-drivers/xf86-video-omapfb )
|
| 125 |
video_cards_qxl? ( x11-drivers/xf86-video-qxl )
|
| 126 |
video_cards_nvidia? ( x11-drivers/nvidia-drivers )
|
| 127 |
video_cards_fglrx? ( x11-drivers/ati-drivers )
|
| 128 |
video_cards_r128? ( x11-drivers/xf86-video-r128 )
|
| 129 |
video_cards_radeon? ( x11-drivers/xf86-video-ati )
|
| 130 |
video_cards_rendition? ( x11-drivers/xf86-video-rendition )
|
| 131 |
video_cards_s3? ( x11-drivers/xf86-video-s3 )
|
| 132 |
video_cards_s3virge? ( x11-drivers/xf86-video-s3virge )
|
| 133 |
video_cards_savage? ( x11-drivers/xf86-video-savage )
|
| 134 |
video_cards_siliconmotion? ( x11-drivers/xf86-video-siliconmotion )
|
| 135 |
video_cards_sis? ( x11-drivers/xf86-video-sis )
|
| 136 |
video_cards_sisusb? ( x11-drivers/xf86-video-sisusb )
|
| 137 |
video_cards_suncg14? ( x11-drivers/xf86-video-suncg14 )
|
| 138 |
video_cards_suncg3? ( x11-drivers/xf86-video-suncg3 )
|
| 139 |
video_cards_suncg6? ( x11-drivers/xf86-video-suncg6 )
|
| 140 |
video_cards_sunffb? ( x11-drivers/xf86-video-sunffb )
|
| 141 |
video_cards_sunleo? ( x11-drivers/xf86-video-sunleo )
|
| 142 |
video_cards_suntcx? ( x11-drivers/xf86-video-suntcx )
|
| 143 |
video_cards_tdfx? ( x11-drivers/xf86-video-tdfx )
|
| 144 |
video_cards_tga? ( x11-drivers/xf86-video-tga )
|
| 145 |
video_cards_trident? ( x11-drivers/xf86-video-trident )
|
| 146 |
video_cards_tseng? ( x11-drivers/xf86-video-tseng )
|
| 147 |
video_cards_v4l? ( x11-drivers/xf86-video-v4l )
|
| 148 |
video_cards_vesa? ( x11-drivers/xf86-video-vesa )
|
| 149 |
video_cards_via? ( x11-drivers/xf86-video-openchrome )
|
| 150 |
video_cards_virtualbox? ( x11-drivers/xf86-video-virtualbox )
|
| 151 |
video_cards_vmware? ( x11-drivers/xf86-video-vmware )
|
| 152 |
video_cards_voodoo? ( x11-drivers/xf86-video-voodoo )
|
| 153 |
|
| 154 |
!x11-drivers/xf86-input-citron
|
| 155 |
!x11-drivers/xf86-video-cyrix
|
| 156 |
!x11-drivers/xf86-video-impact
|
| 157 |
!x11-drivers/xf86-video-nsc
|
| 158 |
!x11-drivers/xf86-video-sunbw2
|
| 159 |
"
|